[FFmpeg-cvslog] [ffmpeg.org]: r219 - trunk/src/compat

diego subversion
Sun Dec 14 15:48:33 CET 2008


Author: diego
Date: Sun Dec 14 15:48:31 2008
New Revision: 219

Log:
LAME must be named libmp3lame on the command line now.
patch by Francesco Cosoleto, cosoleto gmail com


Modified:
   trunk/src/compat

Modified: trunk/src/compat
==============================================================================
--- trunk/src/compat	(original)
+++ trunk/src/compat	Sun Dec 14 15:48:31 2008
@@ -45,7 +45,7 @@
 the default WinXP/SP2 installation of Windows Media Player:
 
 <ul>
-<li><em>ffmpeg -i <inputfile.ext> -vcodec msmpeg4 -vtag MP43 -acodec mp3 <file.avi></em>
+<li><em>ffmpeg -i <inputfile.ext> -vcodec msmpeg4 -vtag MP43 -acodec libmp3lame <file.avi></em>
 <br>
 This is the same as the infamous 'DIV3' DivX ;-) codec. However, if the
 '-vtag' option is omitted, the 'DIV3' tag will be inserted by default and




More information about the ffmpeg-cvslog mailing list