Re: [FFmpeg-devel] [PATCH v2] avcodec/v210enc: add yuv420p/yuv420p10 input pixel format support

2019-09-21 Thread Carl Eugen Hoyos
Am Sa., 21. Sept. 2019 um 16:49 Uhr schrieb Limin Wang : > however the patch try to fix the autoscale, if user prefer to use > swscale conversion, he can use it still by claims pix_fmt clearly. This seems like a very bad argument assuming there is a quality hit and the speed gain is very

Re: [FFmpeg-devel] [PATCH v2] avcodec/v210enc: add yuv420p/yuv420p10 input pixel format support

2019-09-21 Thread Limin Wang
On Sat, Sep 21, 2019 at 03:13:46PM +0200, Carl Eugen Hoyos wrote: > Am Sa., 21. Sept. 2019 um 14:42 Uhr schrieb : > > > > From: Limin Wang > > > > With the patch, we simply reuse the same source chroma line for each pair > > of lines in the output > > Is there really no quality hit for a 20%

Re: [FFmpeg-devel] [PATCH v2] avcodec/v210enc: add yuv420p/yuv420p10 input pixel format support

2019-09-21 Thread Carl Eugen Hoyos
Am Sa., 21. Sept. 2019 um 14:42 Uhr schrieb : > > From: Limin Wang > > With the patch, we simply reuse the same source chroma line for each pair > of lines in the output Is there really no quality hit for a 20% speed-up? Carl Eugen ___ ffmpeg-devel

[FFmpeg-devel] [PATCH v2] avcodec/v210enc: add yuv420p/yuv420p10 input pixel format support

2019-09-21 Thread lance . lmwang
From: Limin Wang With the patch, we simply reuse the same source chroma line for each pair of lines in the output and the yuv420 and yuv420p10 format of the decoder can go to the v210 encoder without having to touch the pixels at all with autoscale by swscale filter. The end effect is swscale