changeset 16384:afe6be7b2d48

Typo, and fixed missing word too many avc encoding! :)
author gpoirier
date Sun, 04 Sep 2005 12:41:30 +0000
parents 3cc0d81806bf
children 35b310d35aa0
files DOCS/xml/en/encoding-guide.xml
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/en/encoding-guide.xml	Sun Sep 04 12:21:47 2005 +0000
+++ b/DOCS/xml/en/encoding-guide.xml	Sun Sep 04 12:41:30 2005 +0000
@@ -1371,7 +1371,7 @@
   Though it may work in ideal cases, using <option>-nosound</option> is
   likely to hide some problems in your encoding command line setting.
   In other words, having a soundtrack during your encode assures you that,
-  provided you don't messages such as
+  provided you don't get messages such as
   <quote>Too many audio packets in the buffer</quote>, you will be able
   to get proper sync.
 </para>
@@ -1861,7 +1861,7 @@
 </para>
 
 <para>
-  <screen>mencoder dvd://1 -avc copy -ovc lavc -ofps 24000/1001</screen>
+  <screen>mencoder dvd://1 -oac copy -ovc lavc -ofps 24000/1001</screen>
 </para>
 
 <para>
@@ -1910,7 +1910,7 @@
   will encode macroblocks as non-interlaced in places where there is
   no motion. Note that <option>-ofps</option> is NOT needed here.
 
-  <screen>mencoder dvd://1 -avc copy -ovc lavc -lavcopts ildct:ilme:mbd=2</screen>
+  <screen>mencoder dvd://1 -oac copy -ovc lavc -lavcopts ildct:ilme:mbd=2</screen>
   </para></listitem>
 <listitem><para>
   Use a deinterlacing filter before encoding. There are several of
@@ -1924,7 +1924,7 @@
   cropping <link linkend="menc-feat-telecine-footnotes">[1]</link> and
   before scaling.
 
-  <screen>mencoder dvd://1 -avc copy -vf pp=lb -ovc lavc</screen>
+  <screen>mencoder dvd://1 -oac copy -vf pp=lb -ovc lavc</screen>
   </para></listitem>
 <listitem><para>
   Unfortunately, this option is buggy with
@@ -1949,7 +1949,7 @@
   <option>-fps</option> and <option>-ofps</option> to be twice the
   framerate of your original source.
 
-  <screen>mencoder dvd://1 -avc copy -vf tfields=2 -ovc lavc -fps 60000/1001 -ofps 60000/1001</screen>
+  <screen>mencoder dvd://1 -oac copy -vf tfields=2 -ovc lavc -fps 60000/1001 -ofps 60000/1001</screen>
   </para></listitem>
 <listitem><para>
   If you plan on downscaling dramatically, you can extract and encode
@@ -1961,7 +1961,7 @@
   <link linkend="menc-feat-telecine-footnotes">[1]</link> and scale
   appropriately. Remember that you will have to adjust the scale to
   compensate for the vertical resolution being halved.
-  <screen>mencoder dvd://1 -avc copy -vf field=0 -ovc lavc</screen>
+  <screen>mencoder dvd://1 -oac copy -vf field=0 -ovc lavc</screen>
   </para></listitem>
 </orderedlist>
 </sect3>
@@ -1992,7 +1992,7 @@
   accurate method available for encoding both telecine and
   &quot;mixed progressive and telecine&quot;.
 
-  <screen>mencoder dvd://1 -avc copy -vf pullup,softskip -ovc lavc -ofps 24000/1001</screen>
+  <screen>mencoder dvd://1 -oac copy -vf pullup,softskip -ovc lavc -ofps 24000/1001</screen>
   </para>
 
 
@@ -2007,7 +2007,7 @@
   <option>ivtc</option>, the final result will be entirely
   progressive. <option>-ofps 24000/1001</option> is needed.
 
-  <screen>mencoder dvd://1 -avc copy -vf softpulldown,ivtc=1 -ovc lavc -ofps 24000/1001</screen>
+  <screen>mencoder dvd://1 -oac copy -vf softpulldown,ivtc=1 -ovc lavc -ofps 24000/1001</screen>
   </para>
   </listitem>