summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-21 19:59:33 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-21 19:59:33 +0000
commit6ccdb8079d2ef53a617334c903e90c133449ef21 (patch)
treeafd43db4c5addc8cf97efa80db505fe45911b0a4 /DOCS
parent516996be0937757abc1dccf17bd1904d2011608d (diff)
downloadmpv-6ccdb8079d2ef53a617334c903e90c133449ef21.tar.bz2
mpv-6ccdb8079d2ef53a617334c903e90c133449ef21.tar.xz
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11824 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/mencoder.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml
index a9b2043d3b..2786173ad4 100644
--- a/DOCS/xml/en/mencoder.xml
+++ b/DOCS/xml/en/mencoder.xml
@@ -579,7 +579,7 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37,
Ripping a DVD title into a maximally high quality MPEG4 (DivX) file
involves many considerations. Below is an example of the process when
there is no file size goal (other than perhaps fitting the result into 2GB).
- <systemitem class="library"><systemitem class="library">libavcodec</systemitem></systemitem>
+ <systemitem class="library">libavcodec</systemitem>
will be used for the video,
and the audio will be copied as is without any changes.
</para>
@@ -607,7 +607,7 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37,
quantizing AKA constant quality is a good choice. That way each frame
is given as much bits as its needs to keep the quality at the desired
level, but multiple encoding passes are not needed. With
- <systemitem class="library"><systemitem class="library">libavcodec</systemitem></systemitem>,
+ <systemitem class="library">libavcodec</systemitem>,
you get constant quality by using
<option>-lavcopts vqscale=<replaceable>N</replaceable></option>.
<option>vqscale=3</option> should give you a file below 2GB in size,