jcalado / vmix_media_time

Title, elapsed and remaining time for media playing on vmix.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vmix_media_time

Shows a bar with title, elapsed and remaining time for the media playing on a vmix instance. When less than 5 seconds remain, timer flashes red.

Screenshot

image

Options

URL params:

Set the VMix hostname/ip to access its API:

index.html?server=serverhost:port/api/

Set the update interval to 2000ms

index.html?update=2000

Flash the timer red when 10s are left in the current media

index.html?warn=10

Do not show the - indicator on the remaining time

index.html?showMinusIndicator=false

Customization

Lines 14-20 are CSS variables that can be changed:

--progress-height: 20vh;
--timer-font-size: calc(var(--progress-height) - 2vh);
--title-size: 6vh;
--progress-bar-color: #22c45d;
--progress-bar-bg: #41f280;
--title-text-colors: white;
--title-background-color: orange;

About

Title, elapsed and remaining time for media playing on vmix.

License:MIT License


Languages

Language:HTML 100.0%