Advertisement
nangua0302

Hope and Glory Script

Nov 19th, 2017
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Avisynth Script
  2. ffvideosource("E:\Movies\Hope.and.Glory.1987.BluRay.Remux.1080p.AVC.DTS-HD.MA.2.0-HiFi.mkv")
  3. Crop(62, 0, -62, -0)
  4. FixColumnBrightness(2, 16, 193, 16, 186).FixColumnBrightness(1, 16, 128, 16, 235).FixColumnBrightness(1793, 16, 195, 16, 185).FixColumnBrightness(1794, 16, 135, 16, 235)
  5. spline36resize(1196, 720, 1, 0, -1, 0)
  6. StackHorizontal(FixColumnBrightness(1, 16, 192, 16, 188).FixColumnBrightness(0, 16, 170, 16, 210).fillmargins(1, 0, 0, 0).balanceborders(0, 0, 2, 0, thresh=20, blur=20).smoothtweak(saturation=1.1).crop(0, 0, 2, 0), crop(2, 0, -2, 0), FixColumnBrightness(1194, 16, 192, 16, 188).FixColumnBrightness(1195, 16, 175, 16, 205).fillmargins(0, 0, 1, 0).balanceborders(0, 0, 0, 2, thresh=128, blur=128).smoothtweak(saturation=1.1).crop(1194, 0, 0, 0))
  7. StackVertical(FixRowBrightness(1, 16, 191, 16, 188).FixRowBrightness(0, 16, 184, 16, 198).balanceborders(2, 0, 0, 0, thresh=36, blur=36).smoothtweak(saturation=1.12).crop(0, 0, 0, 2), crop(0, 2, 0, -2), FixRowBrightness(718, 16, 191, 16, 189).FixRowBrightness(719, 16, 184, 16, 196).balanceborders(0, 2, 0, 0, thresh=48, blur=48).smoothtweak(saturation=1.1).crop(0, 718, 0, 0))
  8. deband1=mt_merge(last,f3kdb(dither_algo=3,y=48, cb=40,cr=40,grainy=56,grainc=56,random_algo_grain=2,dynamic_grain=true),mt_binarize(36,true),u=3,v=4)
  9. deband2=mt_merge(last,f3kdb(dither_algo=3,y=20, cb=0,cr=0,grainy=20,grainc=20,random_algo_grain=2,dynamic_grain=true),mt_binarize(36,true),u=3,v=4)
  10. ConditionalFilter(last, deband1, "SceneType", "<", "1")
  11. ConditionalFilter(last, deband2, "SceneType", "<", "2")
  12. ConditionalReader("E:\Desktop\Hope and Glory deband.txt", "SceneType")
  13.  
  14.  
  15. Hope and Glory deband.txt
  16.  
  17. type int
  18. default 0
  19.  
  20. R 9162 9307 1
  21. R 13615 13652 1
  22. R 33882 34007 1
  23. R 52347 52435 1
  24. R 55214 55236 1
  25. R 55263 55318 1
  26. R 55361 55365 1
  27. R 55368 55386 1
  28. R 55401 55422 1
  29. R 55426 55429 1
  30. R 58307 58311 1
  31. R 58336 58347 1
  32. 58349 1
  33. R 58354 58355 1
  34. R 58754 58776 1
  35. R 58785 58789 1
  36. R 59485 59500 1
  37. R 59710 59879 1
  38. R 59903 59946 1
  39. R 59951 59982 1
  40. R 59986 59991 1
  41. R 59993 60013 1
  42. R 60016 60041 1
  43. R 60057 60094 1
  44. R 60098 60132 1
  45. R 60135 60145 1
  46. R 60148 60154 1
  47. R 60221 60222 1
  48. R 84088 84191 1
  49. R 84423 84479 1
  50. R 87145 87225 1
  51. R 88798 88810 1
  52. R 90634 90821 1
  53. R 92630 92910 1
  54. R 105556 105591 1
  55. R 105685 105718 1
  56. R 107598 107759 1
  57. R 110474 110527 1
  58. R 110582 110584 1
  59. R 113637 113670 2
  60. R 113764 113871 2
  61. R 113890 113991 2
  62. R 113993 114299 2
  63. R 114613 115050 2
  64. R 115065 115388 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement