I started to modify the script for 4 clips, but doing the calculations for the positions of each tumbnail is painful. So I rewrote the script using Layer. I think it makes a script more easier to read and modify: Here is the original function, rewritten using Layer: Code:
Actually that's what I'm referring to (codecs that returns RGB32). The divx3.11 codec returns RGB32 data only AFAIK, and with garbage in alpha. (Yes that's stupid for a MPEG type codec no to return YUY2, but that's the case). I don't know if we should reset alpha in AVISource, there might be codec out there that returns genuine alpha info.
i got it to open up but hte 4 windows are all black no imagepresent c1=AVISource("clip1.avi") c2=AVISource("clip2.avi") c3=AVISource("clip3.avi") c4=AVISource("clip4.avi") menu4(c1,"chapter 1",c2,"chapter 2",c3,"chapter 3",c4,"chapter 4","kaymans svcd",480,576,450)
--------------------------- Specializing in High Performance European Motorsports. www.teutonic.ca
Is your data RGB32 ? If yes, could you try this: c1=AVISource("clip1.avi") c2=AVISource("clip2.avi") c3=AVISource("clip3.avi") c4=AVISource("clip4.avi") c1=c1.Mask(BlankClip(c1,color=$FFFFFF)) c2=c2.Mask(BlankClip(c2,color=$FFFFFF)) c3=c3.Mask(BlankClip(c3,color=$FFFFFF)) c4=c4.Mask(BlankClip(c4,color=$FFFFFF)) menu4(c1,"chapter 1",c2,"chapter 2",c3,"chapter 3",c4,"chapter 4","kaymans svcd",480,576,450)
--------------------------- 1986 325e coupe 1987 325i sedan sold 1985 318i sedan sold 1985 318i sedan sold 1984 318i coupe sold 1967 C/10 SS 383 M21 2006 KX250 horsepower sells cars torque wins races. "caroll shelby".