diff options
author | wm4 <wm4@nowhere> | 2018-05-08 18:44:08 +0200 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2018-05-25 10:45:46 +0200 |
commit | 1d46368404865a8509e2ed49e6a3adefb0da749b (patch) | |
tree | 409683600d29b382e2388bb7ea347ed1b4d42a31 | |
parent | 58479906d8e38b543e60f8f07ccaa1b2b9b43166 (diff) |
manpage: mention that --no-correct-pts can break seeking too
-rw-r--r-- | DOCS/man/options.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index ea8c6df26f..e1f1944408 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -1020,8 +1020,8 @@ Video 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 and audio synchronization can be completely - broken in this mode. + filters, subtitle rendering, seeking (including hr-seeks and backstepping), + and audio synchronization can be completely broken in this mode. ``--fps=<float>`` Override video framerate. Useful if the original value is wrong or missing. |