Mute Video is the kind of utility you bookmark and reach for when you need it. Remove or bypass audio streams while keeping video quality and container options under your control. It loads quickly, works on any modern browser, and produces a result you can download or copy in a single click.
Typical users of Mute Video include students submitting video assignments, support agents preparing screen recordings and teams compressing demo recordings. The thread connecting all of them is the same: a focused video editing and conversion task that fits cleanly into a browser tab and benefits from a tool with sensible defaults and minimal setup.
The execution path is auditable from the page itself: open developer tools, switch to the Network tab, run a job. The requests you see are static-asset GETs for the engine and the page resources. The actual work is JavaScript code running against the bytes already in your tab's memory.
Mute Video is implemented on top of FFmpeg compiled to WebAssembly. The accepted input formats are MP4, WebM, MOV, MKV, AVI, FLV, and OGV, decoded in the browser, processed, and re-encoded into the output format. Files up to 500 MB are well within the comfort zone of any modern browser.
Most people land on Mute Video via a search at the moment they actually need the tool. That shapes the design: the page is a single screen with the input on one side, the controls in the middle, and the result on the other, so a first-time visitor can complete the job without reading documentation.
Workflow tip: Mute Video pairs well with Replace Video Audio and Add Audio to Video. Other adjacent tools you may find useful are Video Metadata Remover and Video Thumbnail Generator. Because every tool is a separate page, you can mix and match the steps that match your job. Bookmark the ones you reach for the most.
The output handed back by Mute Video is `{name}-edited.{ext}`. If you would prefer to keep the result in the browser instead of downloading it, you can copy it from the result panel and paste it directly into another tab — useful when the next tool in your workflow expects pasted text rather than a file.
Constraints worth knowing about: inputs are capped at 500 MB to keep memory usage in a sensible range, one input is processed per run, and the tool must be loaded over HTTPS for the in-browser engine to work. These are properties of the architecture.
Mute Video is built around steady iteration on a small set of options rather than feature creep. Every additional setting attracts a slightly different audience, but a long settings panel makes the common case slower for everyone. The current controls reflect what users of the tool actually use.
A short note on how Mute Video came to look the way it does: every iteration started by watching how someone unfamiliar with the tool actually used it, then removing whatever got in their way. That is why the upload area dominates the screen, the run button is bigger than the secondary controls, and the result panel is unmissable when the job finishes.
Pro tip: Mute Video works just as well in a private/incognito window as in a normal one, which is occasionally useful when you want zero browser-history footprint of the job. Another tip: if the tool ever feels slow, it is almost always because the browser tab is competing for CPU with another tab — pausing or closing the heavy ones gives the engine room to work.
Common gotchas worth flagging: Mute Video only accepts MP4, WebM, MOV, MKV, AVI, FLV, and OGV, so if your file is in another format you will need to convert it first. The 500 MB ceiling is per-file, not per-session; you can run as many separate jobs as you like, but a single oversized input will be rejected on load.
As a single-page tool, Mute Video stays focused on one video editing and conversion step. Multi-step workflows are composed by chaining adjacent tools — each tool produces a standard file the next one can read directly, so a longer pipeline is just a sequence of short tab-and-tab visits.
Open the workspace above to start using Mute Video. The engine loads on the first interaction so the page itself stays light, and once the tool is warm it processes subsequent jobs quickly. The moment the page is interactive, the tool is ready to do real work on your file.
No — the video stream is copied as-is for the fastest possible processing (a few seconds even for long clips). Only the audio track is removed.
MP4 with the original H.264/H.265 video stream copied without re-encoding, and no audio track. Quality is identical to the source.
Because no pixels are touched — FFmpeg simply remuxes the video stream into a new MP4 container without the audio track. This is the same reason other in-browser tools take longer: they have to re-encode every frame.
Even remuxing requires FFmpeg WebAssembly to read every byte of the file. Cloud tools may have faster disk I/O, but they require uploading your file. This tool runs entirely on your device for full privacy.
Completely. Your file never leaves your device — no upload, no account, no tracking, no watermark.
No — once muted and downloaded, the new file has no audio. Keep the original if you might need the audio later.
Up to 500MB. Larger files may exhaust the browser tab's WebAssembly memory.
Mute Video processes one input at a time by design — it keeps memory usage predictable on lower-end devices and makes results easier to verify. To handle a folder, run the tool once per file; the page stays loaded between runs and remembers your last-used settings, so the second run is essentially instant.
Mute Video is a browser-only tool by design and does not expose a hosted API. The reason is the same as the privacy story: there is no Favtoo backend doing the work, so there is no service to call. If you need to script the same transformation, the underlying engine (FFmpeg compiled to WebAssembly) is open-source and can be used directly from your own code.
Mute Video is updated whenever the underlying engine releases an improvement or a bug fix. Because the tool is delivered as a static page, every visit fetches the latest version automatically — there is no "version" to manage on your end. If a particular release ever changes default behaviour, the change is documented on Favtoo's changelog so you can confirm what shifted.
Mute Video is built on FFmpeg compiled to WebAssembly, which is the same class of engine used by professional video editing and conversion pipelines. For deterministic operations, the output is byte-identical to what an equivalent CLI run would produce; for operations involving a codec or a model, the result is well within the range of what comparable tools generate. If you have a specific reference output you need to match, run a small test job first to confirm the configuration produces what you expect.
Mute Video runs in any modern mobile browser — Safari, Chrome, Firefox and the in-app browsers in most messaging apps all support the underlying APIs. Performance depends on the device: a recent phone handles typical inputs nearly as fast as a laptop, while older devices may take a few seconds longer near the 500 MB ceiling. The interface lays out cleanly on small screens, so you do not need to pinch-zoom to see the controls.
No installation is needed. Mute Video runs as a normal web page, with no browser extension, no native helper, and no separate desktop client to download. That is partly a privacy choice — extensions can request broad permissions, while a regular page is sandboxed by default — and partly a convenience one: you can use Mute Video on any computer you have temporary access to without leaving anything installed on it.
Failures usually fall into one of three buckets: the input is in an unsupported format, the input is over the size cap, or the input is structurally malformed (a truncated download, a partial export, or a stream the engine does not recognise). The first two are easy to confirm — check that your file is one of MP4, WebM, MOV, MKV, AVI, FLV, and OGV and that it is below 500 MB. For the third, opening the file in its native viewer first is the fastest way to confirm the source is intact.
Favtoo keeps no copy of your file because Favtoo never receives your file. Mute Video runs entirely in your browser, the input is held only in your tab's memory, and closing the tab discards it. There is no opt-in cloud history, no "recent jobs" panel synced to an account, and no server-side retention to configure — the architecture simply has nowhere for your file to be stored.
Video to GIF
Convert any video clip to an animated GIF entirely in your browser. Pick the start, length, frame rate, and width — your file is processed locally with FFmpeg WebAssembly and never uploaded.
Screen Recorder
Record your screen, a window, or a browser tab directly in your browser. Optionally include system audio and your microphone. Capture, preview, and download the video without installing any app — and without uploading anything.
Webcam Recorder
Record your webcam directly in your browser with optional microphone audio. Pick the resolution (480p, 720p, or 1080p), frame rate, and mirror mode, then capture and download the result without installing any app.
Screen + Webcam Recorder
Record your screen with your webcam composited into a picture-in-picture corner — perfect for tutorials, course videos, demos, and reaction recordings. Pick the camera position, size, and audio sources, then capture and download in your browser.
Video Slideshow Maker
Turn a stack of photos into an MP4 slideshow with per-slide durations, crossfades, and an optional soundtrack. Pick the resolution (up to 1080p), frame rate, and transitions, then download a single MP4 — all processed in your browser with FFmpeg WebAssembly.
Video from Images + Audio
Combine a stack of photos with a music track or narration into a single MP4 video. Pick the resolution, per-slide duration, transitions, and let the slideshow length match the audio. All processed in your browser with FFmpeg WebAssembly.
Video Trimmer
Set precise in and out timestamps, snap to keyframes when needed, and document handles for social-safe cutdowns.
Video Splitter
Split any video into 2–10 equal-length pieces, packaged as a downloadable ZIP. Files are processed entirely in your browser with FFmpeg WebAssembly using lossless stream-copy.