You are not logged in.
Pages: 1
Does anybody know how to achieve this? I've been googling around for the past hour and a half looking for a way to encode using the cuda H.264 codec.
So far, I've read that the nvidia cuda libraries come with a H.264 module, but I have not seen anything about how to put it into use yet.
Offline
I'm not aware of Nvidia shipping an encoder. Can you give some links that confirm it? Maybe you're talking about using the hardware decoder to decode the original video and then encoding it with x264. That's possible, however no one has implemented it yet in Linux. The only thing that's implemented is using the hardware decoders for playback.
PS. Even if Nvidia does ship an encoder - don't bother. It very, very likely sucks. All hardware encoders suck.
Offline
I'm only vaguely familiar with this, so if I'm missing an important part let me know. But I have recently had to work with h264 video files, ffmpeg can both encode and decode them very well. I've used it to convert some h264 to more common video formats. Is this what you're shooting for, or am I missing the point?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
@Trilby: You used software decoders and encoders. Xaero252 wants to use hardware ones.
Offline
Hi! There is a really interesting article that details the current status of GPU Transcoding. I think you will find your answer there ![]()
Hope it helps!
Last edited by sebikul (2012-08-07 19:19:16)
Offline
Pages: 1