The Drop · June 22, 2026
A live performance visualizer for the screen behind your set
Visuals behind a live set do a different job than a clip on a phone. The screen is huge, the room is dark, and nobody is reading captions. A live performance visualizer has to fill that wall with motion that rides the music and never steals focus from the people playing. You can build those loops in a browser for free, and the steadier way to run them is not live at all.
Photo via Unsplash
What a visualizer behind a live set has to do
A stage screen is not a square on a feed. It is the biggest light source in the room, it sits behind the performers, and it runs for the length of the song or the whole set. That changes what you want from it. The visuals need to read from the back of the room, move with the track, and stay in the background so the band stays the show. Words behind a singer almost always fight the singer, so most of the time you want shapes, color and your own art rather than text.
The standard way pros handle stage screens is to split the job in two: pre-rendered clips that play back reliably, plus reactive effects layered on top. A browser tool like the visualizer sits cleanly on the pre-rendered side of that split. It turns a track into a reactive 1080p video you can drop onto the screen, and it does it without a VJ rig, a subscription or a single watermark.
Render your loops, do not gamble on a live tab
Here is the honest limitation, and working with it makes for a better show. The app reacts to the audio file you load into it, not to the live sound in the room. It plays your track, draws the visuals to match, and records the canvas and the audio together into a video. So the reliable plan for a live performance visualizer is to render the visuals for your set ahead of the night and play those files back on the screen, not to wire the app into the desk on the fly.
Pre-rendering buys you a lot. You can watch the result, re-roll anything that misfires, and walk into the venue with files that look the same every time. There is also a hard technical reason to do it early: the app records in real time, and a browser tab that loses focus stops drawing frames, which leaves you with a frozen video. That is fine at home where you can keep the tab in front. It is a disaster to discover on a stage. Render in a quiet room, check the file, then bring the file.
Cut the text: a shapes mode built for a stage
For a backdrop you usually want no words at all, and the app has a clean way to get there. Leave the text box empty and it stops using text entirely. With the box empty it runs one of three ways: your uploaded images only, generated shapes only, or pure black strobe. The shapes engine cycles through a checkerboard, circles, squares, rings, stripes, triangles and dot fields, all drawn from the center so the shake and zoom effects still throw them around. That is the mode most live sets want behind a player: abstract, reactive, and free of anything to read.
If you do want something specific on the wall, load images instead. A tour logo, an album cover or a few stills become the content the beat cuts between, and you can pin a particular image to the kick, the snare or the hi-hat so it only flashes up when that drum hits. That gives you a backdrop that is unmistakably yours without a word of text on it.
Dial the look to the room
A few settings carry most of the weight on a big screen:
- Lock the cuts to the tempo. The app detects the BPM when the track loads and changes content on a beat grid, so the visuals breathe with the song instead of drifting against it.
- Keep the palette tight. Two or three saturated colors flipping on the cuts read far cleaner from the back of a venue than the full rainbow, and a black and white look puts all the weight on the contrast of the cuts.
- Save the big reaction for the big moment. The bass drop detector tears the frame into glitch slices and shakes the picture when the low end stays heavy, so set it to fire on the actual drop rather than every kick. The same detector does the heavy lifting in the dubstep visualizer guide.
- If you build to a peak, the climbing color and energy approach in the EDM visualizer guide maps neatly onto a live arrangement that rises into a chorus or a drop.
Get the loops onto the venue screen
When the visuals hit where they should, render. The app captures the canvas at 1920x1080 and 60fps with the track muxed in, and the export is a WebM file with no watermark and no account, and your audio never leaves your machine. From there you load that file into whatever already drives the screen at the venue.
- A simple media player set to loop is enough for many small rooms. Render one long file per track, or a few short loops you can repeat across a section.
- If the venue runs OBS or a VJ app, the WebM (or an MP4) drops in as a media source or a clip
you can trigger. Most VJ tools want MP4, and one command converts it:
ffmpeg -i set.webm -c:v libx264 -crf 18 set.mp4 - Render at the screen's aspect ratio in mind. A wide LED wall and a single projector frame the same file very differently, so check it on something close to the real shape before the night.
Your duty of care when the whole wall is flashing
This matters more on a stage than anywhere else, because the screen fills the audience's field of view. Flashing light is more likely to trigger a seizure in someone with photosensitive epilepsy when it covers a large part of what they can see, and a full stage wall is the worst case for that. The widely used guidance, from WCAG and broadcast rules, is to keep flashing to no more than three flashes in any one second, and the most provocative range sits roughly between 10 and 25 flashes a second. Red flashing is harder on people than other colors.
The app's persistent flicker control runs from 2 up to 30 Hz, which passes straight through that danger zone, so for a big wall keep the flicker low or switched off and lean on the cuts, the color and the shapes for energy instead of a hard strobe. Then do the human part: put a flash warning on the event listing and a notice at the door. Whoever runs the room carries a real duty of care to the people in it, and at venue scale that warning matters more, not less.
Build your stage loops
Free, browser-based, and your track never leaves your machine.
Open the visualizer