PDA

View Full Version : Avisynth & Virtualdub plugins in one script?


jorwex
18th January 2004, 20:23
I've been capturing things for a few years and have only been using vdub plugins if at all. I've been starting to use AVISynth these past few months and I love it, but I'd like to know if theres a way that I can use the Virtualdub plugins and avisynth ones in one SINGLE script. Like, the only other thing left to do would be to set the video compression (divx), or does saving a virtualdub script include that too?

thanks

stickboy
18th January 2004, 22:42
You can load and use VirtualDub filters in AviSynth, but they all operate only in RGB32. (See Wilbert's VirtualDub filter import script (http://www.avisynth.org/index.php?page=VirtualDub_I) and Section 4 from the AviSynth FAQ (http://www.avisynth.org/index.php?page=Section+4%3A+Importing+filters+from+VirtualDub).)

You can't tell VirtualDub what compressor to use through AviSynth. Compression parameters are saved in VirtualDub's scripting system, however (i.e., when you add something to the job list, or if you select File > Save Processing Settings).

jorwex
20th January 2004, 05:47
is there anything sketchy about it? rgb32 only eh? you think its best to stick to doing both? im doing this with captured material using huffy if that helps/matters. im not too knowledgeable in the differences between YUY2 and RGB exactly...hehe...unless you couldnt tell that i was a moron :D thanks