summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst12
1 files changed, 8 insertions, 4 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index eaab0c48e7..81da53baa7 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -430,12 +430,12 @@ Video
Do not sleep when outputting video frames. Useful for benchmarks when used
with ``--no-audio.``
-``--framedrop=<no|yes|hard>``
+``--framedrop=<no|yes>``
Skip displaying some frames to maintain A/V sync on slow systems. Video
filters are not applied to such frames. For B-frames even decoding is
- skipped completely. May produce unwatchably choppy output. With ``hard``,
- decoding and output of any frame can be skipped, and will lead to an even
- worse playback experience.
+ skipped completely. May produce unwatchably choppy output.
+
+ The ``--vd-lavc-framedrop`` option controls what frames to drop.
.. note::
@@ -705,6 +705,10 @@ Video
Skips decoding of frames completely. Big speedup, but jerky motion and
sometimes bad artifacts (see skiploopfilter for available skip values).
+``--vd-lavc-framedrop=<skipvalue>``
+ Set framedropping mode used with ``--framedrop`` (see skiploopfilter for
+ available skip values).
+
``--vd-lavc-threads=<0-16>``
Number of threads to use for decoding. Whether threading is actually
supported depends on codec. 0 means autodetect number of cores on the