Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function FDeb(clip c) {
- a = c
- b = c.GradFun3(thr=0.45)
- th_low = 20
- th_high = 35
- dmask = b.levels(th_low,1.0,th_high,255,0,false)
- h=a.mt_merge(b,dmask,U=3,V=3,luma=true)
- repair(a, h, 15)
- return last
- }
- FFmpegSource2("D:\F2\STRETCH\F1_T2_Video - .mkv")
- Crop(0,140,0,-140)
- ConditionalFilter(last, f3kdb(dither_algo=3, dynamic_grain=true), "SceneType", "<", "1")
- ConditionalReader("D:\F2\STRETCH\F2.txt", "SceneType")
- Spline36Resize(1280,534)
- #################### F2.txt################################
- TYPE int
- DEFAULT 0
- R 2181 3473 1
- R 11397 13053 1
- R 25092 25487 1
- R 39581 40810 1
- R 44062 44142 1
- R 46034 48342 1
- R 55143 56281 1
- R 71399 71556 1
- R 109534 109719 1
- R 109907 110742 1
- R 117181 117422 1
- R 126111 126741 1
- R 126795 135648 1
- ################# .Zone and Sar ##################################
- --zones=0,528,crf=15.0/2181,3473,crf=15.0/11397,13053,crf=15.3/25092,25487,crf=15.0/39581,40810,crf=15.0/44062,44142,crf=15.0/46034,48342,crf=15.3/55143,56281,crf=15.3/71399,71556,crf=15.0/109534,109719,crf=15.0/109907,110742,crf=15.3/117181,117422,crf=14/126111,126741,crf=15.2/126795,135648,crf=18 --sar 801:800
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement