Skip to content

Instantly share code, notes, and snippets.

@AlucardSama04
Created March 17, 2019 06:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlucardSama04/421d4d67c085f9499fbd9206fb52a790 to your computer and use it in GitHub Desktop.
Save AlucardSama04/421d4d67c085f9499fbd9206fb52a790 to your computer and use it in GitHub Desktop.
Exemplu de Script AviSynth
src = "G:\[HorribleSubs] Sword Art Online - Alicization - 22 [1080p].mkv"
FFVideoSource(src)
ConvertToYV12()
EdgeCleaner(hot=true) #Dering
AutoDeblock2() #Deblocking
pf = RemoveGrain(mode=17).FluxSmooth_FluxSmoothST(7,7) #PreFilter for SMDegrain
SMDegrain(plane=0,tr=2,blksize=16,pel=1,subpixel=3,prefilter=pf,thSAD=75,thSADC=0,lsb=false,lsb_in=false,lsb_out=false) #Degrain
AntiAliasing(th_luma=48, th_croma=48, type="roberts", aath=48) #Anti-Aliasing
Dither_convert_8_to_16()
Downscale444(w=1280, h=720, inv=false, kernelY="bilinear", kernelUV="spline36", tapsY=5, tapsUV=4, lsb=true, lsb_in=true) #Resize
DitherPost()
flash3kyuu_deband_flash3kyuu_deband(dither_algo=3, sample_mode=2) #Debanding
@kedaitinh12
Copy link

Can you share me autodeblock2 script?? I search everywhere but can't find out

@AlucardSama04
Copy link
Author

AlucardSama04 commented Sep 20, 2020 via email

@kedaitinh12
Copy link

Victor D. Ho#0109

@kedaitinh12
Copy link

Give me your discord.

On Sun, Sep 20, 2020, 07:55 kedaitinh12 @.> wrote: @.* commented on this gist. ------------------------------ Can you share me autodeblock2 script?? I search everywhere but can't find out — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://gist.github.com/421d4d67c085f9499fbd9206fb52a790#gistcomment-3460377, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKFXGELGM733OVB2USY37RTSGWDMRANCNFSM4RTNRQGQ .

Victor D. Ho#0109

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment