subcool
22nd July 2005, 09:19
I have rendered a clip in AFX i'd like to overlay on a video... i have read about the overlay() option in avs, tried a million different things but none work.
only thing that remotely works is
Overlay(base, overlay,mode="Blend",opacity=0.5)
But that is not what im looking for, does anyone have some tips on howto get this to work properly? without making the Base or Overlay transparent like the above code does...
only thing that remotely works is
Overlay(base, overlay,mode="Blend",opacity=0.5)
But that is not what im looking for, does anyone have some tips on howto get this to work properly? without making the Base or Overlay transparent like the above code does...