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
tvandrey  
#1 Posted : Wednesday, January 13, 2021 11:15:21 PM(UTC)
tvandrey

Rank: Newbie

Groups: Registered
Joined: 10/8/2019(UTC)
Posts: 5
Belarus
Location: Minsk

Hello, I am looking for a solution to the next task! We receive external data of the timer using the JSON protocol in the format (mm: ss). But the problem is that the countdown goes to 00:00, and I need to unfold it and so that the timer from 00:00 is displayed in the graph. I would be very grateful for a ready-made solution.
doggy  
#2 Posted : Thursday, January 14, 2021 12:57:43 AM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 283 times
Was thanked: 916 time(s) in 755 post(s)
Originally Posted by: tvandrey Go to Quoted Post
the problem is that the countdown goes to 00:00,


isn't that what a countdown normally does ?


Quote:
and I need to unfold it and so that the timer from 00:00 is displayed in the graph.


what do you mean by unfold and graph ?





tvandrey  
#3 Posted : Thursday, January 14, 2021 6:27:32 AM(UTC)
tvandrey

Rank: Newbie

Groups: Registered
Joined: 10/8/2019(UTC)
Posts: 5
Belarus
Location: Minsk

The timer runs from 30:00 to 00:00(this is the judging system) , but in the title it must be start from 00:00 to 30:00
Vyacheslav  
#4 Posted : Sunday, February 7, 2021 7:18:26 AM(UTC)
Vyacheslav

Rank: Member

Groups: Registered
Joined: 2/2/2021(UTC)
Posts: 14
Russian Federation
Location: Moscow Region

Thanks: 5 times
Originally Posted by: tvandrey Go to Quoted Post
The timer runs from 30:00 to 00:00(this is the judging system) , but in the title it must be start from 00:00 to 30:00


This can be done using the Scoreboard OCR program and the script for it.
doggy  
#5 Posted : Monday, February 8, 2021 1:34:05 AM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 283 times
Was thanked: 916 time(s) in 755 post(s)
Originally Posted by: Vyacheslav Go to Quoted Post

This can be done using the Scoreboard OCR program and the script for it.



That's a pretty expensive solution just to invert a time while the official time is already presented through a json file

no matter what one uses to invert that time it will create a delay due to recalculations and putting it back in a title

the simplest way is to put that Json time ( pulled from data source) in a title (hidden) and have a script read that and use the formula 30:00 - Json time and put that back in your title
Users browsing this topic
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.