Commit 385551e2 authored by diego's avatar diego

'-acodec mp3' --> '-acodec libmp3lame'


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9248 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent afb082a6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment