You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
'-acodec mp3' --> '-acodec libmp3lame'
Originally committed as revision 9248 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -127,7 +127,7 @@ stream, in the order of the definition of output streams.
|
|||||||
* You can transcode decrypted VOBs
|
* You can transcode decrypted VOBs
|
||||||
|
|
||||||
@example
|
@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
|
@end example
|
||||||
|
|
||||||
This is a typical DVD ripping example; the input is a VOB file, the
|
This is a typical DVD ripping example; the input is a VOB file, the
|
||||||
|
Reference in New Issue
Block a user