[SCM] libav/experimental: '-acodec mp3' --> '-acodec libmp3lame'

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:01:14 UTC 2013


The following commit has been merged in the experimental branch:
commit 7b900f2d0b9041c3cf47655e3a62b0991f8d96e9
Author: Diego Biurrun <diego at biurrun.de>
Date:   Thu Jun 7 16:49:08 2007 +0000

    '-acodec mp3' --> '-acodec libmp3lame'
    
    Originally committed as revision 9248 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index 710aac5..f4f9269 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -127,7 +127,7 @@ stream, in the order of the definition of output streams.
 * You can transcode decrypted VOBs
 
 @example
-ffmpeg -i snatch_1.vob -f avi -vcodec mpeg4 -b 800k -g 300 -bf 2 -acodec mp3 -ab 128k snatch.avi
+ffmpeg -i snatch_1.vob -f avi -vcodec mpeg4 -b 800k -g 300 -bf 2 -acodec libmp3lame -ab 128k snatch.avi
 @end example
 
 This is a typical DVD ripping example; the input is a VOB file, the

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list