git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13524 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-10-02 00:29:02 +00:00
parent 5cd3cbf043
commit 276dc9b629
1 changed files with 2 additions and 2 deletions

View File

@ -612,7 +612,7 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37,
to use a higher quantizer on a macroblock without sacrificing visual
quality. Why waste the bits on an unnecessarily low quantizer? Your
CPU has as many cycles as there is time, but there's only so many bits
on your harddisk.
on your hard disk.
</para>
<para>
@ -693,7 +693,7 @@ vcodec=mpeg2video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37,
<application>MEncoder</application> offers an option for <systemitem
class="library">libavcodec</systemitem> called <option>autoaspect</option>
that will do this for you. Absolutely do not scale this video in order to
square the pixels unless you like to waste your harddisk space. Scaling
square the pixels unless you like to waste your hard disk space. Scaling
should be done on playback, and the player will use the aspect stored in
the AVI to determine the correct resolution.
</para>