[FFmpeg-devel] Add 10-bit transcode support for hwaccel cuvid

Timo Rothenpieler timo at rothenpieler.org
Tue Jan 31 17:00:25 EET 2017


> Hi,
> 
> Please review the attached patch which adds 420 10-bit transcode support for hwaccel cuvid.
> 
> Sample Command:
> ffmpeg -hwaccel cuvid -c:v hevc_cuvid -i input.265 -c:v hevc_nvenc output.265
> 
> Thanks,
> Sumit

Are you sure the attached patch is complete?
All it does is replace AV_PIX_FMT_YUV420P10LE with AV_PIX_FMT_YUV420P10,
which should be the same thing on little endian platforms, so it doesn't
really change anything, or am I missing something?


More information about the ffmpeg-devel mailing list