Re: [FFmpeg-devel] [PATCH] doc/ffmpeg: remove reference to non-existent option

2018-07-17 Thread Gyan Doshi
On 17-07-2018 04:52 PM, Moritz Barsnick wrote: I guess it was undeprecated by making it work properly again, which is fair enough, as far as I'm concerned. Still, is it preferred to use a filter? Yes, the CLI option is global, so applies to all video streams. Most invocations I've seen of i

Re: [FFmpeg-devel] [PATCH] doc/ffmpeg: remove reference to non-existent option

2018-07-17 Thread Moritz Barsnick
On Tue, Jul 17, 2018 at 16:00:33 +0530, Gyan Doshi wrote: > > The option still exists and is effective. See current line 3528 of > fftool/ffmpeg_opt.c and the block at line 822 of fftool/ffmpeg_filter.c > > On 17-07-2018 03:06 PM, Moritz Barsnick wrote: > > The "-deinterlace" option was removed

Re: [FFmpeg-devel] [PATCH] doc/ffmpeg: remove reference to non-existent option

2018-07-17 Thread Gyan Doshi
The option still exists and is effective. See current line 3528 of fftool/ffmpeg_opt.c and the block at line 822 of fftool/ffmpeg_filter.c On 17-07-2018 03:06 PM, Moritz Barsnick wrote: The "-deinterlace" option was removed in 481575d255195c6c2f32e04686b94de984ae78d4, over five years ago. Re