summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/changes.rst2
-rw-r--r--DOCS/man/en/options.rst34
2 files changed, 3 insertions, 33 deletions
diff --git a/DOCS/man/en/changes.rst b/DOCS/man/en/changes.rst
index a11942ce5b..5febb3afd2 100644
--- a/DOCS/man/en/changes.rst
+++ b/DOCS/man/en/changes.rst
@@ -101,6 +101,8 @@ Command line switches
-subdelay --sub-delay
-subpos --sub-pos
-forcedsubsonly --sub-forced-only
+ -ni --avi-ni
+ -benchmark --untimed (no stats)
=================================== ===================================
input.conf and slave commands
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index 3db799590e..56d8305c95 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -19,11 +19,6 @@
*NOTE*: See ``--ac=help`` for a full list of available codecs.
---adapter=<value>
- Set the graphics card that will receive the image. You can get a list of
- available cards when you run this option with ``-v``. Currently only works
- with the directx video output driver.
-
--af=<filter1[=parameter1:parameter2:...],filter2,...>
Specify a list of audio filters to apply to the audio stream. See
:ref:`audio_filters` for details and descriptions of the available filters.
@@ -352,9 +347,6 @@
the start of the next one then keep playing video normally over the
chapter change instead of doing a seek.
---codecpath=<dir>
- Specify a directory for binary codecs.
-
--codecs-file=<filename>
Override the standard search path and use the specified file instead of
the builtin codecs.conf.
@@ -751,15 +743,6 @@
--help
Show short summary of options.
---hr-mp3-seek
- Only affects the internal ``audio`` demuxer, which is not used by default
- for mp3 files any more. The equivalent functionality is always enabled
- with the now default libavformat demuxer for mp3. Hi-res MP3 seeking.
- Enabled when playing from an external MP3 file, as we need to seek to the
- very exact position to keep A/V sync. Can be slow especially when seeking
- backwards since it has to rewind to the beginning to find an exact frame
- position.
-
--hr-seek=<no|absolute|yes>
Select when to use precise seeks that are not limited to keyframes. Such
seeks require decoding video from the previous keyframe up to the target
@@ -1101,15 +1084,6 @@
--list-properties
Print a list of the available properties.
---loadidx=<filename>
- The file from which to read the video index data saved by ``--saveidx``.
- This index will be used for seeking, overriding any index data contained
- in the AVI itself. mpv will not prevent you from loading an index file
- generated from a different AVI, but this is sure to cause unfavorable
- results.
-
- *NOTE*: This option is obsolete now that MPlayer has OpenDML support.
-
--loop=<number|inf|no>
Loops playback <number> times. ``inf`` means forever and ``no`` disables
looping.
@@ -1202,7 +1176,7 @@
--name
Set the window class name for X11-based video output methods.
---ni
+--avi-ni
(Internal AVI demuxer which is not used by default only)
Force usage of non-interleaved AVI parser (fixes playback of some bad AVI
files).
@@ -1552,12 +1526,6 @@
grayscale output with this option. Not supported by all video output
drivers.
---saveidx=<filename>
- Force index rebuilding and dump the index to <filename>. Currently this
- only works with AVI files.
-
- *NOTE*: This option is obsolete now that MPlayer has OpenDML support.
-
--sb=<n>
Seek to byte position. Useful for playback from CD-ROM images or VOB files
with junk at the beginning. See also ``--ss``.