From 028faacff56d7f90f6b119b0b0ac686fd614825f Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 21 Aug 2017 14:56:07 +0200 Subject: video: add metadata handling for spherical video This adds handling of spherical video metadata: retrieving it from demux_lavf and demux_mkv, passing it through filters, and adjusting it with vf_format. This does not include support for rendering this type of video. We don't expect we need/want to support the other projection types like cube maps, so we don't include that for now. They can be added later as needed. Also raise the maximum sizes of stringified image params, since they can get really long. --- DOCS/man/vf.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst index 9ed8f2f047..0c43698149 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -414,6 +414,16 @@ Available mpv-only filters are: but values such as ``[16:9]`` can be passed too (``[...]`` for quoting to prevent the option parser from interpreting the ``:`` character). + ```` + Type of the spherical projection: + + :auto: As indicated by the file (default) + :none: Normal video + :equirect: Equirectangular + :unknown: Unknown projection + + ````, ````, ```` + Reference angle in degree, if spherical video is used. ``noformat[=fmt]`` Restricts the color space for the next filter without doing any conversion. -- cgit v1.2.3