Free transparent music visualizer
Export the visualizer on its own, with a real alpha channel, so you can drop it over your own footage instead of the background this tool draws. Free, and it renders in your browser.
How to do it
Load your track and set up the visualizer as normal. When you are ready to export, open the Export dialog and set the background to Transparent. You can then choose the format: WebM for a small file, or ProRes for the format most editors prefer for alpha.
The editor background and the export background are separate on purpose. Keep a background in the editor to judge contrast while you work, and the export still comes out with real transparency.
The clip has no audio. A transparent overlay takes its sound from the timeline you drop it onto, so there is no need to bake the track in.
How the transparent export works
Every frame is rendered on its own, with the background layer left off, so the alpha is genuine rather than a black or green fill. The frames are then encoded in your browser with a bundled build of FFmpeg. That is the part that makes real alpha video possible.
The usual browser video path, MediaRecorder, cannot keep an alpha channel, and WebCodecs does not encode alpha either, so those routes would quietly flatten your visualizer onto black. Encoding the frames with FFmpeg is slower, but it is the one method that actually keeps the transparency.
Rendering frame by frame also means the timing is exact. Each frame is analysed at its own timestamp, so the clip lines up with the audio when you place it against the track in your editor.
Compositing tips
Go easy on the glow. A white glow that looks subtle over a dark editor background shows as a pale halo once there is nothing behind it. Turn it down for a clean cut out, and add glow in your editor over the top of the footage instead.
Match the frame rate. Export at the frame rate of your timeline. A 30 frame per second clip on a 24 frame per second timeline will be retimed or drop frames.
Trails composite fine. The trail effect fades previous frames rather than clearing them and keeps the alpha correct, so trails carry over. The first frame of a section just starts before any trail has built up.
For the other export options, see the music visualizer page.