PDA

View Full Version : Problem with DeRainbow


alexh110
6th May 2008, 17:47
I'm having problems getting sh0dan's DeRainbow filter to work.

Can someone explain to me in simple terms how the sample script works, and where to insert the filename/path to the clip I want processing?

Also which versions of MSharpen and Masktools do I need to install, and are these for Virtual Dub or AviSynth?

Blue_MiSfit
6th May 2008, 22:14
I'm not sure on all the specifics, but I do know one thing.

Rainbow and dot crawl removal should always be done before IVTC / Deinterlacing.

~MiSfit

Ranguvar
7th May 2008, 01:04
Definitely AviSynth, that's what you're using.

Get the latest versions. If that doesn't work, use a 1.x of MaskTools, but I think DeRainbow needs 2.x.

You just get your source, and then process, for example:

DirectShowSource("C:\video.avi")
DeRainbow()

thetoof
7th May 2008, 03:58
The Tcomb package is also very good at removing rainbows and dot crawl. The guide is quite easy to follow.