Greetings.
Are there any Avisynth examples or already made scripts to use on VHS caps, DV caps, etc.?
Thank you.
+ Reply to Thread
Results 1 to 4 of 4
-
--
Take Care.
JuanMa -
Make up a basic script with some of your favorite filters & whatnot and just use it as a template of sorts. Just add your filename to it and load it into VirtualDubMod. CTRL+E brings up the script editor where you can make changes to your script then just hit F5 to save/refresh & see your changes.
Something along the lines of....
AVISource("CLIP.avi")
#DelayAudio(-.000)
#Tweak(bright=2,sat=1.0,cont=1.25)
#Trim(0,0)
#ComplementParity().SeparateFields()
#Convolution3d(preset="movieHQ")
#Convolution3d(preset="movieLQ")
#TomsMoComp(1,15,0)
#FaeryDust(1)
#SpaceDust(5)
#PixieDust(2)
#GoldDust(5)
#Weave()
#LanczosResize(352,480)
#BicubicResize(352,480)
#Crop(0,0,-0,-0)
#AddBorders(0,0,0,0)
The '#' at the beginning of each line just ignores that particular line.
I saw some ready-made scripts online somewhere a while back but I don't remember where it was and I forgot to bookmark it. Sorry.
HTH"There is nothing in the world more helpless and irresponsible and depraved than a man in the depths of an ether binge, and I knew we'd get into that rotten stuff pretty soon." -- Raoul Duke
Similar Threads
-
DV Video color space examples
By peg in forum Newbie / General discussionsReplies: 0Last Post: 15th Apr 2012, 18:59 -
Will someone post examples on processing restoration?
By rocky12 in forum RestorationReplies: 39Last Post: 8th Jul 2011, 07:39 -
Useful FFmpeg Syntax Examples
By Soopafresh in forum Video ConversionReplies: 23Last Post: 16th Aug 2010, 16:15 -
Mencoder examples
By taraquedo in forum DVD RippingReplies: 0Last Post: 30th Jul 2010, 05:32 -
Examples of VCR degradation?
By sphinx99 in forum RestorationReplies: 19Last Post: 25th Mar 2010, 19:26