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
Suhil  
#1 Posted : Wednesday, March 16, 2022 7:52:25 AM(UTC)
Suhil

Rank: Member

Groups: Registered
Joined: 4/13/2021(UTC)
Posts: 15
Germany
Location: Düsseldorf

Hi,

Please help me!
I have 3 titles
1- weather.gtzip
2- currency.gtzip
3- qbcode.gtzip

I want script for looping 3 titles for ever, duration every title on screen 5 seconds and all on Overlay 2
is that possible? if yes please help me by writing script... I have VMIX 4K

Thanks
Joeboe  
#2 Posted : Wednesday, March 16, 2022 7:58:03 AM(UTC)
Joeboe

Rank: Advanced Member

Groups: Registered
Joined: 4/16/2017(UTC)
Posts: 578
Location: jamaica

Thanks: 77 times
Was thanked: 32 time(s) in 31 post(s)
I don't know what you are trying to do, but try using a ticker for that....It will run until you stop it....similar to what you see at the bottom of the screen on CNN and other news channels....or, you can do triggers...do a forum search for using triggers...or, pm me a PNG file of your titles, show me what you want to get done, and I will try to see if I can help you...NO guarantees, but I will try....
Suhil  
#3 Posted : Wednesday, March 16, 2022 8:06:25 AM(UTC)
Suhil

Rank: Member

Groups: Registered
Joined: 4/13/2021(UTC)
Posts: 15
Germany
Location: Düsseldorf

Thank you Joeboe

its totally different from Ticker modes.
So here what I have:
I have tv slide show mode, and a lot of caption which linked to google sheet and then to Appsheet
I need to loop 3 titles (everyone 5 seconds) which created by GT title designer linked to 3 sheet of google sheet
Suhil  
#4 Posted : Wednesday, March 16, 2022 8:51:59 AM(UTC)
Suhil

Rank: Member

Groups: Registered
Joined: 4/13/2021(UTC)
Posts: 15
Germany
Location: Düsseldorf

This script is working well but how I can loop it for unlimited time?

Function=OverlayInput2In&Input=weather
Sleep 5000
Function=OverlayInput2In&Input=currency
Sleep 5000
Function=OverlayInput2In&Input=qrcode.gtzip
Sleep 5000
Suhil  
#5 Posted : Wednesday, March 16, 2022 9:38:57 AM(UTC)
Suhil

Rank: Member

Groups: Registered
Joined: 4/13/2021(UTC)
Posts: 15
Germany
Location: Düsseldorf

I found it, here is the Code:

Do While true

Input.Find("weather").Function("OverlayInput2In")
Sleep(5000)
Input.Find("currency").Function("OverlayInput2In")
Sleep(5000)
Input.Find("qrcode").Function("OverlayInput2In")
Sleep(20000)
Loop
sophie878  
#6 Posted : Wednesday, March 16, 2022 5:18:09 PM(UTC)
sophie878

Rank: Newbie

Groups: Registered
Joined: 3/16/2022(UTC)
Posts: 1
France

Originally Posted by: Suhil Go to Quoted Post
Hi,

Please help me!
I have 3 titles
1- weather.gtzip
2- currency.gtzip
3- qbcode.gtzip

I want script for looping 3 titles for ever, duration every title on screen 5 seconds and all on Overlay 2
is that possible? if yes please help me by writing script... I have VMIX 4K

Thanks


doggy  
#7 Posted : Wednesday, March 16, 2022 5:50:12 PM(UTC)
doggy

Rank: Advanced Member

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

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

Solution above !!


Originally Posted by: sophie878 Go to Quoted Post
Originally Posted by: Suhil Go to Quoted Post
Hi,

Please help me!
I have 3 titles
1- weather.gtzip
2- currency.gtzip
3- qbcode.gtzip

I want script for looping 3 titles for ever, duration every title on screen 5 seconds and all on Overlay 2
is that possible? if yes please help me by writing script... I have VMIX 4K

Thanks




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.