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.