I have been using avisyth to do a few things now and feel pretty confidant.
Fadein /reverse fade in etc
Cropping
Clip=Trim
etc
I know how to use the add on filters of vdub like unsharp...but how can I use the levels filter....there is no pluggin or vdf file for that. Is it internally in the vdub exe????
Here is an example
Import("C:\vdub_filters.avs")
AVISource("C:\Movie.avi")
ConvertToRGB32()
VD_filterUnsharpMask(5,130,30,255,255,255,255,0) (Example only people)
HERE IS where I want to use the levels filter.......
ConvertToYUY2()
+ Reply to Thread
Results 1 to 2 of 2
-
How long could we maintain? I wondered. How long until one of us starts raving and jabbering at this boy? What will he think then?
If you like Tekno download one of my tracks
www.users.bigpond.net.au/thefox149 -
Cool work it out people .....
Import("C:\vdub_filters.avs")
AVISource("C:\Movie.avi")
ConvertToRGB32()
VD_filterUnsharpMask(5,130,30,255,255,255,255,0) (Example only people)
ConvertToYUY2()
Levels(133,1.000,255,56,255)
Doesn't need to be converted cause it's the avisynth version that is compatible to vdub....
Everyone should use avisynth it rocks ani't nothing she can't doHow long could we maintain? I wondered. How long until one of us starts raving and jabbering at this boy? What will he think then?
If you like Tekno download one of my tracks
www.users.bigpond.net.au/thefox149
Similar Threads
-
Which filters I should use for this anime? (avisynth)
By Cloudstrifeff7 in forum Newbie / General discussionsReplies: 6Last Post: 13th Dec 2010, 07:47 -
Avisynth Filters (help pls)
By Enkidu in forum EditingReplies: 14Last Post: 30th Jul 2010, 21:41 -
[Avisynth] What are the filters used in this video?
By Cloudstrifeff7 in forum Newbie / General discussionsReplies: 4Last Post: 22nd Apr 2010, 09:40 -
equivalent filters from Vdub to Avisynth
By cd090580 in forum RestorationReplies: 3Last Post: 14th Aug 2008, 13:28 -
Vdub filters on my HI8/VHS before Authoring..
By nopk in forum RestorationReplies: 6Last Post: 8th Dec 2007, 17:34