Skip to content

Instantly share code, notes, and snippets.

View burithetech's full-sized avatar

Peter Burian burithetech

View GitHub Profile
@burithetech
burithetech / vmix_timeremaining_to_title.vb
Last active October 30, 2025 10:00
vMix Script: Print Video Time Remaining to Title
' @by Peter Burian (@buri.tech; www.buri.tech)
' ----- CONFIG -----
Dim TitleInputName = "SomeTitle"
Dim TitleInputTextLayerName = "Message.Text"
Dim VideoInputName = "SomeVideo"
' ----- SCRIPT -----
Dim vMixStateXml As New System.Xml.XMLDocument