[FFmpeg-devel] [PATCH, v2 3/3] swscale: Add swscale input support for Y210

Fu, Linjie linjie.fu at intel.com
Wed Sep 18 12:12:34 EEST 2019


> -----Original Message-----
> From: ffmpeg-devel [mailto:ffmpeg-devel-bounces at ffmpeg.org] On Behalf
> Of Carl Eugen Hoyos
> Sent: Wednesday, September 18, 2019 16:44
> To: FFmpeg development discussions and patches <ffmpeg-
> devel at 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.fu at 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


More information about the ffmpeg-devel mailing list