View Single Post
Old 10th January 2015, 16:30   #6  |  Link
gonzooka
Registered User
 
Join Date: Dec 2014
Posts: 6
Thanks! tried interframe with MeGUI, looks pretty good!

Although I got artifacts with these settings, possible to optimize? Would be fine, but i want make a slowmotion.


right side, the (moving) strings of the swing


Setmemorymax(512)
SetMTMode(3,8)
PluginPath = "C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\"
LoadPlugin(PluginPath+"svpflow1.dll")
LoadPlugin(PluginPath+"svpflow2.dll")
Import(PluginPath+"InterFrame2.avsi")
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\ffms\ffms2.dll")
FFVideoSource("D:\Eigene Dateien\Filme\Panorama 13 - 2014\106GOPRO1\gopro protune output\4_letzter Tag Party - Rundgang und Schaukel.mp4", fpsnum=25, fpsden=1, threads=1).ConvertToYV12()
Crop(0, 12, -0, -12)
InterFrame(OverrideAlgo=13,NewNum=50000,NewDen=1001,Cores=8, GPU=true)
gonzooka is offline   Reply With Quote