summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-04 12:41:30 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-04 12:41:30 +0000
commit76e66774186ee110e64dc9c269f4fa7f167299c8 (patch)
treef1dceb4d348b9178260869ebdd7a4e906499d7fb
parentc61154002d8620f4349d034db768795b11fe1d3c (diff)
downloadmpv-76e66774186ee110e64dc9c269f4fa7f167299c8.tar.bz2
mpv-76e66774186ee110e64dc9c269f4fa7f167299c8.tar.xz
Typo, and fixed missing word
too many avc encoding! :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16385 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/xml/en/encoding-guide.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/DOCS/xml/en/encoding-guide.xml b/DOCS/xml/en/encoding-guide.xml
index b7718b8fcb..0beb7f2238 100644
--- a/DOCS/xml/en/encoding-guide.xml
+++ b/DOCS/xml/en/encoding-guide.xml
@@ -1371,7 +1371,7 @@ Do not do this! Always use a file or CD/DVD/etc device as input.
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 @@ Do not do this! Always use a file or CD/DVD/etc device as input.
</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 @@ Do not do this! Always use a file or CD/DVD/etc device as input.
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 @@ Do not do this! Always use a file or CD/DVD/etc device as input.
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 @@ Do not do this! Always use a file or CD/DVD/etc device as input.
<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 @@ Do not do this! Always use a file or CD/DVD/etc device as input.
<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 @@ Do not do this! Always use a file or CD/DVD/etc device as input.
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 @@ Do not do this! Always use a file or CD/DVD/etc device as input.
<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>