3 hours ago
I will try to send you a chart using draw.io.
In meanwhile I managed to be able to read a clip inside the filter.
From your point of you there are advantages/disadvantage in reading the clip inside the filter or is better to call it in the main vapoursynth script ?
Do you remember that was decided to call HAVC_stabilizer in the main script instead of calling it inside the filter to improve the performance ?
In any case all the logic is contained in the function HAVC_main.
You will see that i call the function HAVC_bw_tune(ON) at the beginning of coloring (at row 360) and then I call the function HAVC_bw_tune(OFF) at the end of coloring process (at row 444) just before returning the colored clip.
Dan
In meanwhile I managed to be able to read a clip inside the filter.
From your point of you there are advantages/disadvantage in reading the clip inside the filter or is better to call it in the main vapoursynth script ?
Do you remember that was decided to call HAVC_stabilizer in the main script instead of calling it inside the filter to improve the performance ?
In any case all the logic is contained in the function HAVC_main.
You will see that i call the function HAVC_bw_tune(ON) at the beginning of coloring (at row 360) and then I call the function HAVC_bw_tune(OFF) at the end of coloring process (at row 444) just before returning the colored clip.
Dan