[Mplayer-cvslog] CVS: main/DOCS mplayer.1,1.198,1.199

Diego Biurrun CVS diego at mplayerhq.hu
Fri Aug 2 03:02:49 CEST 2002


Update of /cvsroot/mplayer/main/DOCS
In directory mail:/var/tmp.root/cvs-serv10137/DOCS

Modified Files:
	mplayer.1 
Log Message:
Documented -srate for MEncoder.
Added new MEncoder options -audio-delay, -audio-density, -audio-preload.
Please check for correctness.


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- mplayer.1	30 Jul 2002 18:08:06 -0000	1.198
+++ mplayer.1	2 Aug 2002 01:02:46 -0000	1.199
@@ -269,7 +269,8 @@
 images / vob files with junk at the beginning.
 .TP
 .B \-srate <Hz>
-Specifies Hz to playback audio on. Affects playback speed!
+Forces the given audio playback rate, changing video speed to keep a-v sync.
+MEncoder passes this value to lame for resampling.
 .TP
 .B \-ss <time> (see \-sb option too!)
 Seek to given time position.
@@ -1013,6 +1014,20 @@
 
 
 .SH "ENCODING OPTIONS (MENCODER ONLY)"
+.TP
+.B -audio-density <1\-50>
+Number of audio chunks per second (default is 2 for 0.5s long audio chunks).
+
+.I Note:
+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
 .B \-divx4opts <option1:option2:...>
 If encoding to DivX4, you can specify its parameters here.




More information about the MPlayer-cvslog mailing list