I just built a new 3.1ghz quad core, and am having some problems getting the MVtools frame doubling to work. It worked in my dual core 2.2 ghz laptop, so I can't quite figure out what's going wrong. the video file I'm trying to use with it (as of this moment, anyways) is only 480P widescreen
using this from the website:
source = last super = MSuper(pel=1,hpad=0,vpad=0,chroma=false) backward_vec = MAnalyse(super, blksize=32, isb = true, chroma=false, searchparam=1,search=0) forward_vec = MAnalyse(super, blksize=32, isb = false, chroma=false, searchparam=1,search=0) MFlowFps(super, backward_vec, forward_vec, num=2*FramerateNumerator(last), \ den=FramerateDenominator(last), mask=0)I get no video at all (the audio still works), and MPC freezes if I try to use the seek bar.
If I use this:
source = last
backward_vec = source.MVAnalyse(isb = true, truemotion=true, pel=2, idx=1, divide=2)
forward_vec = source.MVAnalyse(isb = false, truemotion=true, pel=2, idx=1, divide=2)
source.MVFlowFps(backward_vec,forward_vec,num=4800 0,den=1001,idx=1)
I get 1 or two frames a second at most.
https://forum.videohelp.com/threads/314817-MVTools-AVISynth-script-question-with-FFDShow is a similar thread I had when I was using my laptop before it died.
can anyone tell me what's going on with this? it worked fine in my laptop, and my new computer is easily four times as powerful as my previous one was.
edit: using avisynth 2.5
ATI 3.1 GHZ quad core
8 gigs of ram
windows 64 bit
1 GB Raedon HD 5770
+ Reply to Thread
Results 1 to 3 of 3
-
Last edited by Gnodab03; 17th Mar 2011 at 23:27. Reason: more information
-
I assume you are using the script within ffdshow.
Do you have the necessary buffering enabled in the avisynth section of ffdshow's configuration settings?
http://ffdshow-tryout.sourceforge.net/wiki/video:avisynth#buffer_back_ahead
Similar Threads
-
MVtools questions
By smartel in forum Newbie / General discussionsReplies: 20Last Post: 17th Apr 2011, 00:18 -
AviSynth working with Y8 uncompressed AVIs and MVTools motion interpolation
By a1s2d3f4 in forum Newbie / General discussionsReplies: 6Last Post: 10th Nov 2010, 21:32 -
Panasonic ZS3 AVCHD Lite .mts - Remove Frame Repeat/Doubling?
By abnersnell in forum Video ConversionReplies: 0Last Post: 22nd Oct 2010, 20:02 -
tsMuxeR FPS doubling problem.
By Drakius in forum Video ConversionReplies: 3Last Post: 15th Aug 2010, 19:59 -
MVTools & AVISynth script question with FFDShow
By Gnodab03 in forum Software PlayingReplies: 7Last Post: 8th Jan 2010, 19:05