Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- setmemorymax(800)
- dss2("[O_o]Neon Genesis EVANGELION Ep01cmxfm.mkv")
- # dss2("D:\Transcend\NGE\[Henshin] Shin Seiki Evangelion 01-26, Directors Cut 21-24 (R2DVD x264 720x480 AC3)\[Henshin]_Shin_Seiki_Evangelion_01_(R2DVD_x264_720x480_AC3).mkv")
- m=1 #stabilization amount, must be an odd number
- n=m+1
- # stabilization, idk if it's worth it. also denoises as a side-effect
- # temp = last.TemporalSoften(7,255,255,25,2)
- # Interleave(temp.Repair(last.TemporalSoften(1,255,255,25,2)),last)
- # DePan(last,blur=20,data=DePanEstimate(last,trust=0,dxmax=m,dymax=m,zoommax=1.2),offset=-1)
- # SelectEvery(2,0)
- # crop(n,n,-n,-n,align=true)
- #put this denoising on if you're not using stabiliation, else leave it off
- # super = MSuper(pel=2, sharp=1)
- # backward_vec2 = super.MAnalyse(isb = true, delta = 2, overlap=4)
- # backward_vec1 = super.MAnalyse(isb = true, delta = 1, overlap=4)
- # forward_vec1 = super.MAnalyse(isb = false, delta = 1, overlap=4)
- # forward_vec2 = super.MAnalyse(isb = false, delta = 2, overlap=4)
- # MDegrain2(super, backward_vec1,forward_vec1,backward_vec2,forward_vec2,thSAD=180)
- SRemoveDirtMC(6) #remove dust
- coloryuv(off_u=+5,off_v=+0) #colour correction
- # limiter()
- # histogram(mode="levels")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement