PDA

View Full Version : Looking for Black Frame


ruanova
19th March 2007, 10:31
Hi,
Any AVISynth function that return me the next black (or near black...) frame ...??

I have a avisynth script that show me a video in timeline mode, but I need auto avance to the next black frame from current position ...

Any help please...

IanB
20th March 2007, 05:13
Avisynth does not really lend itself to this sort of thing. But maybe you can get somewhere with FrameEvaluate() and AverageLuma(). The trick is going to be how to utilize the answer. :search: