Domas4
Thanx for script and for this video sample. Good test for any frame interpolation software. Very hard.
Take a look at these comparisons.
Wave artifacts both at your script and at SVP 3.1.4.
Your script gives more frameblending area, SVP 3.1.4 gives more true interpolation area but more wave artifacts.
Your script gives more frameblending area, SVP 3.1.4 gives more true interpolation area but more wave artifacts.
used SVP 3.1.4 script:
SetMemoryMax(1024)
global svp_scheduler=true
global threads=5
global svp_cache_fwd=threads+2
LoadPlugin("C:\Program Files (x86)\SVP 3.1.4\plugins\svpflow1.dll")
LoadPlugin("C:\Program Files (x86)\SVP 3.1.4\plugins\svpflow2.dll")
global super_params="{scale:{up:0},gpu:1,rc:true}"
global analyse_params="{main:{search:{coarse:{distance:-10,bad:{sad:2000}}}},refine:[{thsad:250}]}"
global smoothfps_params="{gpuid:21,rate:{num:5,den:2},algo:13,scene:{}}"
SetMTMode(3,threads)
DSS2("G:\DOWNLO~1\DOMAS4\holymo~1.mkv").ConvertToYV12
SetMTMode(2)
super=SVSuper(last, super_params)
vectors=SVAnalyse(super, analyse_params, src=last)
smooth=SVSmoothFps(last, super, vectors, smoothfps_params, mt=threads, url="www.svp-team.com")We can adjust SVP 3.1.4 script for such hard video source. SVP 3.1.4 can blend frames too.