ConCor
29th June 2009, 10:11
Here's the problem, a 16:9 1920x1080 mkv crashes quickly when I try frame doubling with MFlowFps. A little less smaller resolution, 21:9 1920x800, does not crash. Although that does crash with CombineFPS. In an overview:
1920x1080 16:9 - crash
1920x800 21:9 - 48fps MFlowFps / crash CombineFPS
1280x720 16:9 - 60fps CombineFPS
I have a q6600 @ 3.2ghz. Are there perhaps some smart people that have a solution to get frame interpolation working on 1920x1080? By the way, I am a noob when it comes to getting scripts to work. Here is my current script:
source=ffdshow_source()
source.height< 721 ? eval("""
loadplugin("c:\x\Motion_12Dec05.dll")
fps=60
last.CombineFPS(fps, last. MotionFPS(fps, warpfast, move), last.MotionFPS(fps, source = next, warpfast, move))
""") : source.height< 1000 ? eval("""
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\mvtools2.dll")
setMTMode(2,16)
source=ffdshow_source()
super = source.MSuper(pel=1,hpad=16,vpad=16)
backward_vec = MAnalyse(super, blksize=16, isb =true, chroma=false, searchparam=1)
forward_vec = MAnalyse(super, blksize=16, isb =false, chroma=false, searchparam=1)
source.MFlowFps(super, backward_vec, forward_vec, num=2*FramerateNumerator(source), \
den=FramerateDenominator(source), mask=0, ml=53)
distributor()
""") : source.height< 1081 ? eval("""
""") : source
Add ffdshow video source checked
Ignore pulldown
YV12 checked
Buffer back/ahead 0 16
1920x1080 16:9 - crash
1920x800 21:9 - 48fps MFlowFps / crash CombineFPS
1280x720 16:9 - 60fps CombineFPS
I have a q6600 @ 3.2ghz. Are there perhaps some smart people that have a solution to get frame interpolation working on 1920x1080? By the way, I am a noob when it comes to getting scripts to work. Here is my current script:
source=ffdshow_source()
source.height< 721 ? eval("""
loadplugin("c:\x\Motion_12Dec05.dll")
fps=60
last.CombineFPS(fps, last. MotionFPS(fps, warpfast, move), last.MotionFPS(fps, source = next, warpfast, move))
""") : source.height< 1000 ? eval("""
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\mvtools2.dll")
setMTMode(2,16)
source=ffdshow_source()
super = source.MSuper(pel=1,hpad=16,vpad=16)
backward_vec = MAnalyse(super, blksize=16, isb =true, chroma=false, searchparam=1)
forward_vec = MAnalyse(super, blksize=16, isb =false, chroma=false, searchparam=1)
source.MFlowFps(super, backward_vec, forward_vec, num=2*FramerateNumerator(source), \
den=FramerateDenominator(source), mask=0, ml=53)
distributor()
""") : source.height< 1081 ? eval("""
""") : source
Add ffdshow video source checked
Ignore pulldown
YV12 checked
Buffer back/ahead 0 16