Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ################ AVSPMOD################
- 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\The.Imitation.Game.2014.COMPLETE.BLURAY-PCH\1_2_video.mkv")
- Crop(0,140,0,-140)
- ConditionalFilter(last, f3kdb(dither_algo=3, dynamic_grain=true), "SceneType", "<", "1")
- ConditionalReader("F2.txt", "SceneType")
- ################ CF2.TXT################
- TYPE int
- DEFAULT 0
- R 4601 5321 1
- R 9202 9922 1
- R 12206 12225 1
- R 12290 12380 1
- R 21362 22802 1
- R 24102 24822 1
- R 39110 40070 1
- R 41030 41510 1
- R 43906 47328 1
- R 55214 55934 1
- R 58171 62115 1
- R 65635 66595 1
- R 93666 94866 1
- R 94323 100563 1
- R 100739 101679 1
- R 106483 107683 1
- R 107798 108758 1
- R 112399 113599 1
- R 116277 118677 1
- R 136062 138362 1
- ################ ZONE################
- --zones 4601,5321,crf=18.0/9202,9922,crf=18.0/12206,12229,crf=18.0/12290,12380,crf=18.0/21362,22802,crf=18.0/24102,24822,crf=18.0/39110,40070,crf=18.0/41030,41510,crf=18.0/43906,47328,crf=18.0/55214,55934,crf=18.0/58171,62115,crf=18.0/65635,66595,crf=18.0/93666,94866,crf=18.0/94323,100563,crf=18.0/100739,101679,crf=18.0/106483,107683,crf=18.0/107798,108758,crf=18.0/112399,113599,crf=18.0/116277,118677,crf=18.0/136062,138362,crf=18.0/157096,164326,crf=22.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement