16.03.2024, 12:11
Hello Selur,
I'm looking to a way to stabilize the colors. This filter must be a temporal filter.
The simplest way is to average the current frames with the previous frames.
I found the description of misc.AverageFrames
But I was unable to find it.
This code is not working:
Do you know how I can activate it ?
Thanks,
Dan
P.S.
The new version is working.
I'm looking to a way to stabilize the colors. This filter must be a temporal filter.
The simplest way is to average the current frames with the previous frames.
I found the description of misc.AverageFrames
But I was unable to find it.
This code is not working:
clip = core.misc.AverageFrames(clip, [0.25, 0.25, 0.25])
Do you know how I can activate it ?
Thanks,
Dan
P.S.
The new version is working.