InterFrame 1.12.3 released

You can get it from its main post here.

Changelog:

  • Updated libflowgpu to 1.2.6 from 1.2.5 which improves ATI GPU compatibility, thanks to SVP.
  • Code reshuffle (no changes)

2 Comments

  1. 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

  2. SubJunk

    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 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *

© 2023 Spirton

Theme by Anders NorénUp ↑