1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 12:22:22 +00:00
mpv/DOCS/man
wm4 830f0aed97 video: make --deinterlace and HW deinterlace filters always deinterlace
Before this, we made deinterlacing dependent on the video codec metadata
(AVFrame.interlaced_frame for libavcodec). So even if --deinterlace=yes
was set, we skipped deinterlacing if the flag wasn't set. This is very
unreliable and there are many streams with flags incorrectly set.

The potential problem is that this might upset people who alwase enabled
deinterlace and hoped it worked. But it's likely these people were
screwed by this setting anyway. The new behavior is less tricky and
easier to understand, and this preferable. Maybe one day we could
introduce a --deinterlace=auto, which does the right thing, but of
course this would be hard to implement (esecially with hwdec).

Fixes #5219.
2018-02-13 17:45:29 -08:00
..
af.rst manpage: clarify some --vf options 2018-01-31 11:12:08 +01:00
ao.rst ao_null: add --ao-null-format option for debugging 2018-01-30 03:10:27 -08:00
changes.rst manpage: mention the client API/interface change logs 2016-09-02 09:48:35 +02:00
encode.rst encode: implement --oset-metadata, and --oremove-metadata 2017-12-26 03:33:19 -07:00
input.rst codecs: remove unused family field 2018-02-01 10:21:55 +01:00
ipc.rst manpage: document tricky issue with IPC observe_property command 2017-05-16 12:20:39 +02:00
javascript.rst js: implement mp.msg.trace() 2017-12-16 02:25:24 -08:00
libmpv.rst manpage: define stricter rules for C plugin return values 2017-01-14 17:41:04 +01:00
lua.rst js: implement mp.msg.trace() 2017-12-16 02:25:24 -08:00
mpv.rst options: add string list -toggle action 2018-01-25 20:18:32 -08:00
options.rst video: make --deinterlace and HW deinterlace filters always deinterlace 2018-02-13 17:45:29 -08:00
osc.rst osc: add seekbarkeyframes as a user option 2018-01-03 15:35:39 +00:00
stats.rst stats: clarify documentation 2017-10-13 00:28:41 +02:00
vf.rst video: make --deinterlace and HW deinterlace filters always deinterlace 2018-02-13 17:45:29 -08:00
vo.rst cocoa-cb: initial implementation via opengl-cb API 2018-02-12 04:49:15 -08:00