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 in 481575d255195c6c2f32e04686b94de984ae78d4, over five years ago. Refer to deinterlacing filters instead.
That's a Libav no-op commit. It was merged in 42f5fc716e932b7b015d6605f2d88fc0eea4488b.
Gee, that's no fun. I used "git -S" to search for changes, and found this commit in git master, and it didn't look like a no-op at all. But then, you're right, it touched avconv, and wasn't merged over to ffmpeg probably.
So, if that deprecation stands, we can remove the option/doc/code altogether, else remove the deprecation notice.
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? Then my doc change stands. Whatever ;-) Patch dropped, Moritz