Log in

View Full Version : Color Correction?


Dot50Cal
23rd December 2007, 23:51
Hello, I have two clips from the same source. One is recorded using and interlaced mode, and another is using a hacked in progressive mode. Since I would like to skip de-interlacing I'd like to use the progressive mode however there is a slight problem. It seems to add in a red tint to the image.

Is there any way to combat this to correct the levels to what they should be? I have two lossless images of the sources. Is there an Avisynth plugin which I can use to accomplish this?

Interlaced Source (Correct colors)
http://dot50cal.the-horror.com/accurate.png
(http://dot50cal.the-horror.com/accurate.png)

Progressive Source (Incorrect colors)
http://dot50cal.the-horror.com/inaccurate.png
(http://dot50cal.the-horror.com/inaccurate.png)

themostestultimategenius
25th December 2007, 11:40
tweak(hue=??)
#eg tweak(hue=-10)

Or set the colour balance thingy in FFDShow and use DirectShowSource.

http://img26.picoodle.com/img/img26/5/12/25/f_untitledm_d79c0f0.png

Does anybody know how to do this with AviSynth without having to use DirectShowSource?

Wilbert
25th December 2007, 14:06
Use RGBAdjust.

Dot50Cal
25th December 2007, 22:12
Use RGBAdjust.

Aye :) Thanks much, that helped a bunch.