Clapr is a set of video and audio tools that run inside your browser tab. You pick a file, the work happens on your own machine, and you get the result back. There is no upload step, no queue, no account, and no watermark.
That is the whole product. It is deliberately not a video editor, not a cloud service, and not a subscription.
Most "online video converter" sites work the same way: you upload your file to someone's server, wait in a queue behind everyone else, download the result, and trust that the copy on their disk eventually gets deleted. For a 2 GB wedding video, a client's unreleased footage, or a screen recording with your inbox visible in the corner, that trade is worse than it looks.
Browsers can now do this work locally. FFmpeg — the tool that underpins most video processing anywhere — compiles to WebAssembly and runs at usable speed in a modern browser. Clapr exists because once that is true, uploading is no longer the price of admission.
SharedArrayBuffer, which is why tool pages are served with Cross-Origin-Opener-Policy: same-origin and Cross-Origin-Embedder-Policy: credentialless.The FFmpeg WebAssembly core is self-hosted from this domain rather than pulled from a CDN, so using Clapr does not hand a third party a log of what you process.
Being honest about the limits matters more than the pitch:
SharedArrayBuffer. Where those are unavailable, Clapr falls back to a slower single-threaded path, and some tools may not run at all.Clapr is built and maintained by a single developer. You can reach me at hello@clapr.app — bug reports and "this file broke it" emails are genuinely welcome, since browser-based processing has more edge cases than a server pipeline does.
Email: hello@clapr.app
For what data Clapr does and does not collect, see the Privacy Policy. For terms of use, see the Terms of Service. To browse everything Clapr can do, see all tools.