PDA

View Full Version : Using AviSynth with VirtualDub


steptoe
28th September 2009, 18:40
I'm trying to get to grips with using avisynth alongside virtualdub, but the wiki's and any info I find just say 'load the avs script into vdub' and treat it as a video file

But I've tried loading a script I use with DVD-RB and they fail, I've tried adding the DirectShowSource() and inserting the file into the brackets with, but again an error, even just a simple DirectShowSource() to load the file into vdub keeps failing


I know it will be something simple I'm not doing right or missing a step out, but I'm stumped as to what


Also, once I have managed that, if I run an avisynth function or filter via virtualdub will I be able to see the result in the 2nd window as at present you can with the vdub filters, then I can start tweaking my filters/functions to get the results I'm lookinging

Basically looking to use the Temporal denoiser functions I have used with DVD-RB with no issues, but want now to try doing it via vdub or vdubmod (which apparently has stalled with no more development) then I can see exactly what changes do what

Gavino
28th September 2009, 18:53
I know it will be something simple I'm not doing right or missing a step out, but I'm stumped as to what
:script: and say what errors you are getting.
Also, once I have managed that, if I run an avisynth function or filter via virtualdub will I be able to see the result in the 2nd window as at present you can with the vdub filters, then I can start tweaking my filters/functions to get the results I'm lookinging
You will see it in the first window since, as far as VDub is concerned, its input is the filtered video output by the script.

steptoe
29th September 2009, 07:53
I've managed to get files to open, so now its down to scripts being called correctly, so the first part is solved

Now getting vdub to 'see' the various .dlls that the functions or filters need, that I can work out


Just trying to get the files to open was the hard part


Thanks