Advertisement
MessiAdizero

Captain America: The Winter Soldier (2014)-LolHD

Aug 4th, 2014
1,394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function FDeb(clip c) {
  2.   a = c
  3.   b = c.GradFun3(thr=0.45)
  4.   th_low  = 20
  5.   th_high = 35
  6.   dmask = b.levels(th_low,1.0,th_high,255,0,false)
  7.   h=a.mt_merge(b,dmask,U=3,V=3,luma=true)
  8.   repair(a, h, 15)
  9.   return last
  10. }
  11. FFVideoSource("source.mkv")
  12. Crop(0, 140, 0, -140)
  13. ConditionalFilter(last.FDeb(), f3kdb(Y=50, dither_algo=3, dynamic_grain=true, grainY=20, grainC=20), "SceneType", "<", "1")
  14. ConditionalReader("Cap.txt", "SceneType")
  15. Spline36Resize(1280,534)
  16.  
  17.  
  18. # Cap.txt
  19.  
  20. TYPE int
  21. DEFAULT 0
  22.  
  23. R 95 691 1
  24. R 775 1110 1
  25. R 5003 5083 1
  26. R 6414 6735 1
  27. R 7149 7212 1
  28. R 7427 8214 1
  29. R 11180 11608 1
  30. R 28558 28785 1
  31. R 28865 28927 1
  32. R 32367 32397 1
  33. R 32550 32708 1
  34. R 53776 54364 1
  35. R 96000 97350 1
  36. R 148891 148938 1
  37. R 150119 150156 1
  38. R 162207 162265 1
  39. R 162351 162356 1
  40. R 162422 162435 1
  41. R 162465 162498 1
  42. R 162798 162825 1
  43. R 169110 169127 1
  44. R 173184 173241 1
  45. R 173329 173435 1
  46. R 174339 174380 1
  47. R 174610 174710 1
  48. R 175593 175648 1
  49. R 185271 185446 1
  50. R 194719 195050 1
  51. R 195154 195266 1
  52.  
  53.  
  54. --crf 15.7 --level 4.1 --preset veryslow --bframes 10 --deblock -3:-3 --psy-rd 1.00:0.0 --aq-mode 3 --aq-strength 0.8 --qcomp 0.65 --ipratio 1.2 --pbratio 1.2 --zones=95,691,crf=13.5/775,1000,crf=13/5003,5083,crf=13.5/6414,6735,crf=13.5/7149,7212,crf=13.5/7427,8214,crf=14/11180,11261,crf=13.5/28558,28785,crf=13.5/28865,28927,crf=13/32367,32397,crf=13/32550,32708,crf=14/53776,54364,crf=13.5/96000,97350,crf=14/148891,148938,crf=13/150119,150156,crf=13/162207,162265,crf=13.5/162351,162356,crf=13.5/162422,162435,crf=13.5/162465,162498,crf=13.5/162798,162825,crf=13.5/169110,169127,crf=13.5/173184,173241,crf=13/173329,173435,crf=13.5/174339,174380,crf=13.5/174610,174710,crf=13.5/175593,175648,crf=13.5/185271,185446,crf=13.5/194719,195050,crf=14/195154,195266,crf=13.5 --b-pyramid normal --vbv-bufsize 62500 --vbv-maxrate 50000 --ssim --no-mbtree --no-dct-decimate --no-fast-pskip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement