Is it possible to transfer this script over to the PS3 when streaming? I can't figure out how.
http://forums.guru3d.com/showthread.php?t=288017
clip=DirectShowSource("F:\xxx xxxx\xxxxx xxxxx\x-xxxxxxx-x.avi")
#
SetMtmode(2,8)
global idx1 = 10
clip=changefps(clip,clip,true)
# assume progressive PAL 25 fps or NTSC Film 23.976 source
idx1 = idx1 + 1
backward_vec = MVAnalyse(clip, blksize=16, isb = true, chroma=false, pel=1, searchparam=1, idx=idx1)
# we use explicit idx for more fast processing
forward_vec = MVAnalyse(clip, blksize=16, isb = false, chroma=false, pel=1, searchparam=1, idx=idx1)
MVFlowFps(clip, backward_vec, forward_vec, num=2*FramerateNumerator(clip), den=FramerateDenominator(clip), mask=0, idx=idx1)
distributor()
return clip
Script error: there is no function named "MVAnalyse"
Franky wrote:You need to install this Avisynth plugin: http://manao4.free.fr/mvtools.htm
Return to General Help and Support
Users browsing this forum: Google [Bot] and 12 guests