What is a video alpha channel?

A video alpha channel is the fourth channel (beyond red, green, and blue) that stores transparency information for each pixel. A value of 0 means fully transparent. Maximum value means fully opaque. Everything in between is semi-transparent.

Export a file that actually contains alpha

Background removal here writes alpha into WebM or ProRes 4444 — not a black background that looks transparent in a screenshot.

Export with this tool

15 free seconds on first sign-in. No subscription required to try a short clip.

How it works

Standard video has three color channels:

  • Red (R)
  • Green (G)
  • Blue (B)

Video with an alpha channel adds a fourth:

  • Alpha (A): Opacity at each pixel

When a video file doesn't have an alpha channel, every pixel is assumed fully opaque. Transparent regions must be filled with a color (often black or white) on export. This is why files without alpha appear to have solid backgrounds.

Why partial transparency matters

Alpha isn't just on/off. Partial transparency (values between 0 and max) is critical for:

  • Hair and fine details: Individual strands are partially transparent
  • Motion blur: Moving edges blend with the background
  • Anti-aliasing: Smooth edges without jagged pixels
  • Feathered masks: Gradual transparency falloff

If alpha could only be 0 or 100%, edges would be harsh and aliased. Partial transparency creates natural compositing.

Alpha channel vs. green screen

These are different concepts:

  • Green screen (chroma key): A filming technique. You shoot against a green (or blue) background, then remove that color in post-production to create transparency.
  • Alpha channel: Transparency data stored in the video file. The file already knows which pixels are transparent.

Green screen is one way to create an alpha channel. AI background removal (like this tool) is another. The final exported file with alpha doesn't contain green—it contains transparency data.

Viewing the alpha channel

In editing software (Premiere, After Effects, Resolve), you can view the alpha channel as a grayscale matte:

  • White pixels: Fully opaque (100% visible)
  • Black pixels: Fully transparent (0% visible)
  • Gray pixels: Semi-transparent (partial visibility)

This grayscale representation shows exactly what the alpha channel contains. It's useful for troubleshooting masks and understanding where transparency exists.

Formats that support alpha

Not all video formats carry alpha channels:

  • Supports alpha: VP9 WebM (yuva420p), ProRes 4444 MOV, HEVC-with-alpha, PNG sequences, Animation codec
  • Doesn't support alpha: H.264 MP4 (everyday workflows), ProRes 422 and below, most H.265/HEVC (except Apple's specific alpha variant)

See which format to export for detailed guidance.

Frequently Asked Questions

Can I add an alpha channel to an existing video?

If the video was already exported without alpha (e.g., H.264 MP4 with black background), the transparency data is permanently lost. You can't recover it. You would need to re-export from the original source with alpha enabled, or use background removal to generate new alpha data.

Does alpha increase file size?

Yes, storing a fourth channel adds data. The increase depends on the codec and compression. ProRes 4444 files are significantly larger than ProRes 422. WebM VP9 with alpha is larger than without, but still relatively small due to compression.

Can I use alpha for effects beyond transparency?

Alpha is transparency data. Some compositing workflows use alpha for masking or blending modes, but the core purpose is defining which pixels are see-through. Effects like color correction or filters don't directly use alpha—they operate on RGB channels.

Sources

Export video with a proper alpha channel

Upload your video and export with real alpha channel data — not just a black background.

Export with this tool

15 free seconds on first sign-in. No subscription required to try a short clip.