Skip to content

Free toolsAudio and video

MP4 to WebM

The royalty-free web format: smaller than H.264 at the same look, for sites that want it.

This one runs on your credits. The royalty-free web format: smaller than H.264 at the same look, for sites that want it.

Sign in and get 500 free credits every month — enough for many files — then drop the file in the workbench and run mp4 to webm there.

Pick a file below to see exactly what it would cost.

More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension

How to convert MP4 to WebM

  1. Drop the video.
  2. Nothing to choose.
  3. Press Convert and download the WEBM.

What happens to your file

The video is re-encoded as VP9 with Opus sound in a WebM container — what Chrome, Firefox, Edge and Safari play natively and what web publishers use beside an MP4 fallback.

VP9 encodes slower than H.264: expect a few times the wait of an MP4 conversion for the same clip.

Questions

When do I want WebM instead of MP4?

For a website: it is smaller at the same look and needs no licence. For a phone, an editor or a message, keep MP4.

Do this in code

curl -X POST https://api.fylane.dev/v1/jobs \
  -H "Authorization: Bearer $FYLANE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "file_id": "<file id>",
    "operation": "video.convert",
    "options": {
      "container": "webm"
    }
  }'

The same operation, video.convert — Anything playable becomes H.264+AAC in a faststart MP4 — or, by `container`, MOV, MKV, or VP9+Opus WebM. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.