LordTrace
5th May 2012, 09:45
I encoded 2 videos. Everything (IVTC, crop, re-size ect.) is exactly the same except for one i used..
DAA3()
And the other..
DAA3()
super = MSuper(pel=2, sharp=1)
backward_vec2 = MAnalyse(super, isb = true, delta = 2, overlap=4)
backward_vec1 = MAnalyse(super, isb = true, delta = 1, overlap=4)
forward_vec1 = MAnalyse(super, isb = false, delta = 1, overlap=4)
forward_vec2 = MAnalyse(super, isb = false, delta = 2, overlap=4)
MDegrain2(super, backward_vec1,forward_vec1,backward_vec2,forward_vec2,thSAD=400)
When i open both in MPC-HC they both have the same length. However, when i press pause and then step each one forward frame by frame, the second one is missing tons of frames. The first one has them . It's really weird. A character will make the same motion but parts of it are missing in the second clip. Seems fine when i play it back normal speed. *shrugs*
Just thought it was odd and maybe someone had an explanation. :D
DAA3()
And the other..
DAA3()
super = MSuper(pel=2, sharp=1)
backward_vec2 = MAnalyse(super, isb = true, delta = 2, overlap=4)
backward_vec1 = MAnalyse(super, isb = true, delta = 1, overlap=4)
forward_vec1 = MAnalyse(super, isb = false, delta = 1, overlap=4)
forward_vec2 = MAnalyse(super, isb = false, delta = 2, overlap=4)
MDegrain2(super, backward_vec1,forward_vec1,backward_vec2,forward_vec2,thSAD=400)
When i open both in MPC-HC they both have the same length. However, when i press pause and then step each one forward frame by frame, the second one is missing tons of frames. The first one has them . It's really weird. A character will make the same motion but parts of it are missing in the second clip. Seems fine when i play it back normal speed. *shrugs*
Just thought it was odd and maybe someone had an explanation. :D