Page 1 of 1

VLC Cuda support possibility for recording or encoding h264

Posted: 24 Feb 2009 14:58
by hiighdeff
Hello,

The interrest of NVIDIA CUDA technology which use GPU (parllel tread) instead of CPU (single tread) for encoding HD video (h264) has been clearly established.

Why not integrating possibility to use CUDA in VLC encoding?

I think this new feature is much more than needed (ffmpeg seems to have understood that)

So it is a dream i want to be true.

Thanks,

Re: VLC Cuda support possibility for recording or encoding h264

Posted: 24 Feb 2009 15:04
by Jean-Baptiste Kempf
CUDA is not integrated in FFmpeg, and I doubt x264 will integrate a vendor-specific code.

Re: VLC Cuda support possibility for recording or encoding h264

Posted: 08 Mar 2009 21:16
by DGMurdockIII
why cant vlc enable CUDA in the player and not have to waite for FFmpeg or x264 to do somthing

Re: VLC Cuda support possibility for recording or encoding h264

Posted: 09 Mar 2009 16:39
by VLC_help
CUDA isn't some flag you can just turn on compile time. You have rewrite decoders if you want to use CUDA in them. And it isn't trivial task.

Re: VLC Cuda support possibility for recording or encoding h264

Posted: 09 Mar 2009 20:15
by DGMurdockIII
yes i now but it something that should be started bow rather than later

Re: VLC Cuda support possibility for recording or encoding h264

Posted: 10 Mar 2009 16:06
by VLC_help
Personally I would wait for OpenCL because it works on all GPU and OSes. CUDA is mostly NVIDIA only.

Re: VLC Cuda support possibility for recording or encoding h264

Posted: 27 Mar 2009 20:56
by Faldegast
There are a few time-consuming algorithms like DCT that could probably be moved into a library that can use different backens. Not all parts of coding/decoding are better dune in the GPU... Such a library could support CUDA, OpenCL and various other hardware platforms. On Playstation 3 one may prefer to have a library optimized for CELL.