Thank you Pyromania, it works.
I also know how to make a accurate prediction.
Here is an example:
Let's say you have a Divx with 29,976 fps and you want to have a 25 fps KVCD.
Make this calculation :
OldFramerate/RequiredFramerate, in this example:
29,976/25 = 1,19904 = 1,2.
Then add the Line AsummeFPS(25, true) to your script and make your usual prediction with Tok. Let's say the predicted CQ is 80, then you have to make this calculation :
PredictedCQ*(Oldframerate/RequiredFramerate), in this example:
80*(29,976/25) = 80*1,19904 = 95,9232= 95,92
Now you have your Final CQ = 95,92
|