summaryrefslogtreecommitdiff
path: root/doc/filters.texi
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-10-18 10:15:07 +0200
committerDiego Biurrun <diego@biurrun.de>2017-02-27 10:36:45 +0100
commit4141a5a240fba44b4b4a1c488c279d7dd8a11ec7 (patch)
treedda5c962984e3a4bb3a0461fb4c9973916eab5d6 /doc/filters.texi
parentda8093f712d625db7ce4a2526fb52994e01921ec (diff)
Use modern avconv syntax for codec selection in documentation and tests
Diffstat (limited to 'doc/filters.texi')
-rw-r--r--doc/filters.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 954765f08e..947fd7915c 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -661,10 +661,10 @@ avconv -i HDCD16.flac -af hdcd OUT24.flac
When using the filter with WAV, note that the default encoding for WAV is 16-bit,
so the resulting 20-bit stream will be truncated back to 16-bit. Use something
-like @command{-acodec pcm_s24le} after the filter to get 24-bit PCM output.
+like @command{-c:a pcm_s24le} after the filter to get 24-bit PCM output.
@example
avconv -i HDCD16.wav -af hdcd OUT16.wav
-avconv -i HDCD16.wav -af hdcd -acodec pcm_s24le OUT24.wav
+avconv -i HDCD16.wav -af hdcd -c:a pcm_s24le OUT24.wav
@end example
The filter accepts the following options: