-
How to find median value for any pixel vs the x number of frames before/after for same pixel
There are several filters which look great in PS, but are always seem too jumpy in AE. It occurs to me that the reason is that pixels move too quickly causing a chain effect that multiplies the difference. While super slow motion would work quite well, I’m looking for something that works in real time.
It seems that what is needed is something that looks ahead and behind by x number of frames (user specified), and finds the meadian, average, or other central value. I realize this would cause a certain type of blurring, but it should also help to alleviate the sudden jumpiness of frantically redrawn lines after various effects are applied.
So… sort of like MEDIAN filter, but averaging across time for same pixel, not neighboring pixels in same frame
I think I’ve seen a control to this end on certain filters before, but don’t know what to call it, and would like to apply it to effects where it’s not built in.
Is there already something built in that can do this? A script? How would I achieve this for prefiltering purposes?