+ Reply to Thread
Results 1 to 6 of 6
-
"Shut up Wesley!" -- Captain Jean-Luc Picard
Buy My Books -
Well, maybe because I'm a newbie
Seriously, I have an avs script that frameserve to vdub, vdub make some filters and then I would need to use another avs funtion with the output of vdub. Is it possible?
I do this because there some filters that are only for avs, and also because I manage to obtain the desired results with some internal filters of vdub (bright&contrst) that I can't with avs (maybe because I'm a newbie, but anyway I can't get the same results in avs...) -
Most VDub filters have an AviSynth equivalent. And VDub filters can be used within AviSynth, as mentioned, but not the other way around. And all you mentioned using VDub for was for contrast and brightness? How much more basic can you get? The Tweak filter is built into AviSynth:
http://www.avisynth.org.ru/docs/english/corefilters/tweak.htm -
Like manono said, use your virtualdub filters inside the avisynth script (will only work for non internal vdub filters).
use the function LoadVirtualDubPlugin() in avisynth.
Similar Threads
-
Which filters I should use for this anime? (avisynth)
By Cloudstrifeff7 in forum Newbie / General discussionsReplies: 1Last Post: 29th Dec 2010, 12:32 -
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