summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/mplayer.1
diff options
context:
space:
mode:
authorranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-07-17 07:58:09 +0000
committerranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-07-17 07:58:09 +0000
commit7aa8c21587eedd62c018a35699886218ccf2e389 (patch)
tree790643671617b4601cec3c8639f921b5b8bbc66b /DOCS/man/en/mplayer.1
parent69699de9fbe8517a6eb47acaa12adcde5ccb4ffe (diff)
downloadmpv-7aa8c21587eedd62c018a35699886218ccf2e389.tar.bz2
mpv-7aa8c21587eedd62c018a35699886218ccf2e389.tar.xz
10l: scene change detecion is deactivated with sc_threshold=1000000000
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15990 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en/mplayer.1')
-rw-r--r--DOCS/man/en/mplayer.111
1 files changed, 6 insertions, 5 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 4e86bedb4d..38e32d36c3 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -6331,12 +6331,12 @@ decoder, encoder and luck.
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 @@ intra DC precision in bits (default: 8).
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)