-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDeinterlace.avs
More file actions
16 lines (12 loc) · 873 Bytes
/
Copy pathDeinterlace.avs
File metadata and controls
16 lines (12 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#Deinterlace
tdeint(mode=2, order=-1, field=-1, mthreshL=6, mthreshC=6, map=0, type=2, debug=false, mtnmode=1, sharp=true, cthresh=6, blockx=16, blocky=16, chroma=true, MI=64, tryWeave=true, link=1, denoise=true, slow=2)
#Bob-Deinterlace
tdeint(mode=1, order=-1, field=-1, mthreshL=6, mthreshC=6, map=0, type=2, debug=false, mtnmode=1, sharp=true, cthresh=6, blockx=16, blocky=16, chroma=true, MI=64, tryWeave=true, link=1, denoise=true, slow=2)
#Bob-Deinterlace
QTGMC(Preset="placebo", Sharpness=1.00)
#Deinterlace and resize DVD 720x480 to 1280x720 progressive
tdeint(mode=2, order=-1, field=-1, mthreshL=6, mthreshC=6, map=0, type=2, debug=false, mtnmode=1, sharp=true, cthresh=6, blockx=16, blocky=16, chroma=true, MI=64, tryWeave=true, link=1, denoise=true, slow=2)
crop(4,0,-4,0)
Normalize(0.22)
AddBorders(106,0,106,0)
Spline36Resize(1280, 720)