comparison DOCS/man/en/mplayer.1 @ 13584:17cb9c6a99f6

Adds a parameter 'scenecut', to control the threshold for inserting extra I-frames. patch by Loren Merritt
author iive
date Fri, 08 Oct 2004 12:38:39 +0000
parents e1f2be2e2dfe
children db4d2cf3f2dc
comparison
equal deleted inserted replaced
13583:fbf889ed2426 13584:17cb9c6a99f6
6777 Therefore, I-frames are not necessarily seekable. 6777 Therefore, I-frames are not necessarily seekable.
6778 IDR-Frames restrict subsequent P-frames from referring to any frame 6778 IDR-Frames restrict subsequent P-frames from referring to any frame
6779 prior to the IDR-Frame. 6779 prior to the IDR-Frame.
6780 . 6780 .
6781 .TP 6781 .TP
6782 .B scenecut=<-1\-100>
6783 Controls how aggressively to insert extra I-frames (default: 40).
6784 With small values of scenecut, the codec often has to force an I-frame
6785 when it would exceed keyint.
6786 Good values of scenecut may find a better location for the I-frame.
6787 Large values use more I-frames than necessary, thus wasting bits.
6788 -1 disables scene-cut detection, so I-frames are be inserted only every
6789 other keyint frames, which probably leads to ugly encoding artifacts.
6790 .
6791 .TP
6782 .B frameref=<1\-15> 6792 .B frameref=<1\-15>
6783 Number of previous frames used as predictors in a P frame (default: 1). 6793 Number of previous frames used as predictors in a P frame (default: 1).
6784 This is effective in Anime, but seems to make little difference in 6794 This is effective in Anime, but seems to make little difference in
6785 live-action source material. 6795 live-action source material.
6786 Some decoders are unable to deal with large frameref values. 6796 Some decoders are unable to deal with large frameref values.