poisondeathray
28th April 2011, 04:15
It it possible to generate a base clip using blankclip or some other avisynth function but using no color ? (RGB32, but alpha channel only instead of "black" for the background color) ? or what "color" do I specify for no color ?
http://avisynth.org/mediawiki/Colors
e.g.
blankclip(pixel_type="RGB32", color=?)
subtitle("test")
I want to generate a "transparent" video with some overlayed material for usage in other programs
http://avisynth.org/mediawiki/Colors
e.g.
blankclip(pixel_type="RGB32", color=?)
subtitle("test")
I want to generate a "transparent" video with some overlayed material for usage in other programs