1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-25 04:38:01 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11455 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2003-11-13 13:22:41 +00:00
parent cdd17399ca
commit d911fb37f8

View File

@ -3186,6 +3186,12 @@ the right x,y,w,h parameters.
.SH "GENERAL ENCODING OPTIONS (MENCODER ONLY)"
.TP
.B \-audio-delay <0.0\-...>
Sets the audio delay field in the header.
Default is 0.0, negative values do not work.
This does not delay the audio while encoding, but the player will see the
default audio delay, sparing you the use of the \-delay option.
.TP
.B \-audio-density <1\-50>
Number of audio chunks per second (default is 2 for 0.5s long audio chunks).
@ -3193,12 +3199,6 @@ Number of audio chunks per second (default is 2 for 0.5s long audio chunks).
.br
CBR only, VBR ignores this as it puts each packet in a new chunk.
.TP
.B \-audio-delay <0.0\-...>
Sets the audio delay field in the header.
Default is 0.0, negative values do not work.
This does not delay the audio while encoding, but the player will see the
default audio delay, sparing you the use of the \-delay option.
.TP
.B \-audio-preload <0.0\-2.0>
Sets up audio buffering time interval (default: 0.5s).
.TP