View Single Post
Old 11th July 2018, 23:58   #15902  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
Quote:
Originally Posted by Danette View Post
Thanks, but all I get is an error message when attempting to process. Could it be the script I'm using (which works with Virtualdub and MeGUI)? The script file I use is:

Import("C:\Program Files (x86)\AviSynth 2.5\plugins\QTGMC-3.32.avsi")
AssumeTFF()
QTGMC(Preset="Very Slow")
LimitedSharpenFaster()
Yeah, your script is the issue, and not compatible with RipBot.
Should be something like this:
Code:
Loadplugin("C:\RipBot\Tools\AviSynth plugins\RgTools\RgTools.dll")
Loadplugin("C:\RipBot\Tools\AviSynth plugins\nnedi3\nnedi3.dll")
Loadplugin("C:\RipBot\Tools\AviSynth plugins\masktools\masktools2.dll")
Loadplugin("C:\RipBot\Tools\AviSynth plugins\mvtools\mvtools2.dll")
LoadCplugin("C:\RipBot\Tools\AviSynth plugins\Yadif\Yadif.dll")
Import("C:\RipBot\Tools\AviSynth plugins\Scripts\QTGMC.avs")
video=QTGMC(video,Preset="very slow",FPSDivisor=2)
byteshare is offline   Reply With Quote