PDA

View Full Version : cartoon filters?


gomezdegomera
11th January 2002, 21:21
I'd like to know which are the best avisynth filters to use to improve the encoding of a cartoon dvd.
Thanks:confused:

Nogami
15th January 2002, 12:20
Depends what the source is, but I find that adding a temporal filter that goes 2 frames in either direction does a nice job. It increases processing time a lot, but it sure looks nice.

I use this one:

TemporalSoften(2,5,20)

Gets rid of chroma noise very nicely.

N.

gomezdegomera
16th January 2002, 21:57
thanks