[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.1036,1.1037

Tobias Diedrich CVS syncmail at mplayerhq.hu
Sun Jul 17 09:58:11 CEST 2005


CVS change done by Tobias Diedrich CVS

Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv1413/DOCS/man/en

Modified Files:
	mplayer.1 
Log Message:
10l: scene change detecion is deactivated with sc_threshold=1000000000

Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.1036
retrieving revision 1.1037
diff -u -r1.1036 -r1.1037
--- mplayer.1	16 Jul 2005 23:10:12 -0000	1.1036
+++ mplayer.1	17 Jul 2005 07:58:09 -0000	1.1037
@@ -6331,12 +6331,12 @@
 For a strict MPEG-1/2/4 compliance this would have to be <=132.
 .
 .TP
-.B sc_threshold=<-1000000\-1000000>
+.B sc_threshold=<-1000000000\-1000000000>
 Threshold for scene change detection.
 A keyframe is inserted by libavcodec when it detects a scene change.
 You can specify the sensitivity of the detection with this option.
--1000000 means there is a scene change detected at every frame, 1000000 means
-no scene changes are detected (default: 0).
+-1000000000 means there is a scene change detected at every frame,
+1000000000 means no scene changes are detected (default: 0).
 .
 .TP
 .B vb_strategy=<0\-1> (pass one only)
@@ -7309,9 +7309,10 @@
 If you specify vcodec=mpeg2video this value can be 8, 9, 10 or 11.
 .
 .TP
-.B cgop (see also scenecut)
+.B cgop (see also sc_threshold)
 Close all GOPs.
-Currently it only works if scene change detection is disabled (scenecut=-1).
+Currently it only works if scene change detection is disabled
+(sc_threshold=1000000000).
 .
 .
 .SS nuv (\-nuvopts)




More information about the MPlayer-DOCS mailing list