Alright, screenshot time.
To expand on what I've been working on, I've been experimenting with using a few avisynth filters I've previously never used, such as QTGMC for deinterlacing, GradFun2DBmod to remove color banding, and SSSharp for sharpening. The results so far are amazing.
For my v1 release, I used the unsharp mask filter in Premiere, which did a decent job, but unfortunately left unsightly jaggies everywhere. Also, I didn't use any noise filtering whatsoever (and it appears I forgot to deblock as well). Notice how much cleaner v2 is in comparison.
(Screens were taken using AvsPmod. First frame is the original interlaced source, the second is v1 taken from the DVD, the third is v2 without any color correction.)
Here is the workflow I'm using for v2:
- D2V source (Deblock, ColorMatrix)
- QTGMC (deinterlace)
- FFT3DFilter (denoise)
- GradFun2DBmod (remove color banding)
- SSSharp
Customized scripts will be created for the commercials and the animated segment. The output will then go into Premiere for color correction. The one thing I'm not really happy about at the moment is the ghosting, but I don't know of a good way to get rid of it.