[FFmpeg-devel] Require Help for accelerating ffmpeg video conversion using CUDA
David Ison
paralleldev at dtison.net
Mon Dec 29 20:34:16 CET 2014
Begin by identifying portions where the processing can be arranged to
run in parallel, with as little data dependencies as possible between
processing threads.
So far we have identified two possible candidates:
The vc1 decoder
libavcodec/vc1.c
and
the scale filter
scale filter (libswscale)
Maybe I can work with you a little to get started.
On 12/29/14 1:56 PM, Akash Talole wrote:
> I am a BE computer student from Sandip Foundation Nasik, India and i am
> working on BE project "CUDA for accelerating video conversion". I want to
> know from you that how can i accelerate ffmpeg for video conversion using
> CUDA. Please give me a help in this project. In ffmpeg where i can use CUDA
> so that conversion will get speedup.
>
>
> Your Regards,
> Akash Talole
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
More information about the ffmpeg-devel
mailing list