comparison DOCS/man/en/mplayer.1 @ 12052:69cf59bb739d

-aviaspect option moved to its alphabetical position, new sentences should start on a new line, spelling fixes.
author diego
date Sun, 21 Mar 2004 22:50:49 +0000
parents 78884d076dd4
children cdf62dc6d6a0
comparison
equal deleted inserted replaced
12051:78884d076dd4 12052:69cf59bb739d
2202 .br 2202 .br
2203 1: autodetect bugs (default) 2203 1: autodetect bugs (default)
2204 .br 2204 .br
2205 2 (msmpeg4v3): some old lavc generated msmpeg4v3 files (no autodetect) 2205 2 (msmpeg4v3): some old lavc generated msmpeg4v3 files (no autodetect)
2206 .br 2206 .br
2207 4 (mpeg4): xvid interlacing bug (autodetected if fourcc==XVIX) 2207 4 (mpeg4): XviD interlacing bug (autodetected if fourcc==XVIX)
2208 .br 2208 .br
2209 8 (mpeg4): UMP4 (autodetected if fourcc==UMP4) 2209 8 (mpeg4): UMP4 (autodetected if fourcc==UMP4)
2210 .br 2210 .br
2211 16 (mpeg4): padding bug (autodetected) 2211 16 (mpeg4): padding bug (autodetected)
2212 .br 2212 .br
2213 32 (mpeg4): illegal vlc bug (autodetected per fourcc) 2213 32 (mpeg4): illegal vlc bug (autodetected per fourcc)
2214 .br 2214 .br
2215 64 (mpeg4): XVID and DIVX qpel bug (autodetected per fourcc/ver) 2215 64 (mpeg4): XviD and DivX qpel bug (autodetected per fourcc/ver)
2216 .br 2216 .br
2217 128 (mpeg4): old standard qpel (autodetected per fourcc/ver) 2217 128 (mpeg4): old standard qpel (autodetected per fourcc/ver)
2218 .br 2218 .br
2219 256 (mpeg4): another qpel bug (autodetected per fourcc/ver) 2219 256 (mpeg4): another qpel bug (autodetected per fourcc/ver)
2220 .br 2220 .br
2402 Specify additional parameters when decoding with XviD. 2402 Specify additional parameters when decoding with XviD.
2403 . 2403 .
2404 .PD 0 2404 .PD 0
2405 .RSs 2405 .RSs
2406 .IPs deblock-chroma 2406 .IPs deblock-chroma
2407 Activate xvid internal postprocessing filter: chroma deblock filter. 2407 Activate XviD internal postprocessing filter: chroma deblock filter.
2408 See also \-vf pp, which is faster than XviD's own filter. 2408 See also \-vf pp, which is faster than XviD's own filter.
2409 .IPs deblock-luma 2409 .IPs deblock-luma
2410 Activate xvid internal postprocessing filter: luma deblock filter. 2410 Activate XviD internal postprocessing filter: luma deblock filter.
2411 See also \-vf pp, which is faster than XviD's own filter. 2411 See also \-vf pp, which is faster than XviD's own filter.
2412 .IPs dr2\ \ 2412 .IPs dr2\ \
2413 Activate direct rendering method 2. 2413 Activate direct rendering method 2.
2414 .IPs nodr2 2414 .IPs nodr2
2415 Deactivate direct rendering method 2. 2415 Deactivate direct rendering method 2.
3739 CBR only, VBR ignores this as it puts each packet in a new chunk. 3739 CBR only, VBR ignores this as it puts each packet in a new chunk.
3740 .TP 3740 .TP
3741 .B \-audio-preload <0.0\-2.0> 3741 .B \-audio-preload <0.0\-2.0>
3742 Sets up audio buffering time interval (default: 0.5s). 3742 Sets up audio buffering time interval (default: 0.5s).
3743 .TP 3743 .TP
3744 .B \-aviaspect <w:h>
3745 Encode an additional AVI header with aspect ratio.
3746 This is a different method than the "aspect=..." option of
3747 libavcodec or XviD, and is prioritized over it during playback,
3748 because this header is processed first.
3749
3750 This option is included for completeness.
3751 Some players can understand it, while they do not understand the
3752 aspect headers produced by the codec.
3753 If you wish to target such a player, use this option.
3754 Generally, encoding AVIs with square pixels is still the best
3755 choice, so aspect headers should be avoided.
3756 Only use this option if you know what you are doing.
3757 Avoid using it together with the aspect option of the codec, as it
3758 could give unpredictable results.
3759
3760 .I EXAMPLE:
3761 .PD 0
3762 .RSs
3763 .IPs "\-aviaspect 16:9"
3764 will add a header specifying 16:9 aspect ratio.
3765 .RE
3766 .PD 1
3767 .
3768 .TP
3744 .B \-endpos <[[hh:]mm:]ss[.ms]|size[b|kb|mb]> (see \-ss and \-sb option too) 3769 .B \-endpos <[[hh:]mm:]ss[.ms]|size[b|kb|mb]> (see \-ss and \-sb option too)
3745 Stop encoding at given time or byte position. 3770 Stop encoding at given time or byte position.
3746 Can be specified in many ways: 3771 Can be specified in many ways:
3747 .br 3772 .br
3748 .I NOTE: 3773 .I NOTE:
3768 .I EXAMPLE: 3793 .I EXAMPLE:
3769 .PD 0 3794 .PD 0
3770 .RSs 3795 .RSs
3771 .IPs "\-ffourcc div3" 3796 .IPs "\-ffourcc div3"
3772 will have the output file contain 'div3' as video fourcc. 3797 will have the output file contain 'div3' as video fourcc.
3773 .RE
3774 .PD 1
3775 .
3776 .TP
3777 .B \-aviaspect <w:h>
3778 Encode an additional AVI header with aspect ratio. This is a different
3779 method than the "aspect=..." option of libavcodec or xvid, and is
3780 prioritized over it during playback, because this header is processed
3781 first.
3782
3783 This option is included for completeness. Some players can understand
3784 it, while they do not understand the aspect headers produced by the
3785 codec. If you wish to target such a player, use this
3786 option. Generally, encoding AVIs with square pixels is still the best
3787 choice, so aspect headers should be avoided. Use this option only if
3788 you know what you are doing. Avoid using it together with
3789 the aspect option of the codec, as it could bring unpredictable
3790 results.
3791
3792 .I EXAMPLE:
3793 .PD 0
3794 .RSs
3795 .IPs "\-aviaspect 16:9"
3796 will add a header specifying 16:9 aspect ratio.
3797 .RE 3798 .RE
3798 .PD 1 3799 .PD 1
3799 . 3800 .
3800 .TP 3801 .TP
3801 .B \-info <option1:option2:...> (AVI only) 3802 .B \-info <option1:option2:...> (AVI only)
3928 .PP 3929 .PP
3929 Where <codec> may be: lavc, xvidenc, divx4, lame 3930 Where <codec> may be: lavc, xvidenc, divx4, lame
3930 . 3931 .
3931 . 3932 .
3932 .SS divx4 (\-divx4opts) 3933 .SS divx4 (\-divx4opts)
3933 divx4 is obsolete and only supported for completeness. 3934 DivX4 is obsolete and only supported for completeness.
3934 For details about divx4 options, read the source, most options are not 3935 For details about DivX4 options, read the source, most options are not
3935 described here. 3936 described here.
3936 .TP 3937 .TP
3937 .B help\ \ \ 3938 .B help\ \ \
3938 get help 3939 get help
3939 .TP 3940 .TP
5147 .B packed\ 5148 .B packed\
5148 create a bitstream that can be decoded delay-free (default=off) 5149 create a bitstream that can be decoded delay-free (default=off)
5149 .br 5150 .br
5150 .I WARNING: 5151 .I WARNING:
5151 this will generate an illegal bitstream, and WILL NOT be 5152 this will generate an illegal bitstream, and WILL NOT be
5152 decodeable by ISO-MPEG4 decoders except divx/libavcodec/xvid 5153 decodeable by ISO-MPEG4 decoders except DivX/libavcodec/XviD
5153 .br 5154 .br
5154 .I WARNING: 5155 .I WARNING:
5155 this will also store a fake divx version in the file so the bug 5156 this will also store a fake DivX version in the file so the bug
5156 autodetection of some decoders might be confused 5157 autodetection of some decoders might be confused
5157 .TP 5158 .TP
5158 .B divx5bvop 5159 .B divx5bvop
5159 generate DivX5 compatible B-frames (default=on) 5160 generate DivX5 compatible B-frames (default=on)
5160 .TP 5161 .TP