VideoHelp Forum




+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 31 to 32 of 32
  1. Originally Posted by jagabo View Post
    I haven't played with MFlowFPS in quite a while. Back when I did I found MVTools worked better. I haven't bothered to compare again lately.
    MFlowFPS is a function within MVTools2, not a separate plugin. MVTools2 contains both MBlockFPS, and MFlowFPS. The FlowFPS is slower, and provides more control over vectors (you can do overlap within MAnalyze, for instance). However, when changing frame rates, it isn't always clear which function with MVTools2 will produce better results. That's why I phrased my comment the way I did.
    Quote Quote  
  2. Sorry, I was thinking of SVPFlow as the alternate I tried. Here's the DoubleFPS2() I used:

    Code:
    function DoubleFPS2(clip source)
    {
    super = MSuper(source, pel=2, hpad=0, vpad=0, rfilter=4)
    backward_1 = MAnalyse(super, chroma=false, isb=true, blksize=16, searchparam=3, plevel=0, search=3, badrange=(-24))
    forward_1 = MAnalyse(super, chroma=false, isb=false, blksize=16, searchparam=3, plevel=0, search=3, badrange=(-24))
    backward_2 = MRecalculate(super, chroma=false, backward_1, blksize=8, searchparam=1, search=3)
    forward_2 = MRecalculate(super, chroma=false, forward_1, blksize=8, searchparam=1, search=3)
    backward_3 = MRecalculate(super, chroma=false, backward_2, blksize=4, searchparam=0, search=3)
    forward_3 = MRecalculate(super, chroma=false, forward_2, blksize=4, searchparam=0, search=3)
    MBlockFps(source, super, backward_3, forward_3, num=2*FramerateNumerator(source), den=FramerateDenominator(source), mode=0)
    }
    I probably should have supplied this for the OP.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!