Log in

View Full Version : Any color advice about restoring old movies?


gatekeeper_007
9th September 2006, 18:51
...ok I've got some old movies that have a crapy color, I'm trying to fix that...
I've tried so far with : -RGBadjust(...) ,-Tweak(...), -ColorYUV(...)...but no luck!

The best results were with 'ColorYUV()'
but then again I can gain a tiny difference,
because either they'll start looking even more white(almost no color),
either the green will start replaceing/covering -for example the color from the hair wont be yellow any more but green-yellow.

6132


6133

...Any advice on how I could get rid of that white-red coloring ??

Thx.

Pookie
10th September 2006, 02:57
Maybe HdrAgc ?

hdragc(max_sat=1.2,coef_gain=0,coef_sat=2.5,reducer=1.2,corrector=0.9)

or, try cleaning the chroma planes

fft3dfilter(sigma=4,plane=3,degrid=1)