Chainmax
9th April 2007, 16:44
The source was a ~3Hr VHS which was put on a single layer DVD. Since I don't have a capture card yet, I wanted to make a more watchable version of this. Here's a sample clip:
http://www.bestsharing.com/files/EXwYDE259573/Sample.demuxed.m2v.html
And here's the script I came up with so far:
MPEG2Source("X:\wherever\myd2v.d2v",info=3)
ColorMatrix(hints=true)
FFT3DFilter(sigma=6,plane=3,bw=32,bh=32,bt=3,ow=16,oh=16)
DeBlock_QED(quant1=35,aOff1=16,quant2=45,aOff2=6)
DeGrainMedian()
Crop(0,0,714,576,align=true)
Spline36Resize(672,544)
dull=last
sharp=dull.LimitedSharpenFaster(SMode=4,Strength=150)
Soothe(sharp,dull,25)
gradfun2db()
AddGrain(5,0,0)
AddBorders(24,16,24,16)
Levels(30,1,220,16,235)
The AddGrain line will probably go away, since the grain makes the output worse in some scenes.
http://www.bestsharing.com/files/EXwYDE259573/Sample.demuxed.m2v.html
And here's the script I came up with so far:
MPEG2Source("X:\wherever\myd2v.d2v",info=3)
ColorMatrix(hints=true)
FFT3DFilter(sigma=6,plane=3,bw=32,bh=32,bt=3,ow=16,oh=16)
DeBlock_QED(quant1=35,aOff1=16,quant2=45,aOff2=6)
DeGrainMedian()
Crop(0,0,714,576,align=true)
Spline36Resize(672,544)
dull=last
sharp=dull.LimitedSharpenFaster(SMode=4,Strength=150)
Soothe(sharp,dull,25)
gradfun2db()
AddGrain(5,0,0)
AddBorders(24,16,24,16)
Levels(30,1,220,16,235)
The AddGrain line will probably go away, since the grain makes the output worse in some scenes.