comparison DOCS/mplayer.1 @ 6867:c80534f06cf5

Documented -srate for MEncoder. Added new MEncoder options -audio-delay, -audio-density, -audio-preload. Please check for correctness.
author diego
date Fri, 02 Aug 2002 01:02:46 +0000
parents 91d6e1365427
children 7e5f45cc7af4
comparison
equal deleted inserted replaced
6866:1a5858256659 6867:c80534f06cf5
267 .B \-sb <byte\ position> (see \-ss option too!) 267 .B \-sb <byte\ position> (see \-ss option too!)
268 Seek to byte position. Useful for playback from CDROM 268 Seek to byte position. Useful for playback from CDROM
269 images / vob files with junk at the beginning. 269 images / vob files with junk at the beginning.
270 .TP 270 .TP
271 .B \-srate <Hz> 271 .B \-srate <Hz>
272 Specifies Hz to playback audio on. Affects playback speed! 272 Forces the given audio playback rate, changing video speed to keep a-v sync.
273 MEncoder passes this value to lame for resampling.
273 .TP 274 .TP
274 .B \-ss <time> (see \-sb option too!) 275 .B \-ss <time> (see \-sb option too!)
275 Seek to given time position. 276 Seek to given time position.
276 277
277 .I EXAMPLE: 278 .I EXAMPLE:
1011 .TP 1012 .TP
1012 .B \-use-stdin 1013 .B \-use-stdin
1013 1014
1014 1015
1015 .SH "ENCODING OPTIONS (MENCODER ONLY)" 1016 .SH "ENCODING OPTIONS (MENCODER ONLY)"
1017 .TP
1018 .B -audio-density <1\-50>
1019 Number of audio chunks per second (default is 2 for 0.5s long audio chunks).
1020
1021 .I Note:
1022 CBR only, VBR ignores this as it puts each packet in a new chunk.
1023 .TP
1024 .B -audio-delay <0.0\-...>
1025 Sets the audio delay field in the header. Default is 0.0, negative values do
1026 not work. This does not delay the audio while encoding, but the player will see
1027 the default audio delay, sparing you the use of the -delay option.
1028 .TP
1029 .B -audio-preload <0.0\-2.0>
1030 Sets up audio buffering time interval (default: 0.5s).
1016 .TP 1031 .TP
1017 .B \-divx4opts <option1:option2:...> 1032 .B \-divx4opts <option1:option2:...>
1018 If encoding to DivX4, you can specify its parameters here. 1033 If encoding to DivX4, you can specify its parameters here.
1019 Available options are: 1034 Available options are:
1020 1035