NicholasDWolfwood
22nd July 2004, 00:26
Well, here's the problem.
I captured something off a crappy looking analogue MTV2 signal (give me a good looking MTV2 analogue, Comcast!)
However, I capped into MPEG-2 at 5600kbps. This isn't the problem though, the original signal looks shitty.
http://www.yourneighborsmom.com/nick/orig.png
That's a screengrab from the capped MPEG-2 through DGIndex and AVISynth, with this script:
Telecide(order=1,post=2,blend=false,vthresh=30,back=1)
Decimate(cycle=5,mode=3,quality=3)
Crop(0,0,-0,-2)
BicubicResize(720,480)
However, this:
http://www.yourneighborsmom.com/nick/filt.png
is the result of this script.
Telecide(order=1,post=2,blend=false,vthresh=30,back=1)
Decimate(cycle=5,mode=3,quality=3)
Crop(0,0,-0,-2)
BicubicResize(720,480)
RemoveGrain()
RemoveDirt()
cnr2()
msmooth()
temporalcleaner()
colorYUV(gain_u=15)
tweak(sat=1.2)
I don't know what other filters to use, but I need this to look somewhat decent, as it's going back to MPEG-2 for a DVD. Please don't suggest capping it over, as it's not going to be on the good MTV analogue in the next week or so.
I captured something off a crappy looking analogue MTV2 signal (give me a good looking MTV2 analogue, Comcast!)
However, I capped into MPEG-2 at 5600kbps. This isn't the problem though, the original signal looks shitty.
http://www.yourneighborsmom.com/nick/orig.png
That's a screengrab from the capped MPEG-2 through DGIndex and AVISynth, with this script:
Telecide(order=1,post=2,blend=false,vthresh=30,back=1)
Decimate(cycle=5,mode=3,quality=3)
Crop(0,0,-0,-2)
BicubicResize(720,480)
However, this:
http://www.yourneighborsmom.com/nick/filt.png
is the result of this script.
Telecide(order=1,post=2,blend=false,vthresh=30,back=1)
Decimate(cycle=5,mode=3,quality=3)
Crop(0,0,-0,-2)
BicubicResize(720,480)
RemoveGrain()
RemoveDirt()
cnr2()
msmooth()
temporalcleaner()
colorYUV(gain_u=15)
tweak(sat=1.2)
I don't know what other filters to use, but I need this to look somewhat decent, as it's going back to MPEG-2 for a DVD. Please don't suggest capping it over, as it's not going to be on the good MTV analogue in the next week or so.