diff --git a/DOCS/xml/en/encoding-guide.xml b/DOCS/xml/en/encoding-guide.xml index 2804bf314d..2d84edf7ef 100644 --- a/DOCS/xml/en/encoding-guide.xml +++ b/DOCS/xml/en/encoding-guide.xml @@ -2217,7 +2217,12 @@ Do not do this! Always use a file or CD/DVD/etc device as input. 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 @@ You can encode to the following codecs (more or less up to date): 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 @@ The first column contains the codec names that should be passed after the 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 @@ The first column contains the codec names that should be passed after the 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 --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml index 42e6becbc9..1e4d51bc1d 100644 --- a/DOCS/xml/en/mencoder.xml +++ b/DOCS/xml/en/mencoder.xml @@ -38,7 +38,8 @@ Audio Codecs: lavc - Use one of libavcodec's audio encoders + Use one of libavcodec's audio codecs + faac @@ -75,7 +76,8 @@ Video codecs: lavc - Use one of libavcodec's video encoders + Use one of libavcodec's video codecs + xvid