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
vadimtv  
#1 Posted : Thursday, April 20, 2023 5:05:23 PM(UTC)
vadimtv

Rank: Newbie

Groups: Registered
Joined: 4/20/2023(UTC)
Posts: 1
Russian Federation
Location: ufa

Good afternoon . How can I make a {m:ss} format countdown timer for MMA fights bye. In battles, the chronometer starts at 5.00 and then descends 4:59 4:58...... 0:00 ?
doggy  
#2 Posted : Thursday, April 20, 2023 5:38:37 PM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
Originally Posted by: vadimtv Go to Quoted Post
Good afternoon . How can I make a {m:ss} format countdown timer for MMA fights bye. In battles, the chronometer starts at 5.00 and then descends 4:59 4:58...... 0:00 ?


One can add the format to the vMix user.config file to create the extra option
thanks 1 user thanked doggy for this useful post.
nikosman88 on 4/21/2023(UTC)
richardgatarski  
#3 Posted : Friday, April 21, 2023 4:07:59 AM(UTC)
richardgatarski

Rank: Advanced Member

Groups: Registered
Joined: 2/18/2014(UTC)
Posts: 1,812
Location: Stockholm

Thanks: 137 times
Was thanked: 292 time(s) in 246 post(s)
Originally Posted by: doggy Go to Quoted Post
One can add the format to the vMix user.config file to create the extra option

Yeah! But that means it will only be available on that particular PC for that Windows user. Or. am I wrong about that?

Would it not be better to Export the Settings to a file (.config) and add the desired format. Which, in vadimtv's case would result in something like
Code:
           <setting name="CountdownFormats" serializeAs="Xml">
                <value>
                    <ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                        xmlns:xsd="http://www.w3.org/2001/XMLSchema">
                        <string>HH:mm:ss</string>
                        <string>mm:ss</string>
                        <string>m:ss</string>
                        <string>ss</string>
                        <string>HH</string>
                        <string>mm</string>
                    </ArrayOfString>
                </value>
            </setting>
 

doggy  
#4 Posted : Friday, April 21, 2023 5:02:06 AM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
Originally Posted by: richardgatarski Go to Quoted Post

Yeah! But that means it will only be available on that particular PC for that Windows user. Or. am I wrong about that?

Would it not be better to Export the Settings to a file (.config) and add the desired format. Which, in vadimtv's case would result in something like



Available in current instalation

in vMix64.exe.config before installing vMix (and changing file acces/edit permission)

In user.config after installing vMix (more practical for additional changes)

Either way will have to make the change with each download or update
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.