Itness
8th September 2009, 02:09
I've been attempting to encode a crappy DVD source (which I own), and have tried many methods of deinterlacing. TempGaussMC seems to do the best job, but there is still some residual aliasing inherited from the source that I can't get rid of. I tried various antialiasing scripts, including sangnom, Soulhunter's SAA, and SpikeSpiegel's script. No dice.
Here is a 10 sec. sample of the source, plus an avi made using TGMC (6 MB):
http://rapidshare.com/files/277034184/itness-IVNF.rar
Here are two screencaps of the same frame (#150), first from the source, the second from the TGMC'ed avi:
http://img196.imageshack.us/img196/4249/frame150source.th.png (http://img196.imageshack.us/i/frame150source.png/) http://img80.imageshack.us/img80/8600/frame150tgmc.th.png (http://img80.imageshack.us/i/frame150tgmc.png/)
The picture is surprisingly stable with TGMC, but there are two problem areas with aliasing that are still shimmering in the vid: the left front edge of the desk, and the notebooks on the back counter. They are most noticeable when the woman is sitting down and the few seconds afterward.
Anybody have any suggestions for further calming/stabilizing those areas?
For the record, I tried MCBob, TDeint w. nnedi2, yadifmod w. nnedi2, yadif, and LeakKernelDeint, but nothing came close to TGMC.
Here's the script I used:
Import("C:\Program Files\AviSynth 2.5\plugin\TempGaussMC_beta1mod.avs")
mpeg2source("C:\Videos\clip.d2v")
TempGaussMC_beta1mod().selecteven()
Here is a 10 sec. sample of the source, plus an avi made using TGMC (6 MB):
http://rapidshare.com/files/277034184/itness-IVNF.rar
Here are two screencaps of the same frame (#150), first from the source, the second from the TGMC'ed avi:
http://img196.imageshack.us/img196/4249/frame150source.th.png (http://img196.imageshack.us/i/frame150source.png/) http://img80.imageshack.us/img80/8600/frame150tgmc.th.png (http://img80.imageshack.us/i/frame150tgmc.png/)
The picture is surprisingly stable with TGMC, but there are two problem areas with aliasing that are still shimmering in the vid: the left front edge of the desk, and the notebooks on the back counter. They are most noticeable when the woman is sitting down and the few seconds afterward.
Anybody have any suggestions for further calming/stabilizing those areas?
For the record, I tried MCBob, TDeint w. nnedi2, yadifmod w. nnedi2, yadif, and LeakKernelDeint, but nothing came close to TGMC.
Here's the script I used:
Import("C:\Program Files\AviSynth 2.5\plugin\TempGaussMC_beta1mod.avs")
mpeg2source("C:\Videos\clip.d2v")
TempGaussMC_beta1mod().selecteven()