View Single Post
Old 15th October 2008, 20:33   #47  |  Link
Fizick
AviSynth plugger
 
Fizick's Avatar
 
Join Date: Nov 2003
Location: Russia
Posts: 2,183
Delerue,
OK, i will try found my ffdshow
But can you also try script without ffdshow


EDIT:
source= ?
For ffdshow you probably must use this:

Code:
ffdshow_source
super = MVSuper(pel=2)
backward_vec = MVAnalyse(super, isb = true)
forward_vec = MVAnalyse(super, isb = false)
MVFlowFps(super, backward_vec, forward_vec, num=50, den=1, ml=100) # get 50 fps
__________________
My Avisynth plugins are now at http://avisynth.org.ru and mirror at http://avisynth.nl/users/fizick
I usually do not provide a technical support in private messages.

Last edited by Fizick; 15th October 2008 at 20:35.
Fizick is offline   Reply With Quote