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
Tired  
#1 Posted : Thursday, April 16, 2026 7:16:29 AM(UTC)
Tired

Rank: Newbie

Groups: Registered
Joined: 4/16/2026(UTC)
Posts: 2
Finland

As in the subject I'm having problems with getting a clock to show above 59.59

Setting the display format to mm:ss doesn't seem to work, however using only mm does bring the desired effect. Two different timers to show minutes and seconds sounds like a disaster wating to happen, however I'm starting to think that is the only way to do what is wanted here. Is there something I might be missing or has something changed and this is no longer possible?

Using vMix 29.0.0.47 x64 in case that makes a difference.

Roy Sinclair  
#2 Posted : Thursday, April 16, 2026 9:28:16 AM(UTC)
Roy Sinclair

Rank: Advanced Member

Groups: Registered
Joined: 11/23/2020(UTC)
Posts: 233
United States
Location: Wichita

Thanks: 11 times
Was thanked: 30 time(s) in 26 post(s)
Originally Posted by: Tired Go to Quoted Post
As in the subject I'm having problems with getting a clock to show above 59.59

Setting the display format to mm:ss doesn't seem to work, however using only mm does bring the desired effect. Two different timers to show minutes and seconds sounds like a disaster wating to happen, however I'm starting to think that is the only way to do what is wanted here. Is there something I might be missing or has something changed and this is no longer possible?

Using vMix 29.0.0.47 x64 in case that makes a difference.



You get 59:59 maximum because a time would be hh:mm:ss to get more than 59:59. That's how the "time" handling code works. For what you want you'll have to take a hh:mm:ss output string and then parse it to get the separate hours minutes and seconds then make the calculations to get the total minutes then create your own string with the calculated minutes (hours * 60 + minutes) and ":" and seconds.
Tired  
#3 Posted : Thursday, April 16, 2026 11:29:57 AM(UTC)
Tired

Rank: Newbie

Groups: Registered
Joined: 4/16/2026(UTC)
Posts: 2
Finland

Originally Posted by: Roy Sinclair Go to Quoted Post
Originally Posted by: Tired Go to Quoted Post
As in the subject I'm having problems with getting a clock to show above 59.59

Setting the display format to mm:ss doesn't seem to work, however using only mm does bring the desired effect. Two different timers to show minutes and seconds sounds like a disaster wating to happen, however I'm starting to think that is the only way to do what is wanted here. Is there something I might be missing or has something changed and this is no longer possible?

Using vMix 29.0.0.47 x64 in case that makes a difference.



You get 59:59 maximum because a time would be hh:mm:ss to get more than 59:59. That's how the "time" handling code works. For what you want you'll have to take a hh:mm:ss output string and then parse it to get the separate hours minutes and seconds then make the calculations to get the total minutes then create your own string with the calculated minutes (hours * 60 + minutes) and ":" and seconds.


There was this old thread (link) which suggested that this was possible in the past an there were other sources claiming it too. Was this changed?

It seems like a weird way to work since using only hh or ss will give you number that is greater than 59.

I guess I'll have to look into the solution you offered. Thank you.
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.