summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-09 00:35:25 +0200
committerwm4 <wm4@nowhere>2014-08-09 00:35:35 +0200
commit8dfe0c73c9293dbbbfae096e0fbd6e59ecbd3896 (patch)
treed6b1564e806304bf49f784a9bb5a4ed58200c672 /DOCS
parent91be5e5c3163efe185fa4883887a60a0db16728b (diff)
downloadmpv-8dfe0c73c9293dbbbfae096e0fbd6e59ecbd3896.tar.bz2
mpv-8dfe0c73c9293dbbbfae096e0fbd6e59ecbd3896.tar.xz
video: remove "hard" framedrop mode
Completely useless, and could accidentally be enabled by cycling framedrop modes. Just get rid of it. But still allow triggering the old code with --vd-lavc-framedrop, in case someone asks for it. If nobody does, this new option will be removed eventually.
Diffstat (limited to 'DOCS')
-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