View Single Post
Old 16th August 2019, 16:43   #8  |  Link
terminator3
Registered User
 
Join Date: Jan 2009
Posts: 31
Quote:
Originally Posted by ChaosKing View Post
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))
What do I put at the end of everything in the script? ok for normal? or just for steam?
terminator3 is offline   Reply With Quote