maysider
9th June 2009, 08:30
Im trying to use this script:
height< 400 && width< 700 ? eval("""
#exhausting
setMTMode(2,8)
super =last.MSuper(pel=2,hpad=8,vpad=8)
backward_vec = MAnalyse(super, blksize=8, isb =true, chroma=false,searchparam=1,overlap=4)
forward_vec = MAnalyse(super, blksize=8, isb =false, chroma=false,searchparam=1,overlap=4)
last.MFlowFps(super, backward_vec, forward_vec,num=2*FramerateNumerator(last), \
den=FramerateDenominator(last), mask=0, ml=53)
distributor()
""") : height< 800 && width< 1400 ? eval("""
#less exhausting but good for 720p in realtime
fps=50
setMTMode(2,8)
last.CombineFPS(fps,last.MotionFPS(fps, warpfast, move),last.MotionFPS(fps, source = next, warpfast, move))
""") : last
it has very good results but the stability with players is very very poor....
can you give me some tip how to improve stability of a usage of avisynth with ffdshow?
thank you
height< 400 && width< 700 ? eval("""
#exhausting
setMTMode(2,8)
super =last.MSuper(pel=2,hpad=8,vpad=8)
backward_vec = MAnalyse(super, blksize=8, isb =true, chroma=false,searchparam=1,overlap=4)
forward_vec = MAnalyse(super, blksize=8, isb =false, chroma=false,searchparam=1,overlap=4)
last.MFlowFps(super, backward_vec, forward_vec,num=2*FramerateNumerator(last), \
den=FramerateDenominator(last), mask=0, ml=53)
distributor()
""") : height< 800 && width< 1400 ? eval("""
#less exhausting but good for 720p in realtime
fps=50
setMTMode(2,8)
last.CombineFPS(fps,last.MotionFPS(fps, warpfast, move),last.MotionFPS(fps, source = next, warpfast, move))
""") : last
it has very good results but the stability with players is very very poor....
can you give me some tip how to improve stability of a usage of avisynth with ffdshow?
thank you