View Single Post
Old 17th June 2010, 18:57   #6  |  Link
onesloth
Registered User
 
Join Date: Jul 2007
Posts: 137
Quote:
Originally Posted by D9JK View Post
Now I started wondering something...
Nah, you're thinking too much.

I'm assuming the whole cropping part was to overcome some limitation of the old MVTools... Start by getting MVTools2 and then use this script:
Code:
DirectShowSource("1.mov") ++ DirectShowSource("2.mov") ++ DirectShowSource("3.mov")
super = MSuper()
backward_vec = MAnalyse(super, isb = true)
forward_vec = MAnalyse(super, isb = false)
MFlowFps(super, backward_vec, forward_vec, num=30, den=1)
onesloth is offline   Reply With Quote