Andy Furniss wrote:

mpv -fs -vf=lavfi=[yadif=1] ...

While playing with a bff file I just noticed that only works by luck.

It seems mpv doesn't read field order from .y4m so if it's bff you need

mpv -fs -vf=lavfi=[setfield=bff,yadif=1] ...


_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to