Mercurial > mplayer.hg
changeset 12400:903ac68f2bc8
divx --> lavc, spelling, more sensible section name
author | diego |
---|---|
date | Mon, 03 May 2004 01:15:15 +0000 |
parents | 9403b245fcda |
children | c704b145c62a |
files | DOCS/xml/en/mencoder.xml |
diffstat | 1 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/mencoder.xml Mon May 03 00:41:48 2004 +0000 +++ b/DOCS/xml/en/mencoder.xml Mon May 03 01:15:15 2004 +0000 @@ -14,8 +14,8 @@ encoding with <application>MEncoder</application>. </para> -<sect1 id="menc-feat-divx4"> -<title>Encoding 2 or 3-pass MPEG-4 ("DivX")</title> +<sect1 id="menc-feat-mpeg4"> +<title>Encoding 2 or 3-pass MPEG4 ("DivX")</title> <formalpara> <title>2-pass encoding</title> @@ -32,7 +32,7 @@ </formalpara> <para> -This example shows how to encode a DVD to a 2-pass MPEG-4 ("DivX") AVI. +This example shows how to encode a DVD to a 2-pass MPEG4 ("DivX") AVI. Just two commands are needed: <screen>rm frameno.avi</screen> remove this file, which can come from a previous 3-pass encoding (it interferes @@ -262,13 +262,13 @@ H263 Plus </entry></row> <row><entry>mpeg4</entry><entry> - ISO standard MPEG-4 (DivX 5, XVID compatible) + ISO standard MPEG4 (DivX 5, XVID compatible) </entry></row> <row><entry>msmpeg4</entry><entry> - pre-standard MPEG-4 variant by MS, v3 (aka DivX3) + pre-standard MPEG4 variant by MS, v3 (aka DivX3) </entry></row> <row><entry>msmpeg4v2</entry><entry> - pre-standard MPEG-4 by MS, v2 (used in old asf files) + pre-standard MPEG4 by MS, v2 (used in old asf files) </entry></row> <row><entry>wmv1</entry><entry> Windows Media Video, version 1 (aka WMV7) @@ -450,8 +450,8 @@ <screen> rm subtitles.idx subtitles.sub mencoder dvd://1 -vobsubout subtitles -vobsuboutindex 0 -sid 2 -o frameno.avi -ovc frameno -mencoder dvd://1 -oac copy -ovc divx4 -pass 1 -mencoder dvd://1 -oac copy -ovc divx4 -pass 2 -vobsubout subtitles -vobsuboutindex 1 -sid 5<!-- +mencoder dvd://1 -oac copy -ovc lavc -lavcopts vcodec=mpeg4:vpass=1 +mencoder dvd://1 -oac copy -ovc lavc -lavcopts vcodec=mpeg4:vpass=2 -vobsubout subtitles -vobsuboutindex 1 -sid 5<!-- --></screen> </example> @@ -639,13 +639,13 @@ There are three ways to avoid this. You can try encoding again using <option>vqscale=4</option> and see if both the resulting file size and picture quality are acceptable. You can also use - <link linkend="menc-feat-divx4">2 pass encoding</link>. + <link linkend="menc-feat-mpeg4">2 pass encoding</link>. As you will be copying the audio track as is and hence know its bitrate, and you know the running time of the movie, you can compute the required video bitrate to give to the <option>-lavcopts vbitrate=<replaceable>bitrate</replaceable></option> option without using - <link linkend="menc-feat-divx4">3 pass encoding</link>. + <link linkend="menc-feat-mpeg4">3 pass encoding</link>. </para> <para>