Forum: Avisynth Development
3rd March 2022, 06:02
|
Replies: 196
Views: 52,638
src = last
super = MSuper()
backvec =...
src = last
super = MSuper()
backvec = MAnalyse(super,blksize=64,overlap=32,lambda=1000*64,isb=true,delta=1)
iClip = MCompensate(super,backvec,time=50)
CInterpolate(iClip=iClip, thr=1.00)
last
...
|
Forum: Avisynth Development
2nd March 2022, 23:17
|
Replies: 196
Views: 52,638
|
Forum: Avisynth Development
27th February 2022, 01:34
|
Replies: 196
Views: 52,638
|
Forum: Avisynth Development
26th February 2022, 22:19
|
Replies: 196
Views: 52,638
|
Forum: Avisynth Development
26th February 2022, 22:08
|
Replies: 196
Views: 52,638
Hi, I read the readme.txt file, but
what...
Hi, I read the readme.txt file, but
what does "CInterpolate" actually do?
Is this some sort of something like SVP? If so, can you provide a sample avs file how to use it exactly?
|