Advertisement
Guest User

Untitled

a guest
Oct 28th, 2014
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. function FDeb3(clip c) {
  2. a = c
  3. b = c.f3kdb(Y=200, Cb=0, Cr=0, dither_algo=3, dynamic_grain=false, grainY=0, grainC=0)
  4. th_low = 10
  5. th_high = 25
  6. dmask = b.levels(th_low, 1.0, th_high, 255, 0, false)
  7. a.mt_merge(b, dmask, U=3, V=3, luma=true)
  8. return last
  9. }
  10. FFvideoSource("Sauce.mkv")
  11. Trim(24, 0)
  12. Trim(0, 320)+Trim(321, 3790).Crop(0, 0, 0, -12).BalanceBorders(0, 2, 0, 0).AddBorders(0, 6, 0, 6)+Trim(3791, 0)
  13. FillMargins(1, 0, 1, 0)
  14. BalanceBorders(0, 0, 3, 2)
  15. FDeb3()
  16. Trim(0, 750).f3kdb(Y=100, grainY=40, grainC=40, dynamic_grain=true)+\
  17. Trim(751, 139512).f3kdb(Y=64, grainY=40, grainC=40, dynamic_grain=true)+\
  18. Trim(139513, 0).f3kdb(Y=100, grainY=40, grainC=40, dynamic_grain=true)
  19. Spline36Resize(1278, 720, 1, 0, -1, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement