View Single Post
Old 15th August 2019, 23:28   #7  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
This seems to kill most of the blends
Cdeblend( dclip=crop(last, 20,20,-20,-20))
srestore( speed=-22, dclip = crop(last, 20,20,-20,-20))
srestore( frate = 23.976, mode =4, speed=-22, dclip = crop(last, 20,20,-20,-20))

(translated from vapoursynth script)

clip = muf.Cdeblend(clip, dclip=core.std.CropRel(clip, 20,20,20,20))
clip = haf.srestore(clip, speed=-22, dclip = core.std.CropRel(clip, 20,20,20,20))
clip = haf.srestore(clip, frate = 23.976, mode =4, speed=-22, dclip = core.std.CropRel(clip, 20,20,20,20))
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database
ChaosKing is offline   Reply With Quote