Advertisement
eXmendiC

CR + AT-X

Sep 12th, 2016
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. LWLibavVideoSource("C:\Users\Misaki\Desktop\HxH\[HorribleSubs] Masou Gakuen HxH - 10 [1080p].mkv").assumefps(24000,1001)
  2. cr = last.crop(2,0,-2,0).Spline16Resize(1920,1080)
  3.  
  4. LWLibavVideoSource("C:\Users\Misaki\Desktop\HxH\HxH_10_AT-X HD.ts")
  5. c0=JIVTC(0,draft=false,thr=15)
  6. c1=JIVTC(1,draft=false,thr=15)
  7. c2=JIVTC(2,draft=false,thr=15)
  8. c3=JIVTC(3,draft=false,thr=15)
  9. c4=JIVTC(4,draft=false,thr=15)
  10. c1.trim(215,7265) ++ c3.trim(7504,18269) ++ c0.trim(18271,34501) #ep10
  11. atx = last.crop(2,0,-2,0).Spline16Resize(1920,1080)
  12.  
  13. ReplaceFramesSimple(cr, atx, mappings="[10203 10302] [16711 16841] [17101 17153] [17245 17364] [22746 22793]") #ep10
  14.  
  15. Dither_convert_8_to_16()
  16. Gradfun3mod(resizer="Gauss",p=45,lsb_in=true,lsb=true)
  17. Dither_add_grain16(0.2, 0, 100)
  18.  
  19. #ep10
  20. grain=Dither_add_grain16(10, 0, 10)
  21. rfs(grain,"[1330 1432][7673 7836] [10203 10203] [23130 24038] [24189 24241]")
  22.  
  23. Dither_quantize(10,mode=8,reducerange=true)
  24. Dither_out()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement