2015-05-23, 01:47 PM
(2015-05-23, 12:46 PM)spoRv Wrote: Try this:
Code:setmemorymax(1024) # set this from 1/2 to 2/3 of your RAM (in MB)
temp1=AVISource("Sequence 01.avi")
temp2=AVISource("Sequence 01_1.avi")
source1=mergechroma(source1,source2)
source2=AVISource("Sequence 02.avi")
mergechroma(source1,source2)
Thanks for the reply, but I get the same "I don't know what "source 1" means" when using this script.