logo Sign In

Post #662355

Author
Chewtobacca
Parent topic
Info: New colormatching script
Link to post in topic
https://originaltrilogy.com/post/id/662355/action/topic#662355
Date created
28-Sep-2013, 10:07 AM

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...