1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-28 19:30:44 +00:00
mpv/DOCS/man/en
wm4 66e20ef8ad video: remove --flip
The --flip option flipped the image upside-down, by trying to use VO
support, or if not available, by inserting a video filter. I'm not sure
why it existed. Maybe it was important in ancient times when VfW based
decoders output an image this way (but even then, flipping an image is a
free operation by negating the stride).

One nice thing about this is that it provided a possible path for
implementing video orientation, which is a feature we should probably
support eventually. The important part is that it would be for free for
VOs that support it, and would work even with hardware decoding.

But for now get rid of it. It's useless, trivial, stands in the way, and
supporting video orientation would require solving other problems first.
2013-12-05 22:58:54 +01:00
..
af.rst af_pan: change options, use option parser 2013-12-04 23:13:46 +01:00
ao.rst options: add options that set defaults for af/vf/ao/vo 2013-12-01 00:12:10 +01:00
changes.rst manpage: use different quoting in example 2013-12-04 23:12:50 +01:00
encode.rst manpage: proofread and fix formatting 2013-07-08 18:02:46 +02:00
input.rst options: add option to disable using right Alt key as Alt Gr 2013-12-02 09:03:31 +01:00
lua.rst Add initial Lua scripting support 2013-09-26 01:28:58 +02:00
mpv.rst manpage: document , mapping (frame_back_step) 2013-11-22 13:07:36 +01:00
options.rst video: remove --flip 2013-12-05 22:58:54 +01:00
osc.rst docs: osc: update cache display percentage. 2013-10-26 11:12:08 +02:00
vf.rst manpage: remove unhelpful paragraph about video filter params 2013-12-04 23:12:50 +01:00
vo.rst vo_opengl: add support for rectangle textures 2013-12-01 23:39:13 +01:00