I’ve been trying to use this script in conjunction with ripbot264. There seems to be an issue with the interscript avsi not loading the libflow dll files, even though the patyh to them is specified correctly. When I preview the script, it somes up with ‘there is no function named MSmoothFps’
My script looks like this atm (currently left out MT settings as I think ripbot264 handles them, could be wrong);
both libflowsse and libflowgpu are located in “C:\Program Files (x86)\AviSynth 2.5\plugins\”, so I’m not sure whats causing the issue.
Thanks in advance
January 2, 2012 at 12:32 pm
I’ve been trying to use this script in conjunction with ripbot264. There seems to be an issue with the interscript avsi not loading the libflow dll files, even though the patyh to them is specified correctly. When I preview the script, it somes up with ‘there is no function named MSmoothFps’
My script looks like this atm (currently left out MT settings as I think ripbot264 handles them, could be wrong);
PluginPath = “C:\Program Files (x86)\AviSynth 2.5\plugins\”
LoadPlugin(PluginPath+”mvtools2.dll”)
LoadPlugin(PluginPath+”RemoveGrainSSE3.dll”)
Import(PluginPath+”InterFrame.avsi”)
#VideoSource
video=DirectShowSource(“G:\temp\RipBot264temp\job2\video.mkv”,audio=false).ConvertToYV12()
#Crop
video=Crop(video,0,20,-0,-20)
#AudioSource
audio=DirectShowSource(“G:\temp\RipBot264temp\job2\audio_English.dtsma.flac”,video=false)
audio=ResampleAudio(audio,48000)
#DownMix
Import(“G:\Stuff of Haddon’s\BluRay Authering Kit\RipBot264v1.16.5\Tools\AviSynth plugins\Scripts\DownMixAudio.avs”)
audio=DownMix2Stereo(audio)
#Delay
audio=DelayAudio(audio,0)
audio=ConvertAudioTo16bit(audio)
AudioDub(video,audio)
InterFrame(FlowPath=PluginPath, GPU=true)
both libflowsse and libflowgpu are located in “C:\Program Files (x86)\AviSynth 2.5\plugins\”, so I’m not sure whats causing the issue.
Thanks in advance
January 2, 2012 at 11:42 pm
@Hazza64: It probably means you didn’t replace mvtools2.dll with the one in the download. It’s a custom version of the file 🙂