View Single Post
Old 30th October 2008, 05:35   #4  |  Link
kemuri-_9
Compiling Encoder
 
kemuri-_9's Avatar
 
Join Date: Jan 2007
Posts: 1,348
so you're trying to get 'clip2' overlayed onto 'a' right?

then after the a = trim(...) line you should be able to do
a = Overlay(a, clip2, mode="blend", opacity=0.5)
before the
c = a.ColorMatrix()... line so it'll be changed in time for c
__________________
custom x264 builds & patches | F@H | My Specs
kemuri-_9 is offline   Reply With Quote