Video place behavior using cuelist
Moderator: MADRIX Team
Video place behavior using cuelist
We are having trouble understanding storage place video behavior. We want to do the following for a permanent installation:
I believe Madrix 2 had a different behavior in this regard. Did this change?
Any help with this is much appreciated.
- • Create Madrix setup with 350 videos in storage places
• Create a cuelist with all 350 videos in a row.
• Each video is 30 seconds long
• We set each cue in the cuelist to 29 seconds for 1 second crossfade
• Play the cuelist over and over such that- • When cue/place 1 is done playing, that video resets to beginning and waits
• Then when we play cue/place 350 and loop around cue 1 starts from the beginning
- • When cue/place 1 is done playing, that video resets to beginning and waits
I believe Madrix 2 had a different behavior in this regard. Did this change?
Any help with this is much appreciated.
Re: Video place behavior using cuelist
Yes, the behavior did change for MADRIX 3. But we will check if we bring back the original behavior with the next update.
However, we can already bring it back today using a very short Macro for the SCE Video Effect.
We can use:
@scriptname="";
@author="";
@version="";
@description="";
void InitEffect()
{
if(!GetVideoRunning())
StartVideo();
}
void PreRenderEffect()
{
}
void PostRenderEffect()
{
}
void MatrixSizeChanged()
{
InitEffect();
}
However, we can already bring it back today using a very short Macro for the SCE Video Effect.
We can use:
@scriptname="";
@author="";
@version="";
@description="";
void InitEffect()
{
if(!GetVideoRunning())
StartVideo();
}
void PreRenderEffect()
{
}
void PostRenderEffect()
{
}
void MatrixSizeChanged()
{
InitEffect();
}
Re: Video place behavior using cuelist
One aditional hint, in MADRIX Cuelist the fade time is part of the duration time.
LEDs are nothing without control