# HG changeset patch # User diego # Date 1092503265 0 # Node ID 7b8c281f9311059296f7b76a6eda66284ddf0120 # Parent d870a59cde764f417c0cada4fbc08e025f864d7f typo diff -r d870a59cde76 -r 7b8c281f9311 DOCS/tech/encoding-tips.txt --- a/DOCS/tech/encoding-tips.txt Sat Aug 14 17:06:29 2004 +0000 +++ b/DOCS/tech/encoding-tips.txt Sat Aug 14 17:07:45 2004 +0000 @@ -499,8 +499,8 @@ > -ss 2:00 -endpos 0:30 -vf scale -zoom -xy 640 -o movie.avi 1) keyint=48 is way too low. The default value is 250, this is in *frames* -not seconds. Key frames are significantly larger than P or B frames, so the -less key frames you have, better the overall movie will be. (huh, like Yoda +not seconds. Keyframes are significantly larger than P or B frames, so the +less keyframes you have, better the overall movie will be. (huh, like Yoda I speak ;). Try keyint=300 or 350. Don't go beyond that if you want relatively precise seeking. diff -r d870a59cde76 -r 7b8c281f9311 DOCS/xml/en/mencoder.xml --- a/DOCS/xml/en/mencoder.xml Sat Aug 14 17:06:29 2004 +0000 +++ b/DOCS/xml/en/mencoder.xml Sat Aug 14 17:07:45 2004 +0000 @@ -457,7 +457,7 @@ With this feature of libavcodec -you are able to set custom inter (I-frames/key frames) and intra +you are able to set custom inter (I-frames/keyframes) and intra (P-frames/predicted frames) matrices. It is supported by many of the codecs: mpeg1video and mpeg2video are reported as working.