View Single Post
Old 12th February 2019, 19:12   #162  |  Link
wonkey_monkey
Formerly davidh*****
 
wonkey_monkey's Avatar
 
Join Date: Jan 2004
Posts: 2,496
blankclip constructs a single blank frame on startup and just returns a pointer to it each time. It doesn't actually do anything per frame - not even calling env->NewVideoFrame() - so it's super fast. Same with colorbars, although that has a parameter to disable the framestore:

Code:
colorbars(staticframes = false)
__________________
My AviSynth filters / I'm the Doctor
wonkey_monkey is offline   Reply With Quote