Vmix Universal Title Controller «8K 2025»
: Managing scoreboards, timers, and "score up" logic is significantly easier with UTC's dedicated score widgets compared to the standard title editor. Lower-Thirds Management
Links to a vMix title text field for instant data entry.
Before UTC can connect, you need to enable vMix’s Web Controller feature. Open vMix’s Settings window, navigate to the tab, and note the IP address and port number (the default is usually port 8080). If you intend to control vMix from a different computer on your local network, ensure that network sharing and firewall settings allow the connection.
vMix UTC is a standalone Windows application designed by community developer ElSlayer. It connects to vMix via the web API. It allows you to build custom, lightweight control surfaces (dashboards) tailored specifically to your production needs.
The vMix Universal Title Controller is a specialized script/plugin (often developed by the community and embraced widely due to its utility) that acts as a central command center for your graphics.
: Production teams can update guest names and titles on the fly without cluttering the main vMix workspace. Automated Graphics vmix universal title controller
UTC allows widgets to talk to one another. For example, you can create a dropdown menu listing all the speakers at a conference. Selecting a speaker's name from the dropdown can automatically populate separate Text widgets with their specific job titles and corporate logos, ensuring zero typing errors during a fast-paced live transition. Syncing with External Hardware
Assign hotkeys or MIDI controllers to your UTC buttons to trigger graphic updates without using a mouse.
If you are currently typing directly into the Title settings window, you are working too hard and risking your live show. By adopting the Universal Title Controller, you gain:
Stop fumbling through XML files. Start controlling your titles like a broadcast pro.
Link external data sources directly to your vMix titles. Why Use vMix UTC Instead of Built-In Tools? : Managing scoreboards, timers, and "score up" logic
: Supports basic scripting and triggers to automate complex production workflows.
So, what makes the vMix Universal Title Controller so special? Here are some of its key features:
For sports streaming, use the controller alongside a scoreboard title. Map properties for Home_Score , Away_Score , Period , and Game_Clock .
Many workflows involve both tools in tandem. For instance, one tutorial series shows how to build a player profile graphic in GT Title Designer, then map that graphic’s text fields to data contained in an Excel spreadsheet using UTC. Another series demonstrates displaying multiple dynamic graphics simultaneously, using GT Designer for the visual creation and UTC’s list widget for feeding data into the graphics.
| Platform/Tool | Role in Title Control | |---------------|------------------------| | vMix Desktop | Direct title editing and animation | | vMix Web Controller | Wireless tablet control over local network | | Stream Deck + Companion | One‑button title sequences | | MIDI Controller (X-Touch, Launchpad) | Faders for text speed, buttons for cueing | | REST API / HTTP Shortcuts | External apps (e.g., scoring software, CMS) can push data to vMix titles | | OSC (via third‑party tools) | Advanced show control from GrandMA, QLab, etc. | Open vMix’s Settings window, navigate to the tab,
Instead of using baked-in video clocks, use UTC to control a live text timer. You can set a 10-minute countdown that automatically executes a vMix shortcut to transition from the "Stream Starting Soon" scene to your live camera feed the exact second the timer hits zero. Best Practices for Live Production
: Provides control over countdowns or clocks within titles.
Because UTC functions are just HTTP API commands, you can script them.
// 3. Build the API URL // Syntax: http://IP:PORT/api/?Function=SetText&Input=INPUTKEY&SelectedName=KEYNAME&Value=TEXT const baseUrl = `http://$vmixIp:$vmixPort/api/?`;