Log in

View Full Version : Some clue to build a adaptative AVISynth script


danpos
15th April 2006, 22:43
Hi to everyone! :) I wanna to build some sort of adaptative AVISynth script for the following situations:

1. If the current frame to be processed is a dark scene, then I do apply a specific filterchain (strong deblock, add white noise, etc);

2. If the current frame to be processed is a clear scene, then I do apply another filterchain.

In short, I wanna a AVISynth script that adaptively processes dark frames differently of clear ones, but my skills in avisynth script is almost null. :(

In this way, I'm here requesting to the great AVISynth scripters some clue about how to do a such adaptative script.

Any help will highly appreciated.

Thanks in advance,

danpos
16th April 2006, 15:42
* Bump *

Richard Berg
16th April 2006, 18:04
http://www.avisynth.org/ConditionalFilter

danpos
16th April 2006, 18:47
@Richard Berg

Thanks, I will read it out and soon try it out.

Cheers,