View Full Version : How can i use vdub filters
spit
20th January 2002, 18:23
I want to use an animated logo filter in virtualdub but can't find a way using GKnot. Anybody know how?
Acaila
20th January 2002, 19:29
It's possible by modifying your .avs file:
1) Download "vdfilters.avs" (http://www.labdv.com/en/manuals/avisynth.php#collection). This contains VDub's filters that can be used in Avisynth.
2) Add the following line to the top of your .avs file:
Import("c:\vdfilters.avs")
Or whatever the path is.
3) Add the following line to your .avs file to call the logo function:
ConvertToRGB()
function VD_Logo (arguments)
ConvertToYUY2()
Valid arguments can be found in the vdfilters.avs file.
Note: This will slow down encoding, because of the converting colors back and forth.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.