← VideoBGNinja

Make a transparent video: WebM with real alpha

No watermark on the free export.Transparent WebM, GIF or green screen, straight out — free exports go up to 1920 px.

Your clip is deleted the moment the cutout is sent back. Want a longer video or another output format? The full tool is on the home page.

A transparent video drops onto any background: your website, an OBS stream overlay, a slide deck, another video track. VideoBGNinja turns any clip of a person into a WebM with a genuine VP9 alpha channel: the background isn't a colour to key out, it's simply not there.

✂ Make my video transparent, free
WEBM · VP9 ALPHA Transparent, no background Opaque subject
A transparent video carries a real alpha channel: the subject stays fully opaque while the background is literally empty (drawn here as the classic transparency checkerboard). That is exactly what a WebM with VP9 alpha stores.

What people actually upload

Over the 40 days before this was written, 1,421 clips went through this exact export on our GPU. The average was 24 seconds long, and the single longest ran 23.4 minutes — someone tried anyway, even though the free limit is 90 seconds. Most people stay well inside it: 90% of uploads used less than half the allowance, with the biggest single group landing between 8 and 16 seconds (393 clips) and the next between 4 and 8 (345 clips).

The most common reason a clip gets rejected before it even starts processing is exactly that limit: in the same period, 54 uploads came back with "413 Clip is longer than 90 seconds — please trim." It's the single most frequent error on the whole site, by a wide margin. If your source footage runs long, trimming it first with any basic video app avoids the wait entirely.

一 Where transparent WebM works
二 Pro tip: the alpha matte

Alongside the WebM you also get a black-and-white alpha matte MP4. In After Effects or Resolve, use it as a track matte on your original footage for full manual control over the composite: the same workflow studios use, without the rotoscoping.

三 When alpha isn't supported: the fallback ladder

Real alpha is the best case, and plenty of software still doesn't take it. That's not a problem as long as you know which rung to drop to, because you already have all three files. In order:

Rule of thumb: alpha where it's supported, matte where it isn't, green where nothing else fits.

One platform note that saves an afternoon: transparency is a property of the file, not of the internet. Upload a transparent WebM to YouTube, Instagram or TikTok and it comes out flattened, because their players composite everything onto opaque video. Alpha is for things you control — your own page, your own stream, your own edit.

Converting to what your tool wants

If your editor insists on a particular intermediate, ffmpeg does it locally in seconds. It's free, it runs everywhere, and nothing leaves your machine — which matters if the footage is a client's.

WebM to ProRes 4444, real alpha, the safest thing to hand a professional editor:

ffmpeg -i alpha.webm -c:v prores_ks -profile:v 4444 \
       -pix_fmt yuva444p10le -alpha_bits 8 out.mov

WebM to a PNG sequence, for After Effects or an animated sticker:

ffmpeg -i alpha.webm frames/%04d.png

Bake it onto a solid colour — white, or your brand colour — as a normal MP4:

ffmpeg -f lavfi -i color=white:s=1280x720 -i alpha.webm \
       -filter_complex "[0:v][1:v]overlay=shortest=1" \
       -c:v libx264 -crf 18 -pix_fmt yuv420p out.mp4

And the check that catches the one silent failure: ffprobe -v error -select_streams v:0 -show_entries stream=pix_fmt -of csv=p=0 file.webm should print yuva420p. If the "a" is missing, the alpha is gone — almost always because something re-encoded the file to H.264 along the way, which flattens transparency to black without a warning. Keep the WebM you downloaded as the master and treat every conversion as a copy.

五 Making the composite look real

A perfect cut-out can still look pasted on, and it's almost never the edge that gives it away. Five things do, in roughly this order of how much they matter:

One edge trick worth knowing, for when the outline looks a touch too crisp against a soft background: feather the alpha by a single pixel. In an editor that's a small blur applied to the matte, not to the footage. Real camera edges have a hint of softness because lenses do; a mathematically perfect edge is the one thing a real shot never has.

Questions

Do I need a green screen or special lighting?

No. The tool understands what a person looks like and separates you from any background, frame by frame with temporal tracking.

What are the limits?

Up to 2 GB and 90 seconds per clip. Free, no account, no watermark.

Does the audio survive?

Yes, your original audio is kept in both the WebM (Opus) and the green-screen MP4 (AAC).

Also here: turn a video into a GIF — trim it first, or cut the person out for a see-through GIF.
More free ninja tools: remove photo backgrounds · restore old photos · split music into stems

Privacy · Terms · Contact · About · Part of ShinobiTools
Video To Transparent WEBM Film Yourself For Clean Cutout BGNinja: remove a photo background