About Video Tools
Video Tools is a small collection of free video and audio tools that run entirely in your web browser. There are no uploads, no accounts and no watermarks — just fast, private utilities for everyday media tasks.
Our mission
Most people only need to do simple things with a video: pull out the audio as an MP3, trim a clip down to the good part, turn a few seconds into a GIF, or convert an awkward format into a plain MP4. Yet the typical online tool makes you upload private footage to a server, wait in a queue, dodge paywalls and sign-up walls, and accept a watermark on the result. We think that is backwards. Video Tools exists to make these common tasks fast, free and genuinely private.
Privacy first by design
Every tool on this site processes your files locally using ffmpeg compiled to WebAssembly, which runs inside your browser. Your videos are never transmitted to us or to any third party. That is not a policy we promise to follow — it is how the tools are built. The site is also a Progressive Web App, so after the first visit it is cached and keeps working with no internet connection; the ffmpeg engine downloads once (about 9 MB) the first time you convert and is then cached for offline use too. For the full details, see our privacy policy.
Local vs cloud video tools
The difference between Video Tools and a typical cloud converter comes down to where your file is processed. Cloud tools send the video to a server; these tools do the work on your own device. That single choice is what makes them private, free of upload waits and usable offline — at the cost of leaning on your device's memory and CPU for very large files or heavy re-encodes.
| Local (this site) | Typical cloud tool | |
|---|---|---|
| Upload required | No | Usually |
| File-size caps | None (device memory) | Common |
| Works offline | Yes, after first load | No |
| Files stay private | Yes — never sent | Sent to a server |
A note on speed and honesty
We will not pretend in-browser conversion is faster than a native desktop program — it usually is not, because ffmpeg here runs as single-threaded WebAssembly rather than native multi-core code, and a full re-encode can take a few minutes. What it is, instead, is private, free of uploads, and available on any device with a browser. Light operations like extracting audio or a lossless trim are quick; heavy re-encodes trade some speed for never having to hand your file to a stranger's server.
How it stays free
Video Tools is supported by advertising. We display ads from Google AdSense on our pages, and that revenue covers hosting and ongoing development so the tools can remain free for everyone. Ads never get access to your files, because your files never leave your device in the first place. If you would like to understand how ad cookies work and how to control them, our privacy policy explains your options.
Who is behind this
Video Tools is built and maintained by a small independent developer who kept hitting the same wall: needing to grab the audio from a video or trim a clip, and finding only bloated sites that wanted an upload, an account or a subscription first — some of them downright sketchy. The fix was to write the tools properly, run them client-side, and put them online for anyone to use. If a tool here saves you a few minutes, that is the whole point.
Get in touch
Found a bug, have a feature request, or want to suggest a new tool? We would love to hear from you on the contact page. Video Tools is built to be useful, and feedback from real users shapes what we add next.