logo Sign In

Post #635465

Author
Moth3r
Parent topic
Info: Films re-color timed on video releases
Link to post in topic
https://originaltrilogy.com/post/id/635465/action/topic#635465
Date created
23-Apr-2013, 3:17 AM

If you want to match on a frame by frame basis, you could use the function HistogramAdjust inside a ScriptClip.

HistogramAdjust only matches the luma, but with some clever use of UtoY and VToY you could use it to match all channels. (Similarly, I imagine a combination of ShowRed/Blue/Green and MergeRGB could be used to do the matching in RGB colourspace.)