Next Generation Emulation banner
1 - 4 of 4 Posts

· Registered
Joined
·
2,230 Posts
Discussion Starter · #1 ·
Well I finally managed to locate the "ColorTools Plugin" link, for my surprise the link doesn't work. Could anyone that has such filter(clrtools.vdf file) upload it here for me? I know the source code is posted at the doom9.org forums. Due my lack of programming skills I don't know if that code is compilable or not neither what compiler to use.
 

· <font color="#990000"><b>Lurking</b></font>
Joined
·
9,456 Posts
Avisynth scripts arent filters, they are just filter applications ( simply put that is ). Why dont use you use avisynth? Your script should look like this :

AviSource("C:\Whateverthesourceis.avi")
Import("C:\AVSscript_to_be_used.avs")

VD_clrtools(mode=4)

Yours,
-Elly
 
1 - 4 of 4 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top