[FFmpeg-cvslog] r9248 - trunk/doc/ffmpeg-doc.texi

diego subversion
Thu Jun 7 18:49:08 CEST 2007


Author: diego
Date: Thu Jun  7 18:49:08 2007
New Revision: 9248

Log:
'-acodec mp3' --> '-acodec libmp3lame'


Modified:
   trunk/doc/ffmpeg-doc.texi

Modified: trunk/doc/ffmpeg-doc.texi
==============================================================================
--- trunk/doc/ffmpeg-doc.texi	(original)
+++ trunk/doc/ffmpeg-doc.texi	Thu Jun  7 18:49:08 2007
@@ -127,7 +127,7 @@ stream, in the order of the definition o
 * 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




More information about the ffmpeg-cvslog mailing list