multiple videos to one output
hello, i need to play 9 videos simultanously to one same video output.
i use alphablend to composit the image and this works fine, but using 9 jit.qt.movie at the same time decreases a lot the image quality and the speed of the animation by the time i get to the last animation played.
i use 720 575 jpgA 6 seconds animations.
yhanx for anyhelp
kranky
disk speed is your primary bottleneck
distribute the movies across disks or try loading movies to ram (or
use a ram disk)
also try "@colormode uyvy" to cut the compositing cpu load in half.
-dek