Re: [FFmpeg-user] filter_complex vs vf with one filter

2017-11-18 Thread Gyan Doshi
On 11/18/2017 9:22 PM, Carl Eugen Hoyos wrote: This has come up before Could you point me to the report? See this thread: https://ffmpeg.org/pipermail/ffmpeg-user/2017-May/036078.html Regards, Gyan ___ ffmpeg-user mailing list

Re: [FFmpeg-user] filter_complex vs vf with one filter

2017-11-18 Thread Hans Carlson
On Sat, 18 Nov 2017, Gyan Doshi wrote: You can use 'scale=-1:720:flags=bicubic' in filter_complex to achieve the same result. Thanks, that worked, but now the obvious question is which one is "better"... quality-wise? I'm not that concerned about the size difference, it was just an

Re: [FFmpeg-user] filter_complex vs vf with one filter

2017-11-18 Thread Carl Eugen Hoyos
2017-11-18 6:33 GMT+01:00 Gyan Doshi : > > On 11/18/2017 10:45 AM, Hans Carlson wrote: >> >> What's the difference between "-filter_complex" and "-vf" when >> only one filter is used? Specially, when the "scale" filter is used. > > This has come up before Could you point me

Re: [FFmpeg-user] filter_complex vs vf with one filter

2017-11-17 Thread Gyan Doshi
On 11/18/2017 10:45 AM, Hans Carlson wrote: What's the difference between "-filter_complex" and "-vf" when only one filter is used?  Specially, when the "scale" filter is used. This has come up before, and looks like it hasn't been fixed. In the filter_complex, the scale filter uses the