diff options
author | iive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-08 12:38:39 +0000 |
---|---|---|
committer | iive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-08 12:38:39 +0000 |
commit | 9f3bc811f40afb87cdec31001e4f6c84789ecc12 (patch) | |
tree | 69092d654204048347ab0d188b734153d8929cce /DOCS/man | |
parent | 3f544ef6eda1ed4b477fb387c5287bb35b0e2f75 (diff) |
Adds a parameter 'scenecut', to control the threshold for inserting extra I-frames.
patch by Loren Merritt
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13585 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index f6410e9125..a88ebd6d98 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -6779,6 +6779,16 @@ IDR-Frames restrict subsequent P-frames from referring to any frame prior to the IDR-Frame. . .TP +.B scenecut=<-1\-100> +Controls how aggressively to insert extra I-frames (default: 40). +With small values of scenecut, the codec often has to force an I-frame +when it would exceed keyint. +Good values of scenecut may find a better location for the I-frame. +Large values use more I-frames than necessary, thus wasting bits. +-1 disables scene-cut detection, so I-frames are be inserted only every +other keyint frames, which probably leads to ugly encoding artifacts. +. +.TP .B frameref=<1\-15> Number of previous frames used as predictors in a P frame (default: 1). This is effective in Anime, but seems to make little difference in |