From 1356755ad4618c05e282a65c0697075991b68fe2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 7 Nov 2015 17:37:32 +0100 Subject: 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. --- DOCS/man/options.rst | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'DOCS/man/options.rst') 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=`` - 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=`` Number of channels (or channel layout) if ``--demuxer=rawaudio`` is used (default: stereo). -- cgit v1.2.3