From 4141a5a240fba44b4b4a1c488c279d7dd8a11ec7 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 18 Oct 2012 10:15:07 +0200 Subject: Use modern avconv syntax for codec selection in documentation and tests --- doc/filters.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/filters.texi') 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: -- cgit v1.2.3