Advertisement
mawen1250

Clannad AS BDrip v3 by mawen1250

Jul 2nd, 2012
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #MP_Pipeline("""
  2.  
  3. ### platform: win32
  4.  
  5. SetMemoryMax(400)
  6.  
  7. src = "I:\11\[KUNO-DIY][Love Again][BDMV][CLANNAD AFTER STORY][Blu-ray BOX Disc 1-5 Fin]\CLANNAD_AFTER_STORY_1\BDMV\STREAM\00000.m2ts"
  8. FFIndex(src, demuxer="lavf")
  9. FFVideoSource(src, seekmode=-1, threads=1)
  10. #DSS2(src)
  11.  
  12. emask   = last.tcanny(sigma=1.2, mode=1, plane=1)
  13.  
  14. ### export clip: emask
  15.  
  16. ### prefetch: 64, 8
  17.  
  18. ### ###
  19.  
  20. ### platform: win32
  21.  
  22. SetMemoryMax(1200)
  23.  
  24. src     = last
  25.  
  26. OP      = 1486
  27. OPa     = OP + 935
  28. OPb     = OP + 986
  29.  
  30. aacs    = src.CSmod(chroma=false, Smode=3, Smethod=1, strength=100, preblur=1, thr=1, Tlimit=false, ss_w=1.50, ss_h=1.50, Repmode=13, filter_ss="SangNom(aa=48).TurnRight().SangNom(aa=48).TurnLeft()")
  31.  
  32. aamask  = emask.mt_lutxy(src.mt_deflate(U=1, V=1), "y 96 < x 32 <= 0 x 32 - 4 << ? x 64 <= 0 x 64 - 3 << ? ?", U=1, V=1).RemoveGrain(20, -1).mt_inflate(U=1, V=1)
  33. aaed8   = mt_merge(src, aacs, aamask, luma=false, U=2, V=2)
  34.  
  35. part1   = DSS2("Clannad AS part1.avi").AssumeFPS(24000, 1001)
  36.  
  37. aaed8.Trim(0, OPa-1)+part1+aaed8.Trim(OPb+1, 0)
  38.  
  39. ### export clip: emask
  40.  
  41. ### ###
  42.  
  43. SetMemoryMax(1200)
  44.  
  45. aaed16  = last.U16
  46.  
  47. nr16    = aaed16.Dither_resize16(aaed16.width(), aaed16.height()/2, kernel="Gauss", a1=24, fh=-1, fv=-1, Y=3, U=1, V=1).MergeChroma(aaed16)
  48. noise   = Dither_makediff16(aaed16, nr16, Y=3, U=1, V=1)
  49.  
  50. db      = nr16.f3kdb(range=12, Y=40, Cb=36, Cr=36, grainY=0, grainC=0, input_mode=1, output_mode=1)
  51. dbl     = db.Dither_limit_dif16 (nr16, thr=0.25, elast=3.0, Y=3, U=3, V=3)
  52. dbed    = Dither_add16(dbl, noise, Y=3, U=2, V=2, dif=true)
  53.  
  54. dbmask  = emask.mt_lut("x 2 > x 2 - 6 << 0 ?", Y=3, U=1, V=1)
  55.  
  56. Dither_merge16_8(dbed, aaed16, dbmask, luma=true)
  57. #Dither_y_gamma_to_linear(curve="709").Dither_resize16(1280, 720).Dither_y_linear_to_gamma(curve="709")
  58. Down10(stack=false)
  59.  
  60. #""")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement