Mute a Video
Pick a video and get a silent copy — the audio track is removed losslessly in your browser, nothing is uploaded.
Mute a video
Pick a video and get back a silent copy — the audio track is removed. The video itself is stream-copied (not re-encoded), so it's fast and the picture quality is byte-for-byte the same. Everything runs in your browser; nothing is uploaded.
Notes
- Lossless and quick: only the audio is dropped, the video stream is copied.
- The output keeps the original container format (mp4, webm, …).
FAQ
Is my video uploaded?
No — ffmpeg runs in your browser tab; the file never leaves your device.
Will the quality change?
No — the video is copied without re-encoding; only the audio is removed.
Which video formats can I mute, and what do I get back?
Anything ffmpeg can read — mp4, webm, mov and mkv are the common cases. The
output stays in the same container as the input (an mp4 in gives an mp4 out)
and is named after the original with a -muted suffix, e.g.
holiday.mp4 → holiday-muted.mp4.
Is there a file size limit?
Yes — the input video can be up to 25 MB, and the muted output is capped at 25 MB too. Since muting only drops the audio track, the output is always a bit smaller than the input, so in practice only the input limit matters.
Developer & Automation Access
Run it from the terminal
Same engine as this page, headless — via the gizza CLI:
gizza tool video-mute 'url=https://example.com/input'New to the CLI? Get gizza →
Open it by URL
Pre-fill and auto-run this tool with query parameters — the names match the API/CLI:
https://gizza.ai/tools/video-mute/?url=https://example.com/inputMachine-readable descriptor: tool.json — title + parameters JSON Schema for agents.
