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
August  
#1 Posted : Saturday, November 16, 2019 12:00:45 PM(UTC)
August

Rank: Member

Groups: Registered
Joined: 12/5/2018(UTC)
Posts: 10
United States
Location: Los Angeles

For those of us running solo productions while talking/performing on-camera it would be really helpful to be able to have an overlay or perhaps a Miltiview layer with triggers to periodically transition-in then after a set duration transition-out the lower thirds or other titles. I mean on an automated schedule re-occurring say every 8 minutes or so on a specific input or composited scene comprised of several multiview layers.

The more we can automate the better, hard to remember everything while operating all the switching and simultaneously talking on camera.

Thanks for considering!

August
doggy  
#2 Posted : Saturday, November 16, 2019 5:32:54 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,085
Belgium
Location: Belgium

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
Scripts and triggers


ps. No need for feature request when already possible
August  
#3 Posted : Sunday, November 17, 2019 1:37:57 AM(UTC)
August

Rank: Member

Groups: Registered
Joined: 12/5/2018(UTC)
Posts: 10
United States
Location: Los Angeles

Are those tools capable of creating set intervals?

vMix Support said this is not possible and recommended posting it here as a feature request.

From vMix Support: “There isn't really a solution in vMix at current to trigger something to re-occur at set intervals. There is the playlist feature which allows you to automate your production and queue up all your inputs with set duration. You can also put that on loop. But this likely won't fit in with the rest of your production I'm guessing. So unfortunately no this isn't currently possible sorry.”

“You can most certainly submit a feature request. To do so, please submit a post to our feature request forums:”
doggy  
#4 Posted : Sunday, November 17, 2019 2:04:14 AM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,085
Belgium
Location: Belgium

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
Quote:

Code:
Do While true
API.Function("OverlayInput1In",Input:=11)
Sleep(60000)
API.Function("OverlayInput1Out",Input:=11)
Sleep(300000)
Loop




well triggers are not capable for long pauses but they can trigger a script

if i understood your wish correctly:
The above script will overlay1 input 11 (say a title)
keep it there for 1 minute and overlay it out
after 5 minutes it will do this again -> continuously

Has been running here for hours together with a soundbit and a countdown time display added ;-)
thanks 1 user thanked doggy for this useful post.
AndrewRed on 1/8/2022(UTC)
August  
#5 Posted : Monday, November 18, 2019 1:27:20 PM(UTC)
August

Rank: Member

Groups: Registered
Joined: 12/5/2018(UTC)
Posts: 10
United States
Location: Los Angeles

Awesome doggy thanks so much!

I had no idea how to script that. Will try to plug your code in. Thank you for all the help!
AndrewRed  
#6 Posted : Saturday, January 8, 2022 9:28:09 AM(UTC)
AndrewRed

Rank: Member

Groups: Registered
Joined: 8/18/2018(UTC)
Posts: 12
Location: Utah

Thanks: 14 times
Yes as always thank you Doggy!!
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.