Fade time in video
Moderator: MADRIX Team
-
- Posts: 2
- Joined: Wed Apr 23, 2014 11:21 am
Fade time in video
I tried to play a video on a led cube. But I can't find a way to make a fade in the leds. Does anyone now?
Re: Fade time in video
Hello Lightsolutions,
At the moment there is no control at the "SCE Video" effect for Fade In or Fade Out a video.
.
If you want to Fade In a video you have to write a Macro for this effect.
Here you can learn more about programming a Macro or Script in MADRIX:
http://help.madrix.com/m3/html/script/index.html
.
The function you will need is called: DimPixelArea3D. This function provides the possibility to dim a desired area and you can create a fade in for your effect because you can increase the dim value.
.
If you have any further questions, please do not hesitate to contact us again!
Thank you.
At the moment there is no control at the "SCE Video" effect for Fade In or Fade Out a video.
.
If you want to Fade In a video you have to write a Macro for this effect.
Here you can learn more about programming a Macro or Script in MADRIX:
http://help.madrix.com/m3/html/script/index.html
.
The function you will need is called: DimPixelArea3D. This function provides the possibility to dim a desired area and you can create a fade in for your effect because you can increase the dim value.
.
If you have any further questions, please do not hesitate to contact us again!
Thank you.