Why Does My Transparent Video Have a Black Background?
Diagnose a black background in an overlay by checking alpha support, codec, export settings, and player interpretation.
A transparent video usually shows black because its alpha channel was removed during export, the chosen codec cannot store alpha, or the player is displaying transparency against black. Check the source codec and alpha metadata before applying a chroma key. Black pixels and transparent pixels are not the same thing.
Confirm whether alpha exists
Import the file into a video editor and place it above a bright solid-color layer. If the color shows through, the file contains usable transparency and the black appearance came from the original viewer. Many basic players use black as the canvas behind transparent media.
If the rectangle remains black in an editor, inspect the clip properties. ProRes 4444 may include alpha, but the codec name alone does not guarantee that the exporting application wrote the alpha channel. Look for RGBA, “Millions of Colors+,” or an alpha-channel indicator. MediaInfo and ffprobe can also expose the pixel format.
H.264 MP4 normally has no alpha
The common H.264 video inside an MP4 stores color but not a standard per-pixel alpha channel. Exporting transparent artwork to H.264 usually flattens empty areas onto black or another matte color. Renaming the file to .mov cannot restore information that was discarded.
For professional editing, export QuickTime MOV with ProRes 4444 and RGB + Alpha or the equivalent channel option. For browser and some OBS workflows, VP9 WebM with alpha can be a smaller alternative. HEVC with alpha exists in Apple-centered workflows but needs exact compatibility testing.
Read what ProRes 4444 with alpha means before choosing an export preset.
Check straight versus premultiplied alpha
An alpha file can still show dark fringes around glows and antialiased edges. The RGB values may have been premultiplied against black while the editor interprets them as straight, or the reverse. Change the clip's alpha interpretation in the editing application. Do not use a hard chroma key on fine semi-transparent edges unless no alpha master exists.
Straight alpha stores unmodified color plus coverage. Premultiplied alpha stores color already multiplied by coverage, often against a named matte. Both can work when the importer interprets them correctly.
Wallpaper and overlay are different uses
A desktop wallpaper is the final background, so transparent regions have nothing beneath them unless the wallpaper app composites another layer. Many wallpaper players will show the transparent area as black by design. Composite the HUD over a background first and export a normal H.264 MP4 for wallpaper playback.
An OBS or editing overlay is placed above another source, so alpha has a clear purpose. Add the file as a media source above gameplay or camera footage. Test it with the OBS animated-overlay steps.
If the alpha is already gone
Return to the original project and export again. If only a flattened black-background file remains, a luma or chroma key may remove much of the black, but dark artwork, shadows, blur, and glow will also be damaged. That is a salvage operation, not true recovery.
Keep the alpha master separately from the lightweight preview and wallpaper copy. Clear filenames such as hud-alpha-prores4444.mov and hud-background-h264.mp4 prevent the wrong rendition from reaching the final application.