zee944
18th March 2008, 14:29
Hey Everyone,
I have to calibrate colors on two videos scene by scene to each other (they're made about the same subject but taken from two different sources). Usually it's enough for me to adjust the average colour levels (R, G, B) to be the same, and I used to do it with RGBAdjust() but this video has about 100 scenes. So playing around with RGBAdjust()'s values in Avisynth to get the same RGB levels (taken from RGBAdjust(analyze=true) on the other video) would be very time consuming and tiresome. Imagine doing this one by one.
There must be a VirtualDub filter which shows the current values like RGBAdjust(analyze=true) does while I'm adjusting the R,G,B levels with the sliders so I don't have to modify a script each time and load it again and again in VirtualDub to see how it turned out.
And of course it would be very pleasant if I could load this VirtualDub filter later in AviSynth after I found out the needed values, but maybe I'm just dreaming...
Can anyone give me suggestions? It would be life-saver... Pretty please :)
P.S.: I've tried ColourLike() for automatic matching, but that's not really good for my purpose.
I have to calibrate colors on two videos scene by scene to each other (they're made about the same subject but taken from two different sources). Usually it's enough for me to adjust the average colour levels (R, G, B) to be the same, and I used to do it with RGBAdjust() but this video has about 100 scenes. So playing around with RGBAdjust()'s values in Avisynth to get the same RGB levels (taken from RGBAdjust(analyze=true) on the other video) would be very time consuming and tiresome. Imagine doing this one by one.
There must be a VirtualDub filter which shows the current values like RGBAdjust(analyze=true) does while I'm adjusting the R,G,B levels with the sliders so I don't have to modify a script each time and load it again and again in VirtualDub to see how it turned out.
And of course it would be very pleasant if I could load this VirtualDub filter later in AviSynth after I found out the needed values, but maybe I'm just dreaming...
Can anyone give me suggestions? It would be life-saver... Pretty please :)
P.S.: I've tried ColourLike() for automatic matching, but that's not really good for my purpose.