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
MaxItalia  
#1 Posted : Sunday, July 9, 2023 1:36:17 AM(UTC)
MaxItalia

Rank: Newbie

Groups: Registered
Joined: 7/4/2023(UTC)
Posts: 6
Italy

Thanks: 3 times
Hi, I'm looking for a way to create a countdown counter that can set in different ways such as 100 seconds or 300 seconds.
On the video I have to see the 3 digits or (200) or (300) and not the classic clock to understand ... can anyone help me?

countdown 200-0 ecc
doggy  
#2 Posted : Sunday, July 9, 2023 2:42:44 AM(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)
Originally Posted by: MaxItalia Go to Quoted Post
Hi, I'm looking for a way to create a countdown counter that can set in different ways such as 100 seconds or 300 seconds.
On the video I have to see the 3 digits or (200) or (300) and not the classic clock to understand ... can anyone help me?

countdown 200-0 ecc


probably better to use a script and format the display to your liking of the time using the DateTime.Now() or the stopwatch options to calculate
in vb.net

MaxItalia  
#3 Posted : Sunday, July 9, 2023 3:06:27 AM(UTC)
MaxItalia

Rank: Newbie

Groups: Registered
Joined: 7/4/2023(UTC)
Posts: 6
Italy

Thanks: 3 times
Originally Posted by: doggy Go to Quoted Post

probably better to use a script and format the display to your liking of the time using the DateTime.Now() or the stopwatch options to calculate
in vb.net



yes, but i don't know how to do it
doggy  
#4 Posted : Sunday, July 9, 2023 10:23:59 AM(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)
Originally Posted by: MaxItalia Go to Quoted Post


yes, but i don't know how to do it


see https://forums.vmix.com/...g-for-Dummies#post109323
MaxItalia  
#5 Posted : Sunday, July 9, 2023 11:30:32 PM(UTC)
MaxItalia

Rank: Newbie

Groups: Registered
Joined: 7/4/2023(UTC)
Posts: 6
Italy

Thanks: 3 times
Originally Posted by: doggy Go to Quoted Post
Originally Posted by: MaxItalia Go to Quoted Post


yes, but i don't know how to do it


see https://forums.vmix.com/...g-for-Dummies#post109323


you are very kind! i tried to insert the script but i can't get it to work, i don't understand how to do it. If you can explain it would help me. Thank you
nikosman88  
#6 Posted : Monday, July 10, 2023 11:22:12 PM(UTC)
nikosman88

Rank: Advanced Member

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

Thanks: 113 times
Was thanked: 52 time(s) in 49 post(s)
Originally Posted by: MaxItalia Go to Quoted Post
Originally Posted by: doggy Go to Quoted Post
Originally Posted by: MaxItalia Go to Quoted Post


yes, but i don't know how to do it


see https://forums.vmix.com/...g-for-Dummies#post109323


you are very kind! i tried to insert the script but i can't get it to work, i don't understand how to do it. If you can explain it would help me. Thank you

Hello. What difficult you have in order to run the script?
You must change the line
API.Function("SetText",Input:="9",SelectedName:="Headline.Text",Value:=ctime) in order to match to your needs.
Do you have in vmix a title input in input 9 position that have the field "Headline.Text"?
If no, you must change this in what you have. Also the line dim total as integer = 250 'Total # of seconds to count down means the time you need. If you need 300 seconds you will change the = 250 to = 300
And finally you can make a shortcut to run this script whenever you need it

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.