diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-06-07 16:49:08 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-06-07 16:49:08 +0000 |
commit | 7b900f2d0b9041c3cf47655e3a62b0991f8d96e9 (patch) | |
tree | e1da0ef96f0691799e8a88c3eb15f7c38e0b812f /doc | |
parent | 095247b1c1ffb7ed173a84a529cbb75658dc5ab5 (diff) | |
download | ffmpeg-7b900f2d0b9041c3cf47655e3a62b0991f8d96e9.tar.gz |
'-acodec mp3' --> '-acodec libmp3lame'
Originally committed as revision 9248 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg-doc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 710aac5076..f4f9269f7a 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 |