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.
+ Reply to Thread
Results 31 to 32 of 32
-
-
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) }
Similar Threads
-
I need help in filters to improve quality
By JoJoJoJo in forum Video ConversionReplies: 8Last Post: 8th Feb 2014, 01:59 -
How to improve video quality
By Stynieke in forum Newbie / General discussionsReplies: 8Last Post: 13th Apr 2013, 23:32 -
How Can I Improve my video quality
By legend10 in forum Newbie / General discussionsReplies: 36Last Post: 23rd Feb 2012, 14:01 -
How would you improve the quality of this video?
By choobies in forum Newbie / General discussionsReplies: 0Last Post: 28th Nov 2011, 12:24 -
resize and improve the quality
By SB4 in forum RestorationReplies: 2Last Post: 24th Nov 2010, 14:37