Cuda encoder

This code was developped only for full HD video for some research subject. So it isn’t perfect as could be the officiel x264 but it’s working well.

So with some little code changes, it is possible to make it working for any resolution. I did it but I’m still working on it so I will share it soon. (Next week I hope)

Mehdi

Ok.

Thanks again…it will be great…also if you can pointout what changes is to done as i am new to video coding,then i will try myself till then. this will also make me understand code better.

Amature

Hi

@xterwolf : have you succeeded in making the code work for other resolutions except 1080p?

Hi all.
I write some notes about h264 encoding with all change I made to encode other resolution than full HD
I hope It could help you

http://lauters.fr/blog/h264-real-time-encoding-with-cuda/

Mehdi

Hi guys,

http://masa.nudt.edu.cn/h264.html
This link seems to be broken, could you please provide the new link or the recent code you obtained.

Thanks and best regards,
Burak

Hi again,

I found the codes in Mehdi’s page
http://lauters.fr/blog/h264cuda-video-encoding/

Thanks a lot

Burak

has anyone made it so you can perform the encoding and decoding samples from windows on linux? or is the best people have gotten is downloading the .cu files posted in this thread and making their own modifications to them in order to run something similar to the windows examples?