summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-18 23:07:20 +0100
committerwm4 <wm4@nowhere>2014-11-18 23:07:20 +0100
commitd51a032fd773cbee6743d2e0f9dcc7fad65ae4f2 (patch)
treea944184d0144d3cf13e62fdf44c669f2bf39d7cd /DOCS/man
parentcc84f73a954f10da603982dcc2a8a278b4f5f52c (diff)
downloadmpv-d51a032fd773cbee6743d2e0f9dcc7fad65ae4f2.tar.bz2
mpv-d51a032fd773cbee6743d2e0f9dcc7fad65ae4f2.tar.xz
demux_mkv: add an option for compatibility with Haali
This was requested on IRC.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/input.rst1
-rw-r--r--DOCS/man/options.rst7
2 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 68d48ae880..ea408d00ed 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -792,6 +792,7 @@ Property list
``ab-loop-a``, ``ab-loop-b`` (TW)
Set/get A-B loop points. See corresponding options and ``ab_loop`` command.
+ The special value ``no`` on either of these properties disables looping.
``angle`` (RW)
Current DVD angle.
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index b2ddd1c12a..aeb0cc63fe 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2070,6 +2070,13 @@ Demuxer
``--demuxer-mkv-subtitle-preroll-secs=<value>``
See ``--demuxer-mkv-subtitle-preroll``.
+``--demuxer-mkv-probe-video-duration``
+ When opening the file, seek to the end of it, and check what timestamp the
+ last video packet has, and report that as file duration. This is strictly
+ for compatibility with Haali only. In this mode, it's possible that opening
+ will slower (especially when playing over http), or that behavior with
+ broken files is much worse. So don't use this option.
+
``--demuxer-rawaudio-channels=<value>``
Number of channels (or channel layout) if ``--demuxer=rawaudio`` is used
(default: stereo).