changeset 11823:98a40d938b91

10l
author diego
date Wed, 21 Jan 2004 19:59:33 +0000
parents 359eaf957bf1
children ce44fb6eb15c
files DOCS/xml/en/mencoder.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/en/mencoder.xml	Wed Jan 21 19:25:18 2004 +0000
+++ b/DOCS/xml/en/mencoder.xml	Wed Jan 21 19:59:33 2004 +0000
@@ -579,7 +579,7 @@
   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 @@
   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,