c0de_v0id
15th September 2002, 16:29
is there a way to create a dummy blank clip(with color) with avisynth?
so i could insert title and such and join it with avi?
wmansir
15th September 2002, 16:54
try these functions, copied from the avisynth (1.0 beta) page here (http://math.berkeley.edu/~benrg/avisynth-beta.html)
There are new synthesized source filters (note that many of these parameters are optional and can be referred to by name):
BlankClip(template-clip, length, width, height, pixel_type,fps, fps_denominator, audio_rate, stereo, sixteen_bit, color) - replaces Blackness; you can now specify all clip properties without having to provide a template
MessageClip("message", width, height, shrink, text_color, halo_color, bg_color) - produces a clip containing a text message; used internally for error reporting
Also, checkout the thread 'whats the code for white?', which is currently on the front page. It contains an example of the BlankClip function in use.
sh0dan
15th September 2002, 17:28
[dupe]
c0de_v0id
16th September 2002, 02:13
Thanks ^_^
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.