Advertisement
junh1024

KDS 720p

Aug 16th, 2014
719
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. setmemorymax(800)
  2. w=1288
  3. h=728
  4.  
  5. m=3
  6. n=4
  7.  
  8. dss2("[Kamigami] Kiki's Delivery Service [BD]2.mkv")
  9.  
  10. spl=spline36resize(w,h)
  11. # dither_convert_8_to_16().Dither_resize16(w,h,invks =true ,kernel="bicubic").DitherPost().repair(spl)
  12. spl
  13.  
  14. # awarpsharp2(30)
  15. # vmtoon(thinning=0,xstren=0,strength=30) #xstren is the sharpening amouint, strength is the linedarkening amount)
  16.  
  17. temp = last.TemporalSoften(7,255,255,25,2)
  18. Interleave(temp.Repair(last.TemporalSoften(1,255,255,25,2)),last)
  19. DePan(last,blur=20,data=DePanEstimate(last,trust=0,dxmax=m,dymax=m,zoommax=1.2),offset=-1)
  20. SelectEvery(2,0)
  21.  
  22. crop2(n,n,-n,-n)
  23.  
  24. SRemoveDirtMC(6)
  25.  
  26. coloryuv(off_u=+2,off_v=-2,off_y=-1)
  27.  
  28. # unfilter(40,40)
  29.  
  30. # tweak(sat=5)
  31. # limiter()
  32. # histogram(mode="levels")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement