From d51a032fd773cbee6743d2e0f9dcc7fad65ae4f2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 18 Nov 2014 23:07:20 +0100 Subject: demux_mkv: add an option for compatibility with Haali This was requested on IRC. --- DOCS/man/input.rst | 1 + DOCS/man/options.rst | 7 +++++++ 2 files changed, 8 insertions(+) (limited to 'DOCS') 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=`` 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=`` Number of channels (or channel layout) if ``--demuxer=rawaudio`` is used (default: stereo). -- cgit v1.2.3