comparison DOCS/man/en/mplayer.1 @ 12054:30d292e0beb7

Include the comments from -aviaspect into the description of -useaviaspect and remove -aviaspect
author ranma
date Mon, 22 Mar 2004 02:12:00 +0000
parents cdf62dc6d6a0
children 656a1b45b309
comparison
equal deleted inserted replaced
12053:cdf62dc6d6a0 12054:30d292e0beb7
362 With this option the status line (i.e. A: 0.7 V: 0.6 A-V: 0.068 ...) 362 With this option the status line (i.e. A: 0.7 V: 0.6 A-V: 0.068 ...)
363 will not be displayed. 363 will not be displayed.
364 Particularly useful on slow terminals or broken ones that do not properly 364 Particularly useful on slow terminals or broken ones that do not properly
365 handle carriage return (i.e. \\r). 365 handle carriage return (i.e. \\r).
366 .TP 366 .TP
367 .B \-useaviaspect
368 With this option MPlayer and MEncoder will read and write the aspect
369 setting from the OpenDML AVI Video Property Header.
370
371 This is a different method than the "aspect=..." option of
372 libavcodec or XviD, and is prioritized over it during playback,
373 because this header is processed first.
374
375 Generally, encoding AVIs with square pixels is still the best
376 choice, so aspect headers should be avoided.
377 Some players can understand it, while they may not understand the
378 aspect headers produced by the codec.
379
380 .I EXAMPLE:
381 .PD 0
382 .RSs
383 .IPs "\-aspect 16:9 \-useaviaspect"
384 will add a header specifying 16:9 aspect ratio.
385 .RE
386 .PD 1
387 .TP
367 .B \-v, \-verbose 388 .B \-v, \-verbose
368 Increment verbose level (more \-v means more verbosity). 389 Increment verbose level (more \-v means more verbosity).
369 .TP
370 .B \-useaviaspect
371 With this option MPlayer and MEncoder will read and write the aspect setting
372 from the OpenDML Video Property Header.
373 . 390 .
374 .PD 0 391 .PD 0
375 .RSs 392 .RSs
376 .IPs 0 393 .IPs 0
377 only some informational output (default) 394 only some informational output (default)
3743 CBR only, VBR ignores this as it puts each packet in a new chunk. 3760 CBR only, VBR ignores this as it puts each packet in a new chunk.
3744 .TP 3761 .TP
3745 .B \-audio-preload <0.0\-2.0> 3762 .B \-audio-preload <0.0\-2.0>
3746 Sets up audio buffering time interval (default: 0.5s). 3763 Sets up audio buffering time interval (default: 0.5s).
3747 .TP 3764 .TP
3748 .B \-aviaspect <w:h>
3749 Encode an additional AVI header with aspect ratio.
3750 This is a different method than the "aspect=..." option of
3751 libavcodec or XviD, and is prioritized over it during playback,
3752 because this header is processed first.
3753
3754 This option is included for completeness.
3755 Some players can understand it, while they do not understand the
3756 aspect headers produced by the codec.
3757 If you wish to target such a player, use this option.
3758 Generally, encoding AVIs with square pixels is still the best
3759 choice, so aspect headers should be avoided.
3760 Only use this option if you know what you are doing.
3761 Avoid using it together with the aspect option of the codec, as it
3762 could give unpredictable results.
3763
3764 .I EXAMPLE:
3765 .PD 0
3766 .RSs
3767 .IPs "\-aviaspect 16:9"
3768 will add a header specifying 16:9 aspect ratio.
3769 .RE
3770 .PD 1
3771 .
3772 .TP
3773 .B \-endpos <[[hh:]mm:]ss[.ms]|size[b|kb|mb]> (see \-ss and \-sb option too) 3765 .B \-endpos <[[hh:]mm:]ss[.ms]|size[b|kb|mb]> (see \-ss and \-sb option too)
3774 Stop encoding at given time or byte position. 3766 Stop encoding at given time or byte position.
3775 Can be specified in many ways: 3767 Can be specified in many ways:
3776 .br 3768 .br
3777 .I NOTE: 3769 .I NOTE: