Hello,
I've used the following script to frameserve from Vegas/Magix to VDub for years with the purpose of doubling the frame rate
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")
AVISource("H:\Stuff\test.avi", audio=false).ConvertToYV12()
SetMTMode(2)
#deinterlace
#crop
#denoise
#resize
InterFrame(Cores=8, GPU=true)
I am now looking for a script that will do nothing but allow for a passthrough to VDub, without any filter applied in the conversion so that I can use VDub's filters like changing the ratio or apply a deinterlace and then render it out of VDub.
Is there a way to adapt this script to do just that or would you suggest something else entirely? I have no idea how to code...
Thanks
+ Reply to Thread
Results 1 to 16 of 16
-
-
Put # at the beginning of each line (or delete the line), keep only the one with "avisource...". That's all.
-
Code:
AVISource("H:\Stuff\test.avi", audio=false)
-
My script doesn't include the ConvertToYV12(). Hence, you have to add it if you need it.
-
-
It's gone. All that's left is this:
AVISource("H:\Stuff\test.avi", audio=false) -
But that says you have 7 or more lines in your script. VirtualDub is still evaluating wrong script.
-
That was before I removed everything save the AVISource line. It is still the same error message but now it says "line1"
-
Did you put the pluginpath back in like I suggested?
The script with just AviSource would normally work in AviSynth -- I use such scripts all the time. But there may be something about MeGUI that requires the pluginpath be set. -
Avisynth open failure
AVISource autodetect: couldn't open file H:\Stuff\test.avi
Error code: 2
(E:\Stuff\60FPS-Copy.avs, line 1)
I open the original 60FPS.avs and the test.avi loads correctly. Only when I try to open the 60FPS-Copy.avs do I get the error. I've even moved the functioning script to another folder and rename the 60FPS-Copy to 60FPS and I still get the error message. If I try to open the original script that I moved to another folder it works fine. I don't know squat about programming but this is mystifying. -
There is some confusion about whether it is e:\stuff or h:\stuff
Is test.avi actually in h:\stuff. Which version of Windows is this ?Last edited by davexnet; 27th Aug 2021 at 20:18.
-
Of course, of course, the path. The equivalent of "is it plugged into the electrical outlet"
MASSIVE slapping of my forehead now.
Thanks, it's all good now.
Similar Threads
-
Looking for Batch MP4 Normalization Script of existing script
By VideoFanatic in forum Video ConversionReplies: 6Last Post: 31st Jul 2021, 19:50 -
Digital Noise w/ DVD-R Passthrough Cause?
By companda in forum Capturing and VCRReplies: 18Last Post: 12th Jan 2021, 04:36 -
Need Simple Software Recommendation For Simple Editing Tasks
By Snoopy329 in forum EditingReplies: 13Last Post: 15th Feb 2020, 12:55 -
DMR-ES20 as a passthrough
By AmigaFanBoy in forum Capturing and VCRReplies: 5Last Post: 13th Nov 2019, 15:23 -
FFMPEG - Looking for simple batch script to convert entire folder
By steptoe in forum Video ConversionReplies: 6Last Post: 20th Mar 2017, 22:49