DataToolsLab

Audio & Video Tools

Trim, convert, compress, join, and analyse audio and video without uploading a single byte. Waveforms, spectrograms, thumbnails and ID3 tags are handled by your browser's own media APIs, and format conversion runs on a self-hosted ffmpeg engine compiled to WebAssembly. Nothing is sent to a server, and the tools keep working offline once the engine has been cached.

Most popular

Trim & Cut

Convert

Edit & Process

Analyse & Transcribe

All tools

About Audio & Video Tools

Audio and video files are usually far too personal or too large to upload to a random converter site. These tools run entirely client-side: the media engine is ffmpeg compiled to WebAssembly and served from this domain, waveform and spectrogram rendering use the Web Audio API, frame grabs and thumbnail compositing use canvas, and the file transcriber runs Whisper on your own device. Cut a ringtone, convert MP4 to WebM, extract a soundtrack, normalise a podcast to −16 LUFS, or export subtitles from a recording — all locally.

Related categories

Frequently asked questions

Are my audio and video files uploaded anywhere?

No. Every tool in this category runs in your browser: the media engine is WebAssembly served from this site, the audio analysis uses the Web Audio API, and frame and thumbnail work happens on a canvas. There is no upload step and no server-side processing.

Why does the first conversion take longer?

The ffmpeg engine is about 31 MB of WebAssembly and is downloaded on first use, then cached by the browser. The speech recognition model is about 39 MB and behaves the same way. After that first fetch, conversions start immediately.

Which formats are supported?

Audio: MP3, WAV, OGG Vorbis, AAC/M4A, FLAC and Opus. Video: MP4, WebM, MOV, MKV and AVI for input, with MP4 (H.264/MPEG-4), WebM (VP8/VP9), MOV and animated GIF for output. Stream copy is used whenever it avoids a re-encode.

How fast is in-browser video encoding?

The engine runs single-threaded, so a re-encode takes roughly the clip's own length or a little longer. Operations that only rewrite a container — trimming with copy, removing an audio track — finish in seconds regardless of length.

Will converting reduce the quality of my file?

Only operations that re-encode can affect quality, and those give you a quality control. Trimming with the copy option, removing audio, and editing ID3 tags never touch the original frames, so they are lossless and instant.

Online