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!
How to trigger video at a specific time of day
-
- Posts: 59
- Joined: Sun Jun 30, 2013 15:02
Re: How to trigger video at a specific time of day
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
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
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
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.
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.
- gpvillamil
- Posts: 550
- Joined: Mon Apr 04, 2005 03:33
- Location: San Francisco, California
Re: How to trigger video at a specific time of day
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.
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.