From 358dc473146bd1fb6dec0ab41d9a9aa58b754d90 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 30 Nov 2012 17:32:46 +0100 Subject: 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. --- DOCS/encoding.rst | 2 +- DOCS/man/en/changes.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'DOCS') 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 --no- (add a dash) -nosound --no-audio -use-filename-title --title="${filename}" -loop 0 --loop=inf -- cgit v1.2.3