1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-15 19:42:53 +00:00
mpv/DOCS/man
wm4 8599c959fe video: initial Matroska 3D support
This inserts an automatic conversion filter if a Matroska file is marked
as 3D (StereoMode element). The basic idea is similar to video rotation
and colorspace handling: the 3D mode is added as a property to the video
params. Depending on this property, a video filter can be inserted.

As of this commit, extending mp_image_params is actually completely
unnecessary - but the idea is that it will make it easier to integrate
with VOs supporting stereo 3D mogrification. Although vo_opengl does
support some stereo rendering, it didn't support the mode my sample file
used, so I'll leave that part for later.

Not that most mappings from Matroska mode to vf_stereo3d mode are
probably wrong, and some are missing.

Assuming that Matroska modes, and vf_stereo3d in modes, and out modes
are all the same might be an oversimplification - we'll see.

See issue #1045.
2014-08-30 23:24:46 +02:00
..
af.rst af_lavcac3enc: lower minimum channel number to 3 2014-08-12 23:45:41 +02:00
ao.rst ao_dsound: raise default buffer size to 200ms, make it configurable 2014-08-22 16:12:47 +02:00
changes.rst options: compatibility hack for --slave-broken 2014-08-25 00:48:55 +02:00
encode.rst DOCS: remove en/ sub-directory 2014-06-20 23:01:12 +02:00
input.rst manpage: fix minor grammar issue 2014-08-29 20:56:08 +02:00
lua.rst manpage: mention that mp.commandv doesn't expand properties 2014-08-25 22:18:25 +02:00
mpv.rst manpage: update keybindings 2014-08-11 21:56:37 +02:00
options.rst video: initial Matroska 3D support 2014-08-30 23:24:46 +02:00
osc.rst DOCS: remove en/ sub-directory 2014-06-20 23:01:12 +02:00
vf.rst video/filter: add vf_buffer 2014-07-30 23:29:00 +02:00
vo.rst vo_opengl: add parameter to gaussian filter 2014-08-26 22:19:32 +02:00