From fc76820d0099580411502489ec4d85d49f7d9839 Mon Sep 17 00:00:00 2001 From: gpoirier Date: Tue, 20 Sep 2005 19:57:09 +0000 Subject: 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) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16542 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/encoding-guide.xml | 31 ++++++++++++++++++++++++------- DOCS/xml/en/mencoder.xml | 6 ++++-- 2 files changed, 28 insertions(+), 9 deletions(-) (limited to 'DOCS') 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 -- cgit v1.2.3