Page 1 of 1
How to trigger video at a specific time of day
Posted: Sun Dec 29, 2013 15:50
by cguer
I'm trying to figure out what would be the best way to trigger the playback of clip at a certain time of the day using the computer's time. I have a video prepared for the new years countdown and I'd like it to start playing on it's own 1min before before midnight.
I have found one possible solution using vvvv and then sending the video to resolume but i'd prefer to have it all in resolume. My other option is to start manually at the approximate time but I'd prefer something automated. I haven't looked into flash yet but I guess it could also be done with that.
Thanks!
Re: How to trigger video at a specific time of day
Posted: Sun Dec 29, 2013 18:27
by gabonacorp
In osx, use qlab. Create an OSC command cue to start te resolume clip, and set a time trigger in qlab for the cue.
Re: How to trigger video at a specific time of day
Posted: Mon Dec 30, 2013 04:01
by cguer
Thanks for the reply. I forgot to specify but I am on a PC. Do you know of a similar alternative for windows?
Re: How to trigger video at a specific time of day
Posted: Mon Dec 30, 2013 18:24
by drazkers
Touch Designer is a free download and sends OSC to resolume like a dream for PC.
Re: How to trigger video at a specific time of day
Posted: Sun Jan 05, 2014 19:09
by cguer
Thanks drazkers, I'll give touch designer a try. I already have it too but haven't really played with it yet.
Didn't have much time to try new things for new years so I ended up just triggering the countdown by hand. It did the trick for just one video but I'll look into the other options for the future.
Re: How to trigger video at a specific time of day
Posted: Tue Jan 14, 2014 18:21
by gpvillamil
Any program that can send OSC can be used to trigger playback in Resolume.
If you want to do it reliably and for free, why not use Processing (processing.org)? Some of the OSC examples that ship with Resolume are already written in Processing, so it would be trivial to adapt them.
It would work on Mac or Windows, and is free.