View Single Post
Old 11th April 2011, 20:41   #36  |  Link
Didée
Registered User
 
Join Date: Apr 2002
Location: Germany
Posts: 5,389
More @topic, I tried to read a little source code, and got reminded why I don't like to read source code.

MSmoothFps.cpp:
Code:
    switch(algo)
    {
    case AlgoFast_1dir:
    case AlgoFast_2dir:
    case AlgoNoMask1:
    case AlgoNoMask2:
    case AlgoNoMask3:
    case AlgoSimple:
    case AlgoNormal:
    case AlgoExtended: break;

    default:
        if(algo<90 || algo>100)
            env->ThrowError("MSmoothFps: incorrect 'algo' value.");
    }
InterFrame.avsi:
Code:
MSmoothFps(Input, SuperRegular, backward, forward, finest=SuperRegular, num=NewNum, den=NewDen, algo=23, ml=0, sadml=150, sadgamma=2, block=false, blend=true)
Having cancelled the "true" programming back when original C just had started, am I interpreting this wrong?. The sourcecode seems to suggest that the script's default value is incorrect?
__________________
- We´re at the beginning of the end of mankind´s childhood -

My little flickr gallery. (Yes indeed, I do have hobbies other than digital video!)
Didée is offline   Reply With Quote