comparison DOCS/tech/encoding-tips.txt @ 13022:7b8c281f9311

typo
author diego
date Sat, 14 Aug 2004 17:07:45 +0000
parents dffc970f1922
children 4e613c87c2f5
comparison
equal deleted inserted replaced
13021:d870a59cde76 13022:7b8c281f9311
497 > mencoder TITLE01-ANGLE1.VOB -oac copy -ovc lavc -lavcopts 497 > mencoder TITLE01-ANGLE1.VOB -oac copy -ovc lavc -lavcopts
498 > vcodec=mpeg4:vhq:vpass=1:vbitrate=800:keyint=48 -ofps 23.976 -npp lb 498 > vcodec=mpeg4:vhq:vpass=1:vbitrate=800:keyint=48 -ofps 23.976 -npp lb
499 > -ss 2:00 -endpos 0:30 -vf scale -zoom -xy 640 -o movie.avi 499 > -ss 2:00 -endpos 0:30 -vf scale -zoom -xy 640 -o movie.avi
500 500
501 1) keyint=48 is way too low. The default value is 250, this is in *frames* 501 1) keyint=48 is way too low. The default value is 250, this is in *frames*
502 not seconds. Key frames are significantly larger than P or B frames, so the 502 not seconds. Keyframes are significantly larger than P or B frames, so the
503 less key frames you have, better the overall movie will be. (huh, like Yoda 503 less keyframes you have, better the overall movie will be. (huh, like Yoda
504 I speak ;). Try keyint=300 or 350. Don't go beyond that if you want 504 I speak ;). Try keyint=300 or 350. Don't go beyond that if you want
505 relatively precise seeking. 505 relatively precise seeking.
506 506
507 2) you may want to play with vlelim and vcelim options. This can gives you 507 2) you may want to play with vlelim and vcelim options. This can gives you
508 a significant "quality" boost. Try one of these couples : 508 a significant "quality" boost. Try one of these couples :