PDA

View Full Version : Multiple Videos Side by Side


ShaoMonk
3rd June 2005, 06:21
Hi..

i have problems trying 4 Videos side by side

i tried with StackHorizontal(clip1,clip2)
but if i add two more .. i get 4 videos horizontally..

but i want to add 2 more.. so it looks like;

Video - Video
Video - Video

so 4 Videos does fill the window. This is how i want to get.

but i cant get it seemed to work..

i only get either [ Video - Video - Video - Video ] as horizontally
or
Video
Video
Video
Video
as vertically

how can i fix this script please.

neuron2
3rd June 2005, 06:37
a=stackhorizontal(clip1,cip2)
b=stackhorizontal(clip3,clip4)
stackvertical(a,b)

hyperenrgy
3rd June 2005, 16:54
^^^ yeah

Wilbert
3rd June 2005, 17:23
@hyperenrgy,

This is not a chat board. If you have something useful to add, say it, otherwise don't :)

ShaoMonk
4th June 2005, 21:15
thanks a lot.. it works now..

however i do get very slow response of the videos.. do i need to have more ram.. to have all 4 videos to be running at normal speed ?? or is there other way ?..

right now i have 256 MB DDR Ram

lexor
5th June 2005, 18:29
thanks a lot.. it works now..

however i do get very slow response of the videos.. do i need to have more ram.. to have all 4 videos to be running at normal speed ?? or is there other way ?..

right now i have 256 MB DDR Ram
I think it's more of a CPU thing, 4 videos are hard to decode simultaneously (and considering there could be audio it's even more complicated), especially if they done in fancy formats with fancy options like xvid or h.264, but even older and less advanced codecs would give your poor cpu headache if you put too many on at once.

hyperenrgy
8th June 2005, 18:57
@hyperenrgy,

This is not a chat board. If you have something useful to add, say it, otherwise don't :)


that hurt :(