# Remove Audio Track from Videos

> Strip the audio track from video files to create silent videos. Supports MP4, WebM, MOV. Handles most clips under 500MB without breaking a sweat.

Live tool: https://lofttools.com/tools/video-tools/remove-audio-from-video

Category: Video Tools

## How it works

1. **Select video** — Drag and drop your video file or click to browse
2. **Remove audio** — Click remove to strip the audio track from the video
3. **Download** — Get your silent video file instantly

## FAQ

### Is the process lossless?

Yes. The video stream is preserved as-is with only the audio track removed, so there is no quality loss.

### Can I keep specific audio tracks?

For videos with multiple audio tracks, you can choose which tracks to remove.

### What is the maximum file size?

There is no server limit since processing happens locally. Your device's memory is the only constraint — most handle files up to 100MB.

## Privacy — what we do not do

This tool runs entirely in the browser via WebAssembly. Your file never reaches a Loft Tools server. Specifically:

- **No upload.** The file bytes load into the browser tab's memory and process on your own CPU. Open DevTools → Network and observe zero outbound requests carrying file data while Remove Audio Track from Videos runs.
- **No AI training on your file.** Loft does not train models. We could not train on a file we cannot see.
- **No content scanning.** No virus, copyright, or content-moderation pass against your file. The bytes are not accessible to us.
- **No server-side log of file contents, filenames, or EXIF metadata.** Cloudflare edge captures URL and truncated IP for abuse defense (standard CDN behaviour). Cloudflare Web Analytics records anonymous page hits, no cookies, no PII. Nothing about your file content reaches any log.
- **No retention.** Close the tab and the file leaves browser memory. No backups exist on our side because no copy ever existed on our side.
- **No account.** No email, no signup, no auth, no telemetry tied to you.
- **Offline-capable after first visit** (PWA). Once you've loaded a tool, it caches; later sessions work without internet. For high-sensitivity files, run the tool once online to warm the cache, then disconnect before processing.

Compare with upload-based services: each transmits your file to a processing server. Even over HTTPS, each has logs, retention windows, and subpoena exposure. Loft has none of these because the server architecture does not include your file.

## More

- All tools: https://lofttools.com/tools
- Category: https://lofttools.com/tools/video-tools
- LLM index: https://lofttools.com/llms.txt
