2015-05-23, 02:37 PM
I assume you have a "sequence 02.avi" file...
If not, and you have just to merge chroma of the 01 and 01_1 files, just do this:
If not, and you have just to merge chroma of the 01 and 01_1 files, just do 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")
mergechroma(temp1,temp2)