View Single Post
Old 23rd March 2011, 03:31   #2  |  Link
fairchild
Registered User
 
Join Date: Sep 2010
Posts: 321
Thanks for this. This can be used as well to do it in realtime as well so you don't have to re-encode the files? This is a script I found by another user from another forum. It doesn't work that smooth for me though, I get alot of frame drops. Probably my CPU is lacking and showing it's age.

Quote:
SetMTMode(1,16)
V = ffdshow_source()
SetMTMode(2)
G = V.RemoveGrain(mode=3)
H = G.MSuper(pel=2, hpad=8, vpad=8, rfilter=4)
S = V.MSuper(pel=2, hpad=8, vpad=8, rfilter=4)
A = H.MAnalyse(isb=true, blksize=16, plevel=0, search=3, searchparam=3, badrange=(-24), dct=10)
B = H.MAnalyse(isb=false, blksize=16, plevel=0, search=3, searchparam=3, badrange=(-24), dct=10)
C = S.MRecalculate(A, blksize=8, blksizev=8, search=3, searchparam=1)
D = S.MRecalculate(B, blksize=8, blksizev=8, search=3, searchparam=1)
E = S.MRecalculate(C, blksize=4, blksizev=4, search=3, searchparam=1)
F = S.MRecalculate(D, blksize=4, blksizev=4, search=3, searchparam=1)
V.MFlowFps(S, E, F, num=FramerateNumerator(V)*2, den=FramerateDenominator(V)*1, mask=2, ml=10000, blend=false)
GetMTMode(false) > 0 ? distributor() : last
Is this script using InterFrame at all or no?
__________________
MPC-HC/MPC-BE, Lav Filters, MadVR
CPU: AMD Ryzen 5 1600, Video: AMD Radeon RX Vega 56 -> TCL S405 55", Audio: Audio-Technica M50S
fairchild is offline   Reply With Quote