summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-10 20:46:15 +0200
committerwm4 <wm4@nowhere>2014-06-11 00:34:46 +0200
commit77a7aa2c41d4d4be2eb2ad099b201d3fdd8f3cc7 (patch)
treed72e8ec7a75a2e6c60060740629062f7bad895c7 /DOCS/man/en/options.rst
parent7689f5f7cedcafe30d8ede3609cf4f2a3314a1d8 (diff)
downloadmpv-77a7aa2c41d4d4be2eb2ad099b201d3fdd8f3cc7.tar.bz2
mpv-77a7aa2c41d4d4be2eb2ad099b201d3fdd8f3cc7.tar.xz
stream_cdda: remove global option variables
Diffstat (limited to 'DOCS/man/en/options.rst')
-rw-r--r--DOCS/man/en/options.rst51
1 files changed, 23 insertions, 28 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst
index e534b1aeb1..981c1944e7 100644
--- a/DOCS/man/en/options.rst
+++ b/DOCS/man/en/options.rst
@@ -427,42 +427,37 @@ OPTIONS
on the situation, either of these might be slower than the other method.
This option allows control over this.
-``--cdda=<option1:option2>``
- This option can be used to tune the CD Audio reading feature of mpv.
+``--cdda-...``
+ These options can be used to tune the CD Audio reading feature of mpv.
- Available options are:
-
- ``speed=<value>``
- Set CD spin speed.
-
- ``paranoia=<0-2>``
- Set paranoia level. Values other than 0 seem to break playback of
- anything but the first track.
+``--cdda-speed=<value>``
+ Set CD spin speed.
- :0: disable checking (default)
- :1: overlap checking only
- :2: full data correction and verification
+``--cdda-paranoia=<0-2>``
+ Set paranoia level. Values other than 0 seem to break playback of
+ anything but the first track.
- ``generic-dev=<value>``
- Use specified generic SCSI device.
+ :0: disable checking (default)
+ :1: overlap checking only
+ :2: full data correction and verification
- ``sector-size=<value>``
- Set atomic read size.
+``--cdda-sector-size=<value>``
+ Set atomic read size.
- ``overlap=<value>``
- Force minimum overlap search during verification to <value> sectors.
+``--cdda-overlap=<value>``
+ Force minimum overlap search during verification to <value> sectors.
- ``toc-bias``
- Assume that the beginning offset of track 1 as reported in the TOC
- will be addressed as LBA 0. Some discs need this for getting track
- boundaries correctly.
+``--cdda-toc-bias``
+ Assume that the beginning offset of track 1 as reported in the TOC
+ will be addressed as LBA 0. Some discs need this for getting track
+ boundaries correctly.
- ``toc-offset=<value>``
- Add ``<value>`` sectors to the values reported when addressing tracks.
- May be negative.
+``--cdda-toc-offset=<value>``
+ Add ``<value>`` sectors to the values reported when addressing tracks.
+ May be negative.
- ``(no-)skip``
- (Never) accept imperfect data reconstruction.
+``--cdda-skip=<es|no``
+ (Never) accept imperfect data reconstruction.
``--cdrom-device=<path>``
Specify the CD-ROM device (default: ``/dev/cdrom``).