summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-28 19:36:10 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-28 19:36:10 +0000
commit65919f8c39e7a40e13061cf15c3b434d6d373863 (patch)
treeee81c62025cd41f54933fd09be265626a4afa810 /DOCS
parente15d0921d91aa0bdec977827f8c90b8c0ac4a133 (diff)
downloadmpv-65919f8c39e7a40e13061cf15c3b434d6d373863.tar.bz2
mpv-65919f8c39e7a40e13061cf15c3b434d6d373863.tar.xz
scenechange_threshold command line option patch by (Balatoni Denes <pnis at coder dot hu>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11700 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.17
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 050f3c0a26..e59e6375f9 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -3859,6 +3859,13 @@ decoder, encoder and luck.
For a strict MPEG1/\:2/\:4 compliance this would have to be <=132.
(default: 250 or one key frame every ten seconds in a 25fps movie)
.TP
+.B sc_threshold=<-1000000\-1000000>
+Threshold for scene change detection.
+Libavcodec inserts a keyframe 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).
+.TP
.B vb_strategy=<0\-1>
strategy to choose between I/\:P/\:B frames (pass\ 2):
.RSs