xantor opened this issue on May 25, 2004 ยท 13 posts
Little_Dragon posted Fri, 28 May 2004 at 5:13 AM
You're welcome.
In case anyone's curious, here's an example of compositing with VDub and AviSynth:
Flo Helsing (widescreen MPEG format, 1.99MB)
The terrain was rendered in Poser. The title was also rendered in Poser, as a separate animation. The two videos were layered together with an AviSynth script processed by VirtualDub. I composited in the moon later, as an afterthought.
An AviSynth script is basically a text file with an .avs extension, which can be written in Notepad. This is the actual script I used:
Layer(AviSource("c:Temp3Furrette2Overlay01b.avi"), Mask(AviSource("c:Temp3Furrette2Overlay02b.avi"), AviSource("c:Temp3Furrette2Overlay02b.avi")), "subtract", 255, 0, 0, 255, true)
If you'd like to learn more about the scripting language, I'd recommend starting here: