logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
kol0  
#1 Posted : Thursday, December 22, 2016 6:32:37 PM(UTC)
kol0

Rank: Advanced Member

Groups: Registered
Joined: 6/29/2014(UTC)
Posts: 35
Location: Poland

Thanks: 5 times
Was thanked: 8 time(s) in 8 post(s)
Hi


It would be great if, countdown timer could cause interruption (Triggers).

If zero do something.

I've seen some request of scheduled events. With trigger could do this without adding additional code. It was enough to set a countdown that do not even have to be seen to made the cut, or add a channel overlay.

You could also use the timer as an automatic cut cameras.
It was enough to add to the playlist in the loop and in manual mode, the camera.
The timer had came to zero was setting to the next item in the playlist. addition, reset the counter, starting a new countdown.


thanks 1 user thanked kol0 for this useful post.
clafarge on 6/11/2017(UTC)
Amokka  
#2 Posted : Thursday, December 22, 2016 6:46:15 PM(UTC)
Amokka

Rank: Advanced Member

Groups: Registered
Joined: 4/6/2016(UTC)
Posts: 84
Man
Location: Sweden

Thanks: 25 times
Was thanked: 17 time(s) in 12 post(s)
+1
IceStream  
#3 Posted : Thursday, December 22, 2016 8:31:42 PM(UTC)
IceStream

Rank: Advanced Member

Groups: Registered
Joined: 3/7/2012(UTC)
Posts: 2,603
Man
Location: Canada

Thanks: 33 times
Was thanked: 501 time(s) in 470 post(s)
+1
stigaard  
#4 Posted : Friday, December 23, 2016 8:45:04 AM(UTC)
stigaard

Rank: Advanced Member

Groups: Registered
Joined: 5/20/2015(UTC)
Posts: 493
Man
Denmark
Location: Copenhagen, Denmark

Thanks: 382 times
Was thanked: 100 time(s) in 79 post(s)
+1
Lennart  
#5 Posted : Sunday, December 25, 2016 10:50:28 AM(UTC)
Lennart

Rank: Advanced Member

Groups: Registered
Joined: 11/9/2014(UTC)
Posts: 104
Man
Denmark
Location: Copenhagen, Denmark

Thanks: 22 times
Was thanked: 16 time(s) in 15 post(s)
+1
Video Dave  
#6 Posted : Sunday, December 25, 2016 1:21:52 PM(UTC)
Video Dave

Rank: Advanced Member

Groups: Registered
Joined: 6/4/2014(UTC)
Posts: 81
Man
Location: USA

Thanks: 40 times
Was thanked: 9 time(s) in 9 post(s)
+1
r@wisla  
#7 Posted : Sunday, December 25, 2016 2:21:24 PM(UTC)
r@wisla

Rank: Advanced Member

Groups: Registered
Joined: 8/5/2013(UTC)
Posts: 280
Man
Location: Poland

Thanks: 29 times
Was thanked: 40 time(s) in 37 post(s)
+1

If zero do sth

Or

If hour == xx do sth
curtismacd31  
#8 Posted : Sunday, December 25, 2016 3:40:33 PM(UTC)
curtismacd31

Rank: Advanced Member

Groups: Registered
Joined: 7/18/2014(UTC)
Posts: 84

Was thanked: 10 time(s) in 8 post(s)
+1
corporatejames  
#9 Posted : Sunday, December 25, 2016 5:04:54 PM(UTC)
corporatejames

Rank: Advanced Member

Groups: Registered
Joined: 8/2/2015(UTC)
Posts: 364
Man
Australia
Location: Sydney

Thanks: 283 times
Was thanked: 76 time(s) in 62 post(s)
+1
kol0  
#10 Posted : Friday, January 6, 2017 5:09:26 AM(UTC)
kol0

Rank: Advanced Member

Groups: Registered
Joined: 6/29/2014(UTC)
Posts: 35
Location: Poland

Thanks: 5 times
Was thanked: 8 time(s) in 8 post(s)
r@wisla wrote:
If hour == xx do sth


You can countdown to time
Countdown to 11:59:59
{0:11:59:59|HH:mm:ss}

Countdown to 16:30:00
{0:16:30:00|HH:mm:ss}


So you can achieve it just with "If zero do sth"
richardgatarski  
#11 Posted : Monday, January 23, 2017 11:00:30 AM(UTC)
richardgatarski

Rank: Advanced Member

Groups: Registered
Joined: 2/18/2014(UTC)
Posts: 1,815
Location: Stockholm

Thanks: 138 times
Was thanked: 292 time(s) in 246 post(s)
+1
DWAM  
#12 Posted : Wednesday, January 25, 2017 10:26:45 AM(UTC)
DWAM

Rank: Advanced Member

Groups: Registered
Joined: 3/20/2014(UTC)
Posts: 2,721
Man
France
Location: Bordeaux, France

Thanks: 243 times
Was thanked: 794 time(s) in 589 post(s)
+1

FYI, vMixUTC now supports 3 triggering options for timers/countdowns : OnStart, OnPause and OnStop. Really cool...
clafarge  
#13 Posted : Thursday, June 1, 2017 10:11:00 PM(UTC)
clafarge

Rank: Advanced Member

Groups: Registered
Joined: 5/27/2017(UTC)
Posts: 85
Man
United States
Location: Greater St Louis Area

Thanks: 65 times
Was thanked: 20 time(s) in 13 post(s)
I'm looking for a way to do this too... at end of count to time, fade to Input12. Been messing with "OnCompletion" for the Timer overlay but no joy.

Chad
DWAM  
#14 Posted : Friday, June 2, 2017 4:03:41 AM(UTC)
DWAM

Rank: Advanced Member

Groups: Registered
Joined: 3/20/2014(UTC)
Posts: 2,721
Man
France
Location: Bordeaux, France

Thanks: 243 times
Was thanked: 794 time(s) in 589 post(s)
Hi Chad

you need to

- first create a button widget which fades to input 12 (make sure it works by pressing the button)
- tick the "execute" box and fill the link area with a command name like "doit" or whatever

- then create your timer widget, set it correctly
- fill the OnCompletion area with the exact same command "doit"

Now, on completion, the timer sends the ExecLink command "doit" to your button.

Hope this helps
Guillaume
thanks 1 user thanked DWAM for this useful post.
clafarge on 6/3/2017(UTC)
Ittaidv  
#15 Posted : Friday, June 2, 2017 2:43:25 PM(UTC)
Ittaidv

Rank: Advanced Member

Groups: Registered
Joined: 12/19/2013(UTC)
Posts: 600
Man
Belgium
Location: Belgium

Thanks: 75 times
Was thanked: 91 time(s) in 75 post(s)
+1 for having it in vmix!
madness  
#16 Posted : Friday, June 2, 2017 4:08:56 PM(UTC)
madness

Rank: Advanced Member

Groups: Registered
Joined: 4/16/2013(UTC)
Posts: 406
Man
Location: Iowa

Thanks: 281 times
Was thanked: 32 time(s) in 29 post(s)
+1
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.