View Single Post
Old 31st December 2004, 05:28   #3  |  Link
fccHandler
Registered Jedi
 
Join Date: Jan 2003
Location: Georgia, U.S.A.
Posts: 733
Thank you. Actually I tried doing that but I couldn't figure out the parameter list for the filter in Avisynth. Can you help?

FWIW, here is an example of what I tried:

Code:
LoadVirtualDubPlugin("Hue.vdf","Hue",0)
AVISource("Video1.avi")
Hue(0,0.85,1,"rgbycm")
This reflects the parameters I see displayed in VirtualDub's filter list. I've tried many combinations, but I always get the error "Invalid arguments to function 'Hue'".
__________________
May the FOURCC be with you...
fccHandler is offline   Reply With Quote