summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-28 15:26:30 +0200
committerwm4 <wm4@nowhere>2013-06-28 15:26:30 +0200
commitf296258de0bb43363f45941b3d01b3cf63a8c1bd (patch)
treec2b96fb98edf2fce0f01871abdbdb76fe93fb8c9 /DOCS
parent07131a9523eea9aef16f63b371cfefa5e9a286cf (diff)
downloadmpv-f296258de0bb43363f45941b3d01b3cf63a8c1bd.tar.bz2
mpv-f296258de0bb43363f45941b3d01b3cf63a8c1bd.tar.xz
options: rename --mkv-subtitle-preroll, --dtshd
We still keep the old names as alias for short-time compatibility.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/options.rst65
1 files changed, 35 insertions, 30 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index cf7e0f05e6..690073e18b 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -44,6 +44,16 @@
unneeded and pass all unknown options through the AVOption system is
welcome. A full list of AVOptions can be found in the FFmpeg manual.
+--ad-spdif-dtshd=<yes|no>, --dtshd, --no-dtshd
+ When using DTS passthrough, output any DTS-HD track as-is.
+ With ``ad-spdif-dtshd=no`` (the default) only the DTS Core parts will be
+ output.
+
+ DTS-HD tracks can be sent over HDMI but not over the original
+ coax/toslink S/PDIF system.
+
+ ``--dtshd`` and ``--no-dtshd`` are deprecated aliases.
+
--af=<filter1[=parameter1:parameter2:...],filter2,...>
Specify a list of audio filters to apply to the audio stream. See
`audio_filters` for details and descriptions of the available filters.
@@ -546,6 +556,31 @@
Encryption key the demuxer should use. This is the raw binary data of
the key converted to a hexadecimal string.
+--demuxer-mkv-subtitle-preroll, --mkv-subtitle-preroll
+ Try harder to show embedded soft subtitles when seeking somewhere. Normally,
+ it can happen that the subtitle at the seek target is not shown due to how
+ some container file formats are designed. The subtitles appear only if
+ seeking before or exactly to the position a subtitle first appears. To
+ make this worse, subtitles are often timed to appear a very small amount
+ before the associated video frame, so that seeking to the video frame
+ typically does not demux the subtitle at that position.
+
+ Enabling this option makes the demuxer start reading data a bit before the
+ seek target, so that subtitles appear correctly. Note that this makes
+ seeking slower, and is not guaranteed to always work. It only works if the
+ subtitle is close enough to the seek target.
+
+ Works with the internal Matroska demuxer only. Always enabled for absolute
+ and hr-seeks, and this option changes behavior with relative or imprecise
+ seeks only.
+
+ See also ``--hr-seek-demuxer-offset`` option. This option can achieve a
+ similar effect, but only if hr-seek is active. It works with any demuxer,
+ but makes seeking much slower, as it has to decode audio and video data,
+ instead of just skipping over it.
+
+ ``--mkv-subtitle-preroll`` is a deprecated alias.
+
--demuxer-rawaudio-channels=<value>
Number of channels (or channel layout) if ``--demuxer=rawaudio`` is used
(default: stereo).
@@ -587,13 +622,6 @@
Time in milliseconds to recognize two consecutive button presses as a
double-click (default: 300).
---dtshd, --no-dtshd
- When using DTS passthrough, output any DTS-HD track as-is.
- With ``--no-dtshd`` (the default) only the DTS Core parts will be output.
-
- DTS-HD tracks can be sent over HDMI but not over the original
- coax/toslink S/PDIF system.
-
--dvbin=<options>
Pass the following parameters to the DVB input module, in order to
override the default ones:
@@ -1091,29 +1119,6 @@
:fps=<value>: output fps (default: 25)
:type=<value>: input file type (available: jpeg, png, tga, sgi)
---mkv-subtitle-preroll
- Try harder to show embedded soft subtitles when seeking somewhere. Normally,
- it can happen that the subtitle at the seek target is not shown due to how
- some container file formats are designed. The subtitles appear only if
- seeking before or exactly to the position a subtitle first appears. To
- make this worse, subtitles are often timed to appear a very small amount
- before the associated video frame, so that seeking to the video frame
- typically does not demux the subtitle at that position.
-
- Enabling this option makes the demuxer start reading data a bit before the
- seek target, so that subtitles appear correctly. Note that this makes
- seeking slower, and is not guaranteed to always work. It only works if the
- subtitle is close enough to the seek target.
-
- Works with the internal Matroska demuxer only. Always enabled for absolute
- and hr-seeks, and this option changes behavior with relative or imprecise
- seeks only.
-
- See also ``--hr-seek-demuxer-offset`` option. This option can achieve a
- similar effect, but only if hr-seek is active. It works with any demuxer,
- but makes seeking much slower, as it has to decode audio and video data,
- instead of just skipping over it.
-
--mixer=<device>
Use a mixer device different from the default ``/dev/mixer``. For ALSA
this is the mixer name.