comparison DOCS/man/en/mplayer.1 @ 17233:df1029c37eb9

The <=132 frame rule is only valid at MacroBlock level not at frame one. Following it gives worse compression even with IP sequence.(B-Frames doesn't accumulate error)
author iive
date Sat, 24 Dec 2005 16:13:12 +0000
parents ec9888363742
children b619b8bc2ada
comparison
equal deleted inserted replaced
17232:d318e2ff799e 17233:df1029c37eb9
6769 Does absolutely nothing at the moment. 6769 Does absolutely nothing at the moment.
6770 . 6770 .
6771 .TP 6771 .TP
6772 .B keyint=<0\-300> 6772 .B keyint=<0\-300>
6773 maximum interval between keyframes in frames (default: 250 or one 6773 maximum interval between keyframes in frames (default: 250 or one
6774 keyframe every ten seconds in a 25fps movie). 6774 keyframe every ten seconds in a 25fps movie. This is recommended default for MPEG-4).
6775 Keyframes are needed for seeking as seeking is only possible to a keyframe, but 6775 Most codecs require regular keyframes in order to limit the accumulation of mismatch error.
6776 Keyframes are also needed for seeking as seeking is only possible to a keyframe, but
6776 keyframes need more space than other frames, so larger numbers here mean 6777 keyframes need more space than other frames, so larger numbers here mean
6777 slightly smaller files but less precise seeking. 6778 slightly smaller files but less precise seeking.
6778 0 is equivalent to 1, which makes every frame a keyframe. 6779 0 is equivalent to 1, which makes every frame a keyframe.
6779 Values >300 are not recommended as the quality might be bad depending upon 6780 Values >300 are not recommended as the quality might be bad depending upon
6780 decoder, encoder and luck. 6781 decoder, encoder and luck.
6781 For a strict MPEG-1/2/4 compliance this would have to be <=132. 6782 It is a common for MPEG-1/2 to use values <=30.
6782 . 6783 .
6783 .TP 6784 .TP
6784 .B sc_threshold=<-1000000000\-1000000000> 6785 .B sc_threshold=<-1000000000\-1000000000>
6785 Threshold for scene change detection. 6786 Threshold for scene change detection.
6786 A keyframe is inserted by libavcodec when it detects a scene change. 6787 A keyframe is inserted by libavcodec when it detects a scene change.