lisztfr9
29th November 2012, 11:09
Hi,
1) Regarding Depan, DepanStabilize, the problem is to discriminate between motions that belongs to the movie and those belonging to artifacts. For example in Tony Scott's "Man on fire" and all these advertising-like style movies : the whole image is constantly in move, like shaking, but it isn't ! So imho, DepanStabilize could be improved by a) noticing 1-2 frames shaking, b) giving a maximal value to motion speed being compensate, as it has a value for amplitude. Maybe i'm totally wrong.
2) This is an interesting mathematical function, certainly in use in avisynth :
http://en.wikipedia.org/wiki/Linear_regression
Nothing new for sure, but maybe more often needed as thought. In fact, this is far superior to the mean function since it include the drifting factor of the variable. Even for a simple deflickering function : Taking into account only 3 frames isn't OK since 2 of these could have wrong luma, so the mean would be wrong. Also the mean function on larger amount of frames would created gapes in the luma function. So one need the differential function of the luma in order to deflicker.
Thanks for reading, L
1) Regarding Depan, DepanStabilize, the problem is to discriminate between motions that belongs to the movie and those belonging to artifacts. For example in Tony Scott's "Man on fire" and all these advertising-like style movies : the whole image is constantly in move, like shaking, but it isn't ! So imho, DepanStabilize could be improved by a) noticing 1-2 frames shaking, b) giving a maximal value to motion speed being compensate, as it has a value for amplitude. Maybe i'm totally wrong.
2) This is an interesting mathematical function, certainly in use in avisynth :
http://en.wikipedia.org/wiki/Linear_regression
Nothing new for sure, but maybe more often needed as thought. In fact, this is far superior to the mean function since it include the drifting factor of the variable. Even for a simple deflickering function : Taking into account only 3 frames isn't OK since 2 of these could have wrong luma, so the mean would be wrong. Also the mean function on larger amount of frames would created gapes in the luma function. So one need the differential function of the luma in order to deflicker.
Thanks for reading, L