I'm having trouble filtering the R1 Black Cat DVDs. I have my footage filtered to where I'm satisfied with the color depth and overall saturation. My biggest problem is pixilation No matter what I try I can't seem to smooth out these scenes, and I'm about all out of patience.
Can anyone help me out?
Here are a couple of examples of these scenes . . .
http://i219.photobucket.com/albums/cc78 ... Clip10.png
http://i219.photobucket.com/albums/cc78 ... clip20.png
This is my current script:
- MPEG2Source("C:\Documents and Settings\o\My Documents\AMV Stuff\Black Cat\1-4.d2v")
ConvertToYV12()
Telecide(order=1)
Decimate(Cycle=5, mode=3, Threshold=1.0)
Deen("w3d",3,4,6)
Tweak(cont=1.1,sat=1.5,bright=0,hue=.2)
FluxSmoothT()
TemporalCleaner()
VagueDenoiser(threshold=1.5,method=1,nsteps=6,chromaT=2.0)
WarpSharp(Depth=128, Blur=3, Bump=128, Cubic=0.6)
Crop(8,4,-8,-4)
LanczosResize(848,480)
ConvertToRGB32()