wyti
7th November 2009, 11:35
Hi everyone, i see in a lot of filter the following thing :
super = MSuper(c)
backward_vectors = MAnalyse(super, isb = true)
forward_vectors = MAnalyse(super, isb = false)
forward_compensation = MFlow(c,super, forward_vectors)
backward_compensation = MFlow(c,super, backward_vectors)
c = interleave(forward_compensation, c, backward_compensation)
c = use you spatio temporal denoiser
c = selectevery(c,3,1)
I know people call that motion compensated "filter name". But i don't get the idea, why use something like Mflow who create sometimes very ugly frames, and why if the spation temporal denoiser support 3 frames (one before and one after) in it's temporal part, something like this is needed.
Would it be possible to use an another way of increasing the framerate (like MSU one) or do MFlow something special who is very interesting ?
super = MSuper(c)
backward_vectors = MAnalyse(super, isb = true)
forward_vectors = MAnalyse(super, isb = false)
forward_compensation = MFlow(c,super, forward_vectors)
backward_compensation = MFlow(c,super, backward_vectors)
c = interleave(forward_compensation, c, backward_compensation)
c = use you spatio temporal denoiser
c = selectevery(c,3,1)
I know people call that motion compensated "filter name". But i don't get the idea, why use something like Mflow who create sometimes very ugly frames, and why if the spation temporal denoiser support 3 frames (one before and one after) in it's temporal part, something like this is needed.
Would it be possible to use an another way of increasing the framerate (like MSU one) or do MFlow something special who is very interesting ?