# HG changeset patch # User gpoirier # Date 1127246229 0 # Node ID 4a9808f6cacce87a0c6aa6d218c46d6b2222702b # Parent 08ad8e0cfdd556c3fb455f7d14dd99faca231d9c add some internal links between "codecs supported by mencoder" and "codecs featured by lavc". Added an audio encoding example. Moved the "codecs featured by lavc" in 2 shiny new sections (to allow the internal links to work) diff -r 08ad8e0cfdd5 -r 4a9808f6cacc DOCS/xml/en/encoding-guide.xml --- a/DOCS/xml/en/encoding-guide.xml Tue Sep 20 02:53:03 2005 +0000 +++ b/DOCS/xml/en/encoding-guide.xml Tue Sep 20 19:57:09 2005 +0000 @@ -2217,7 +2217,12 @@ libavcodec provides simple encoding to a lot of interesting video and audio formats. You can encode to the following codecs (more or less up to date): - + + + +<systemitem class="library">libavcodec</systemitem>'s video codecs + + @@ -2290,8 +2295,18 @@ The first column contains the codec names that should be passed after the vcodec config, like: - - + + + +An example, with MJPEG compression: +mencoder dvd://2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -oac copy + + + + + +<systemitem class="library">libavcodec</systemitem>'s audio codecs + @@ -2322,6 +2337,13 @@ acodec option, like: + + +An example, with AC3 compression: +mencoder dvd://2 -o title2.avi -oac lavc -lavcopts acodec=ac3 -ovc copy + + + Contrary to libavcodec's video codecs, its audio codecs do not make a wise usage of the bits they are @@ -2332,13 +2354,8 @@ compiled with libavcodec (which is the case most of time), and do not depend on external libraries. - - - -An example, with MJPEG compression: -mencoder dvd://2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -oac copy - - + + Encoding options of libavcodec diff -r 08ad8e0cfdd5 -r 4a9808f6cacc DOCS/xml/en/mencoder.xml --- a/DOCS/xml/en/mencoder.xml Tue Sep 20 02:53:03 2005 +0000 +++ b/DOCS/xml/en/mencoder.xml Tue Sep 20 19:57:09 2005 +0000 @@ -38,7 +38,8 @@ lavc - Use one of libavcodec's audio encoders + Use one of libavcodec's audio codecs + faac @@ -75,7 +76,8 @@ lavc - Use one of libavcodec's video encoders + Use one of libavcodec's video codecs + xvid