[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.559,1.560
Jindrich Makovicka CVS
syncmail at mplayerhq.hu
Sun Mar 21 22:32:56 CET 2004
CVS change done by Jindrich Makovicka CVS
Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv10458/DOCS/man/en
Modified Files:
mplayer.1
Log Message:
explicit option for AVI PRP header
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.559
retrieving revision 1.560
diff -u -r1.559 -r1.560
--- mplayer.1 19 Mar 2004 16:33:07 -0000 1.559
+++ mplayer.1 21 Mar 2004 21:32:53 -0000 1.560
@@ -3774,6 +3774,30 @@
.PD 1
.
.TP
+.B \-aviaspect <w:h>
+Encode an additional AVI header with aspect ratio. This is a different
+method than the "aspect=..." option of libavcodec or xvid, and is
+prioritized over it during playback, because this header is processed
+first.
+
+This option is included for completeness. Some players can understand
+it, while they do not understand the aspect headers produced by the
+codec. If you wish to target such a player, use this
+option. Generally, encoding AVIs with square pixels is still the best
+choice, so aspect headers should be avoided. Use this option only if
+you know what you are doing. Avoid using it together with
+the aspect option of the codec, as it could bring unpredictable
+results.
+
+.I EXAMPLE:
+.PD 0
+.RSs
+.IPs "\-aviaspect 16:9"
+will add a header specifying 16:9 aspect ratio.
+.RE
+.PD 1
+.
+.TP
.B \-info <option1:option2:...> (AVI only)
Specify the info header of the resulting AVI file.
.br
More information about the MPlayer-DOCS
mailing list