From 7aed492ccc48fd32084d7dfe65a50b5b90d8411a Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Sun, 15 Oct 2023 09:36:56 -0500 Subject: options: rename --fps to --container-fps-override This better reflects what it actually does. As a bonus, script writers won't be misled into thinking that fps displays the actual video or display fps. --- DOCS/man/mpv.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'DOCS/man/mpv.rst') diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index dd42c73412..636d4bbdc3 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -1094,7 +1094,8 @@ this with ``--untimed``, but it will likely break, unless the stream has no audio, and the input feeds data to the player at a constant rate. Another common problem is with MJPEG streams. These do not signal the correct -framerate. Using ``--untimed`` or ``--no-correct-pts --fps=60`` might help. +framerate. Using ``--untimed`` or ``--no-correct-pts --container-fps-override=60`` +might help. For livestreams, data can build up due to pausing the stream, due to slightly lower playback rate, or "buffering" pauses. If the demuxer cache is enabled, -- cgit v1.2.3