summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-30 17:32:46 +0100
committerwm4 <wm4@nowhere>2012-12-03 21:08:48 +0100
commit358dc473146bd1fb6dec0ab41d9a9aa58b754d90 (patch)
treeca14ac905e118315d368c02ccd7e22e61e4fa363 /DOCS
parent1085539bde0937dd156566b3dea957f3efbe0b29 (diff)
downloadmpv-358dc473146bd1fb6dec0ab41d9a9aa58b754d90.tar.bz2
mpv-358dc473146bd1fb6dec0ab41d9a9aa58b754d90.tar.xz
ao_pcm: fix references to -novideo
The option is -no-video. Remove the deprecated "fast" suboption, which did nothing and instructed the user to use "-novideo" instead. Fix a reference to -novideo in encoding.rst. Add a "generic" entry about -no-* to the list of renamed options. The change is already explicitly mentioned in the text above the table, but even if it's redundant, it makes it harder to overlook.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/encoding.rst2
-rw-r--r--DOCS/man/en/changes.rst1
2 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/encoding.rst b/DOCS/encoding.rst
index a414bdf3f9..bc301cfea7 100644
--- a/DOCS/encoding.rst
+++ b/DOCS/encoding.rst
@@ -131,7 +131,7 @@ What works
* Using x264 presets/tunings/profiles (by using profile=, tune=, preset= in the
-ovcopts)
* Deinterlacing/Inverse Telecine with any of mpv's filters for that
-* Audio file converting: mpv -o outfile.mp3 infile.flac -novideo -oac
+* Audio file converting: mpv -o outfile.mp3 infile.flac -no-video -oac
libmp3lame -oacopts ab=320k
* inverse telecine filters (confirmed working: detc, pullup, filmdint)
diff --git a/DOCS/man/en/changes.rst b/DOCS/man/en/changes.rst
index eeafd537a9..c2cceddcfc 100644
--- a/DOCS/man/en/changes.rst
+++ b/DOCS/man/en/changes.rst
@@ -93,6 +93,7 @@ Command line switches
=================================== ===================================
Old New
=================================== ===================================
+ -no<opt> --no-<opt> (add a dash)
-nosound --no-audio
-use-filename-title --title="${filename}"
-loop 0 --loop=inf