diff options
author | wm4 <wm4@nowhere> | 2015-11-07 17:37:32 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-11-07 17:37:32 +0100 |
commit | 1356755ad4618c05e282a65c0697075991b68fe2 (patch) | |
tree | da6c5620a8bdfb90d2bc846416414d7809003426 /DOCS/man | |
parent | 2dc18a2f82ad2f2a7fa1d97978cab9fc58d7a450 (diff) | |
download | mpv-1356755ad4618c05e282a65c0697075991b68fe2.tar.bz2 mpv-1356755ad4618c05e282a65c0697075991b68fe2.tar.xz |
demux_mkv: remove --demuxer-mkv-fix-timestamps
While it seemed like a pretty good idea at first, it's just a dead end
and works only in the simplest cases. While it may or may not help
slightly with audio sync mode, the display-sync mode already compensates
this in a better way. The main issue is that timestamps at this layer
are not in order, so it can look at single timestamps only.
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/options.rst | 12 |
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). |