Woooo! Quick replies. Thankee kindly, guys!
Well, after doing some research on
AntiBlink, I've sure been bombarded with articles/posts/indecipherable techie discussions on how to get rid of this horrible rainbow effect. At least it's comforting to know it's a widespread problem.
(wait... that doesn't sound right)
It seems the one way that's guarenteed to work gloriously is by using the
SmartSmoother-IQ filter (11-200) in VirtualDub. Sadly, that results in
1fps encoding... which sucks. You can try using the filter in AviSynth instead, but the settings work differently, so what works in VirtualDub will give you a yucky blurry mess using AviSynth. I tried different settings, but I could never find a good equivilent. Too many rainbows got through.
AntiBlink was meant to fix that by doing the job by itself, but it's
also a slowpoke when encoding. That, and I could never get the settings right for that one either. Still too many rainbows got through.
...so then I thought:
"Hey! Why not use both?"
And I did. Here's my AVS Script:
-----------------------------------------------------------------------------
Import("C:\DVD\AviSynth-Plugins\vdub_filters.avs")
mpeg2source("C:\DVD\DVD\ARM.d2v")
BicubicResize(640,480,0,0.5)
Antiblink(15,20,false)
ConvertToRGB()
VD_SmartSmoothIQ(11, 80, true)
ConvertToYUY2()
Telecide(chroma=true,gthresh=50,guide=1,threshold=30)
Decimate(5)
-----------------------------------------------------------------------------
I had to copy n' paste those settings back and forth numerous times, putting one in front of the other, one after the other, etc, etc, until I found a sequence that worked
(AntiBlink after SmartSmoother has rainbows, Telecide before Resize gives rainbows, etc) . The one above worked the best, and the result is pretty darn spiffy. Check it out:
CLICK ME! (2.5MB)
Compared to the earlier one up top, I think the results pretty good. Sadly, while encoding with both SmartSmoother-IQ and AntiBlink may remove all rainbows, it also results with an encoding rate of
1fps.
With that in mind, you may ask
"Why not just dump both and use SmartSmoother-IQ in VirtualDub?" Well, because using both in AviSynth gives a much better video. Trust me, I tried both ways, and my AviSynth combo looks much
much better in comparison.
Thanks guys! I got my nice
Armitage III footage, plus one more AVS template if I ever come across the problem again!
Kisses XXOOXX
Jen
