[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.560,1.561

Diego Biurrun CVS syncmail at mplayerhq.hu
Sun Mar 21 23:50:51 CET 2004


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv27238/DOCS/man/en

Modified Files:
	mplayer.1 
Log Message:
-aviaspect option moved to its alphabetical position, new sentences should
start on a new line, spelling fixes.


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.560
retrieving revision 1.561
diff -u -r1.560 -r1.561
--- mplayer.1	21 Mar 2004 21:32:53 -0000	1.560
+++ mplayer.1	21 Mar 2004 22:50:49 -0000	1.561
@@ -2204,7 +2204,7 @@
 .br
 2 (msmpeg4v3): some old lavc generated msmpeg4v3 files (no autodetect)
 .br
-4 (mpeg4): xvid interlacing bug (autodetected if fourcc==XVIX) 
+4 (mpeg4): XviD interlacing bug (autodetected if fourcc==XVIX) 
 .br
 8 (mpeg4): UMP4 (autodetected if fourcc==UMP4)
 .br
@@ -2212,7 +2212,7 @@
 .br
 32 (mpeg4): illegal vlc bug (autodetected per fourcc)
 .br
-64 (mpeg4): XVID and DIVX qpel bug (autodetected per fourcc/ver)
+64 (mpeg4): XviD and DivX qpel bug (autodetected per fourcc/ver)
 .br
 128 (mpeg4): old standard qpel (autodetected per fourcc/ver)
 .br
@@ -2404,10 +2404,10 @@
 .PD 0
 .RSs
 .IPs deblock-chroma
-Activate xvid internal postprocessing filter: chroma deblock filter.
+Activate XviD internal postprocessing filter: chroma deblock filter.
 See also \-vf pp, which is faster than XviD's own filter.
 .IPs deblock-luma
-Activate xvid internal postprocessing filter: luma deblock filter.
+Activate XviD internal postprocessing filter: luma deblock filter.
 See also \-vf pp, which is faster than XviD's own filter.
 .IPs dr2\ \ 
 Activate direct rendering method 2.
@@ -3741,6 +3741,31 @@
 .B \-audio-preload <0.0\-2.0>
 Sets up audio buffering time interval (default: 0.5s).
 .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.
+Only use this option if you know what you are doing.
+Avoid using it together with the aspect option of the codec, as it
+could give 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 \-endpos <[[hh:]mm:]ss[.ms]|size[b|kb|mb]> (see \-ss and \-sb option too)
 Stop encoding at given time or byte position.
 Can be specified in many ways:
@@ -3774,30 +3799,6 @@
 .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
@@ -3930,8 +3931,8 @@
 .
 .
 .SS divx4 (\-divx4opts)
-divx4 is obsolete and only supported for completeness.
-For details about divx4 options, read the source, most options are not
+DivX4 is obsolete and only supported for completeness.
+For details about DivX4 options, read the source, most options are not
 described here.
 .TP
 .B help\ \ \ 
@@ -5149,10 +5150,10 @@
 .br
 .I WARNING:
 this will generate an illegal bitstream, and WILL NOT be 
-decodeable by ISO-MPEG4 decoders except divx/libavcodec/xvid
+decodeable by ISO-MPEG4 decoders except DivX/libavcodec/XviD
 .br
 .I WARNING:
-this will also store a fake divx version in the file so the bug
+this will also store a fake DivX version in the file so the bug
 autodetection of some decoders might be confused
 .TP
 .B divx5bvop




More information about the MPlayer-DOCS mailing list