[Mplayer-cvslog] CVS: main/DOCS mplayer.1,1.235,1.236

Arpi of Ize arpi at mplayerhq.hu
Wed Oct 2 00:29:07 CEST 2002


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

Modified Files:
	mplayer.1 
Log Message:
new opt: -autosync, controls ao->get_delay() smoothing (default: disabled)
patch by Sidik Isani <lksi at cfht.hawaii.edu>


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v
retrieving revision 1.235
retrieving revision 1.236
diff -u -r1.235 -r1.236
--- mplayer.1	22 Sep 2002 19:47:34 -0000	1.235
+++ mplayer.1	1 Oct 2002 22:29:04 -0000	1.236
@@ -159,13 +159,25 @@
 can use some big number. You may not use it together with \-pp but it is OK
 with \-npp!
 .TP
+.B \-autosync <factor>
+Gradually adjusts the A/V sync based on audio delay measurements.
+Specifying \-autosync 0, the default, will cause frame timing to be based
+entirely on audio delay measurements.  Specifying \-autosync 1 will do the
+same, but will subtly change the A/V correction algorithm used.  An uneven
+video frame rate in a movie which plays fine with -nosound can often be
+helped by setting this to an integer value greater than 1.  The higher
+the value, the closer the timing will be to -nosound.
+
+Try \-autosync 30 to smooth out problems with sound drivers which do
+not implement a perfect audio delay measurement.  With this value, if
+large A/V sync offsets occur, they will only take about 1 or 2 seconds
+to settle out.  This delay in reaction time to sudden A/V offsets should
+be the only side-effect of turning this option on, for all sound drivers.
+.TP
 .B \-benchmark
 Prints some statistics on CPU usage and dropped frames at the end.
 Used in combination with \-nosound and \-vo null for benchmarking only video
 codec.
-.TP
-.B \-dapsync (OBSOLETE)
-Use alternative A/V sync method.
 .TP
 .B \-framedrop (see \-hardframedrop option too!)
 Frame dropping: decode all (except B) frames, video may skip.




More information about the MPlayer-cvslog mailing list