From 8dfe0c73c9293dbbbfae096e0fbd6e59ecbd3896 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 9 Aug 2014 00:35:25 +0200 Subject: 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. --- DOCS/man/options.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'DOCS') 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=`` +``--framedrop=`` 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=`` + 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 -- cgit v1.2.3