sonic41592
12th May 2020, 21:04
Hello, I've been having trouble finding a good filter for anti aliasing a particular NTSC DVD. I've included a sample of two VOBs that show the issue, stairs and intro. I have tried many different AA filters and found that McDAA3 works best for the stairs file, but barely fixes the noticeable aliasing on the intro file (especially the sliding part). However, DAA seems to work very well for the intro file, but blurs the staircase beyond recognition.
Samples:
https://mega.nz/folder/3UgxxY4J#jj2dBaK1wjQN3Zl-V-2S5g
The mkv files were all made using an AVISynth file similar to:
Mpeg2source("intro.d2v")
tfm(d2v="intro.d2v")
tdecimate(mode=1)
DAA
I believe the problem comes from the fact that the staircase has multiple single pixel rows of alternating black and white, which DAA sees as aliasing and tries to fix it. Are there any filters or mods that can properly handle the files? Any help is greatly appreciated, thanks in advance!
Samples:
https://mega.nz/folder/3UgxxY4J#jj2dBaK1wjQN3Zl-V-2S5g
The mkv files were all made using an AVISynth file similar to:
Mpeg2source("intro.d2v")
tfm(d2v="intro.d2v")
tdecimate(mode=1)
DAA
I believe the problem comes from the fact that the staircase has multiple single pixel rows of alternating black and white, which DAA sees as aliasing and tries to fix it. Are there any filters or mods that can properly handle the files? Any help is greatly appreciated, thanks in advance!