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/options.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 5d89bcb77c..b3c83de4da 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -1625,13 +1625,13 @@ Video ``--correct-pts``, ``--no-correct-pts`` ``--no-correct-pts`` switches mpv to a mode where video timing is - determined using a fixed framerate value (either using the ``--fps`` - option, or using file information). Sometimes, files with very broken - timestamps can be played somewhat well in this mode. Note that video - filters, subtitle rendering, seeking (including hr-seeks and backstepping), - and audio synchronization can be completely broken in this mode. + determined using a fixed framerate value (either using the + ``--container-fps-override`` option, or using file information). Sometimes, + files with very broken timestamps can be played somewhat well in this mode. + Note that video filters, subtitle rendering, seeking (including hr-seeks and + backstepping), and audio synchronization can be completely broken in this mode. -``--fps=`` +``--container-fps-override=`` Override video framerate. Useful if the original value is wrong or missing. .. note:: -- cgit v1.2.3