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,603
Man
Location: Canada

Thanks: 33 times
Was thanked: 501 time(s) in 470 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,603
Man
Location: Canada

Thanks: 33 times
Was thanked: 501 time(s) in 470 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,603
Man
Location: Canada

Thanks: 33 times
Was thanked: 501 time(s) in 470 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
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.