Advertisement
astalush

Filtre debanding

Sep 2nd, 2019
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. fix1=last.f3kdb(range=31, y=100, sample_mode=2, dynamic_grain=true, keep_tv_range=true)
  2. fix2=last.gradfun2dbmod(str=0.5, thr=1.2, custom="grainfactory3(2, 2, 1)")
  3. fix3=last.gradfun2dbmod(str=0.5, thr=1.1, custom="grainfactory3(1, 1, 0)")
  4. ConditionalFilter(last, fix1, "SceneType", "<", "1")
  5. ConditionalFilter(last, fix2, "SceneType", "<", "2")
  6. ConditionalFilter(last, fix3, "SceneType", "<", "3")
  7. ConditionalReader("fixhyb.txt", "SceneType")
  8.  
  9. =====================================
  10.  
  11. type int
  12. default 0
  13.  
  14.  
  15. R 0 466 1
  16. R 5175 5225 2
  17. R 6999 7147 3
  18. R 7212 7349 2
  19. R 7430 7501 2
  20. R 7501 7541 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement