[FFmpeg-user] Fwd: Yadif_cuda and Pix_fmt

Andy Sheimo asheimo at gmail.com
Mon Sep 14 17:03:10 EEST 2020


I sent this message a couple times with zero response. Is there anyone that
can help with using NVDEC for decoding, converting 8bit to 10bit on the
GPU, then using NVENC to encode the video?


If I understand correctly, you want to first convert to 10 bit and then
> upload
> to cuda (and nvenc).


I am trying to keep the transcode completely on the GPU using CUDA to
decode then NVENC to encode, avoiding sending the data to the cpu and back
again.



> The "pix_fmt" option will try to convert the output of
> the filterchain which is impossible in your command line, you have to
> insert the format filter into the filterchain.
>
> Could you provide an example or point me toward documentation to help me
> understand how to do that please.


More information about the ffmpeg-user mailing list