logo Sign In

Post #662361

Author
You_Too
Parent topic
Info: New colormatching script
Link to post in topic
https://originaltrilogy.com/post/id/662361/action/topic#662361
Date created
28-Sep-2013, 11:57 AM

Chewtobacca said:

Could someone tell me if this the correct way to apply the difference between two clips to a third?

a=Avisource()

b=Avisource()

c=Avisource()

RGBMatch(b,a,c)

Just checking...

In your case (B,A,C), B would be your color reference, A would be the clip it would try to colormatch to B and it would then apply those color changes to C.