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
pdl123456  
#1 Posted : Saturday, December 22, 2018 12:32:35 PM(UTC)
pdl123456

Rank: Newbie

Groups: Registered
Joined: 12/22/2018(UTC)
Posts: 3
United States
Location: Maiden, NC

I apologize if this is a common one, I couldn't find an answer anywhere.

I have a countdown to a specific clock time (let's say 11 AM) on overlay 2 and an image loop running on overlay 4. When the countdown reaches 0, I'd like both overlays to turn off.

On the countdown title I created a trigger for oncountdowncompletion with a function of overlayinputalloff. The countdown itself seems to work perfectly but whenever it reaches 0 nothing happens. I've tried triggering with oncompletion as well as setting the function to just turning off overlay 2 or 4 - nothing.

Can someone please tell me what I'm missing?
DWAM  
#2 Posted : Saturday, December 22, 2018 7:02:23 PM(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)
Make sure you're doing it right. The trigger must be set to the countdown timer title itself



Guillaume
IceStream  
#3 Posted : Saturday, December 22, 2018 10:27:41 PM(UTC)
IceStream

Rank: Advanced Member

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

Thanks: 33 times
Was thanked: 506 time(s) in 475 post(s)
@ pd123456

Can you clarify if you are using a an XAML Timer Input or the Countdown feature of the Production clocks (won't work)?



Ice
pdl123456  
#4 Posted : Saturday, December 22, 2018 10:56:07 PM(UTC)
pdl123456

Rank: Newbie

Groups: Registered
Joined: 12/22/2018(UTC)
Posts: 3
United States
Location: Maiden, NC

Screenshot

Using XAML.

I took a screenshot of how the timer is setup. That tutorial is actually what gave me the idea. I have found that if the timer is set to the traditional x second countdown, it does work as expected. It does not work as I'm showing it. Is this a bug, a usage nobody has thought of, or am I missing something?
IceStream  
#5 Posted : Sunday, December 23, 2018 4:37:24 AM(UTC)
IceStream

Rank: Advanced Member

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

Thanks: 33 times
Was thanked: 506 time(s) in 475 post(s)
@ pd123456

I think that issue is that the time of day never completes...
AFAIK, what you are attempting will not work.


Ice
pdl123456  
#6 Posted : Tuesday, December 25, 2018 2:28:19 AM(UTC)
pdl123456

Rank: Newbie

Groups: Registered
Joined: 12/22/2018(UTC)
Posts: 3
United States
Location: Maiden, NC

IceStream, looks like you're right, which is unfortunate as reaching the specified time does occur so I'd expect vMix to mark it as completed.

Really didn't want to have to go learn yet another new program but....

Created a shortcut to the F1 key that clears all overlays

Installed autohotkey

Created this script:
SetTitleMatchMode 2

IfWinExist, vMix

WinActivate

Send {F1}


Scheduled it to run every Sunday @ 11 with Windows task scheduler.

Does what I need and maybe opens the door to even more automation such as autolaunching vmix, starting the overlays, starting the stream...
IceStream  
#7 Posted : Tuesday, December 25, 2018 2:45:00 AM(UTC)
IceStream

Rank: Advanced Member

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

Thanks: 33 times
Was thanked: 506 time(s) in 475 post(s)
@ pdl123456

Another alternative might be to look into the app discussed here:
https://forums.vmix.com/...per-Basic-vMix-Scheduler

Demo'd here:




Ice
IEBAcom  
#8 Posted : Tuesday, November 26, 2024 12:34:08 PM(UTC)
IEBAcom

Rank: Member

Groups: Registered
Joined: 5/27/2020(UTC)
Posts: 14
United States
Location: Dallas

Was thanked: 5 time(s) in 3 post(s)
Just encountered this today with vMix 27. I'm surprised a counter reaching zero doesn't work, no matter if it's counting down to a specific hour, or counting down to just zero.
When it shows 00:00 on the screen, the countdown has completed. so just do the trigger?

I mean I get that it's now 24 more hours to the _next_ zero, but it HIT zero. It completed.
On Completion. do this.
nikosman88  
#9 Posted : Tuesday, November 26, 2024 12:42:13 PM(UTC)
nikosman88

Rank: Advanced Member

Groups: Registered
Joined: 12/24/2021(UTC)
Posts: 543
Greece
Location: athens

Thanks: 130 times
Was thanked: 74 time(s) in 70 post(s)
Originally Posted by: IEBAcom Go to Quoted Post
Just encountered this today with vMix 27. I'm surprised a counter reaching zero doesn't work, no matter if it's counting down to a specific hour, or counting down to just zero.
When it shows 00:00 on the screen, the countdown has completed. so just do the trigger?

I mean I get that it's now 24 more hours to the _next_ zero, but it HIT zero. It completed.
On Completion. do this.

Hello. Did you use the "on completion" trigger or "oncountdown completed"? Because these 2 are different things. The 1st is for videos,the 2nd is for the countdown title timers
Users browsing this topic
Guest (3)
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.