> -----Original Message----- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf > Of Carl Eugen Hoyos > Sent: Wednesday, September 18, 2019 16:44 > To: FFmpeg development discussions and patches <ffmpeg- > de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH, v2 3/3] swscale: Add swscale input > support for Y210 > > > > > Am 18.09.2019 um 10:20 schrieb Linjie Fu <linjie...@intel.com>: > > > > Add swscale input support for Y210, output support and fate > > test could be added later if there is requirement for software > > CSC to this packed format. > > Is the patch missing support for 16bit output or does the infrastructure not > allow this? >
Verified with "-pix_fmt yuv420p16le", the output image is good as expected. Verified with HEVC QSV decode + software CSC: ffmpeg -hwaccel qsv -hwaccel_device /dev/dri/renderD128 -v verbose -c:v hevc_qsv -load_plugin hevc_hw -i ./Main_422_10_A_RExt_Sony_2.bin -vf hwdownload,format=y210le -pix_fmt yuv420p16le out.yuv This v2 version is for the missing chrToYV12/ lumToYV12 entry for y210. - linjie _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".