PDA

View Full Version : What is this artifact called (short vid)?


jellysandwich
9th August 2005, 21:50
http://jellysandwich.info/js/artifact.avi

(The bottom right part of his face).

js

jellysandwich
11th August 2005, 22:04
Perhaps I should have put this in the
avs subforum?

js

jel
12th August 2005, 01:37
moved to avisynth forum
maybe some of the gurus here can help you out :)

neuron2
12th August 2005, 04:04
Ahh, Cowboy Bebop. Ask manono!

MOmonster
12th August 2005, 08:47
I think this is called rainbowing. There are some filter against this artefacts, like derainbow or SmartSSIQ. Just search for some keywords. :)

hartford
13th August 2005, 03:28
I agree that it is called "rainbow."

I did a quick try at cleaning it. Not claiming it as best way.



BiFrost(interlaced=false,scenelumathresh=1.5,variation=2)
BiFrost(interlaced=false,scenelumathresh=1.25,variation=2)
BiFrost(interlaced=false,scenelumathresh=1.2,variation=2)


Loaded into VDub and using internal "temporalsmoother" set to "5"

Looked good.

For Avisynth only setup, try "TemporalSoften(4,4,8,8,2)"

I find that the Vdub internal TemporalSmoother is better than the Avisynth TemporalSoften. Of course, it requires a color remapping, more hard drive space, etc...

sh0dan
13th August 2005, 11:06
I actually made my "Rainbow killer" using Cowboy Bebop as reference. You can find it:

http://forum.doom9.org/showthread.php?t=62873&page=1&pp=40&highlight=rainbow+killer

There are plenty of other great filters out there, but this one did the job nicely for C.B.

jellysandwich
13th August 2005, 15:53
Cool. I'll try that out and see how it
works.

Thanks for the help everyone.

js