I know this isn’t what you asked for but...
Could you find a suitable 60 minute countdown video (there are dozens fairly easy to find) and then just start it from where you need?
Search found 276 matches
- Mon Sep 21, 2020 20:56
- Forum: Problems? Bugs? Solutions!
- Topic: Need normal countdown Plugin
- Replies: 6
- Views: 14260
- Wed Sep 16, 2020 20:03
- Forum: General Chat
- Topic: Animation
- Replies: 3
- Views: 10000
Re: Animation
Drop your files into “Alley” to convert them to DXV.
- Tue Aug 11, 2020 16:17
- Forum: New Features
- Topic: Text Block input from external source
- Replies: 2
- Views: 8197
Re: Text Block input from external source
You don’t need to specify anything. Just sending a suitable OSC string will replace whatever is currently in the text source.
You can find the OSC syntax required by turning on OSC mapping then clicking in the text area, you’ll see the OSC address down in the help window.
I used this to drive a ...
You can find the OSC syntax required by turning on OSC mapping then clicking in the text area, you’ll see the OSC address down in the help window.
I used this to drive a ...
- Tue Aug 11, 2020 07:21
- Forum: New Features
- Topic: Text Block input from external source
- Replies: 2
- Views: 8197
Re: Text Block input from external source
You could probably do this using Touch Designer. It would manage the GET request, then re parse the text into a suitable OSC string (you can already dynamically alter text sources via OSC).
I can’t imagine this becoming an “off the shelf” fix or feature, but it’s a good geek quest!
I can’t imagine this becoming an “off the shelf” fix or feature, but it’s a good geek quest!
- Fri May 01, 2020 20:49
- Forum: General Chat
- Topic: Mobile FaceTime or Skype call as a source
- Replies: 4
- Views: 8795
Re: Mobile FaceTime or Skype call as a source
Your video app of choice, with either an NDI or Syphon screen capture program picking it up. You’ll have to deal with the audio separately.
Better still to have the call on a separate machine, and use a hardware capture device.
Better still to have the call on a separate machine, and use a hardware capture device.
- Sun Apr 12, 2020 18:12
- Forum: Problems? Bugs? Solutions!
- Topic: Problem with clip Transitions
- Replies: 3
- Views: 11831
Re: Problem with clip Transitions
Not possible in the sense you’re thinking of. But you can do a lot of creative “transitions” by using envelopes on opacity and transforms.
- Wed Apr 08, 2020 07:03
- Forum: Problems? Bugs? Solutions!
- Topic: Resolume to Zoom on Mac
- Replies: 2
- Views: 9899
Re: Resolume to Zoom on Mac
Basic zoom doesn’t use stream keys in that way.
You may not need OBS at all, have a look for a bit of software called “camtwist”. This allows you to pick a syphon source (Resolume!) and then presents itself to the system like a webcam. Zoom can “see” camtwist” as a usable source.
I hosted a ...
You may not need OBS at all, have a look for a bit of software called “camtwist”. This allows you to pick a syphon source (Resolume!) and then presents itself to the system like a webcam. Zoom can “see” camtwist” as a usable source.
I hosted a ...
- Sat Mar 21, 2020 15:35
- Forum: General Chat
- Topic: DXV3 Codec Question
- Replies: 7
- Views: 17843
Re: DXV3 Codec Question
DXV files are indeed huge. That’s the small sacrifice for the stability and speed.
- Wed Mar 04, 2020 07:00
- Forum: Problems? Bugs? Solutions!
- Topic: Snapshot keyframes?
- Replies: 1
- Views: 3283
Re: Snapshot keyframes?
Look up “envelopes” in the manual and then have a play. Not precisely the same but a very powerful tool.
- Tue Feb 18, 2020 21:43
- Forum: General Chat
- Topic: Trigger multiple actions with singe OSC command?
- Replies: 8
- Views: 15196
Re: Trigger multiple actions with singe OSC command?
I’m guessing Arvol will say Touch Designer? I’ve started using a combination of that and Companion. Companion being the initial trigger (simple messages). Touch designer listening to companion and then sending multiple messages as needed.