comparison DOCS/man/en/mplayer.1 @ 17648:5963b50c2178

dwStart support for mencoder.
author corey
date Sun, 19 Feb 2006 09:34:37 +0000
parents 92431bc3d014
children d6e575c86bb8
comparison
equal deleted inserted replaced
17647:1b74cb09e9c1 17648:5963b50c2178
1096 .B \-delay <sec> 1096 .B \-delay <sec>
1097 audio delay in seconds (positive or negative float value) 1097 audio delay in seconds (positive or negative float value)
1098 .br 1098 .br
1099 .I NOTE: 1099 .I NOTE:
1100 When used with MEncoder, this is not guaranteed to work correctly 1100 When used with MEncoder, this is not guaranteed to work correctly
1101 with \-ovc copy. 1101 with \-ovc copy; use \-audio-delay instead.
1102 . 1102 .
1103 .TP 1103 .TP
1104 .B \-demuxer <[+]name> 1104 .B \-demuxer <[+]name>
1105 Force demuxer type. 1105 Force demuxer type.
1106 Use a '+' before the name to force it, this will skip some checks! 1106 Use a '+' before the name to force it, this will skip some checks!
6056 . 6056 .
6057 . 6057 .
6058 .SH "GENERAL ENCODING OPTIONS (MENCODER ONLY)" 6058 .SH "GENERAL ENCODING OPTIONS (MENCODER ONLY)"
6059 . 6059 .
6060 .TP 6060 .TP
6061 .B \-audio-delay <0.0\-...> 6061 .B \-audio-delay <any floating-point number>
6062 Sets the audio delay field in the header. 6062 Delays either audio or video by setting a delay field in the header
6063 Default is 0.0, negative values do not work. 6063 (default: 0.0).
6064 This does not delay the audio while encoding, but the player will see the 6064 This does not delay either stream while encoding, but the player will
6065 default audio delay, sparing you the use of the \-delay option. 6065 see the delay field and compensate accordingly.
6066 Positive values delay the audio, and negative values delay the video.
6067 Note that this is the exact opposite of the \-delay option.
6068 For example, if a video plays correctly with \-delay 0.2, you can
6069 fix the video with MEncoder by using \-audio-delay -0.2.
6070 .sp 1
6071 Currently, this option only works with the default muxer (\-of avi).
6072 If you are using a different muxer, then you must use \-delay instead.
6066 . 6073 .
6067 .TP 6074 .TP
6068 .B \-audio-density <1\-50> 6075 .B \-audio-density <1\-50>
6069 Number of audio chunks per second (default is 2 for 0.5s long audio chunks). 6076 Number of audio chunks per second (default is 2 for 0.5s long audio chunks).
6070 .br 6077 .br