summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 4a1951effe..adf3f994be 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2245,18 +2245,6 @@ Demuxer
file and can make a reliable estimate even without an index present (such
as partial files).
-``--demuxer-mkv-fix-timestamps=<yes|no>``
- Fix rounded Matroska timestamps (disabled by default). Matroska usually
- stores timestamps rounded to milliseconds. This means timestamps jitter
- by some amount around the intended timestamp. mpv can correct the timestamps
- based on the framerate value stored in the file: the timestamp is rounded
- to the next frame (according to the framerate), unless the new timestamp
- would deviate more than 1ms from the old one. This should undo the rounding
- done by the muxer.
-
- (The allowed deviation can be less than 1ms if the file uses a non-standard
- timecode scale.)
-
``--demuxer-rawaudio-channels=<value>``
Number of channels (or channel layout) if ``--demuxer=rawaudio`` is used
(default: stereo).