Strip the hidden tags out of video and audio files. Runs entirely in your browser.
Media files carry a hidden note pinned to them: title, artist, comments, the software that made them, the camera or phone model, sometimes a GPS location, chapters and cover art. This tool tears that note off and gives you the same file back. The picture and sound are copied bit for bit, nothing is re-encoded, so there is no quality loss and it takes about as long as copying the file.
It is the browser version of the-Automator's Windows tool of the same name. Same one-line ffmpeg command under the hood, no install.
Nothing is uploaded. The FFmpeg engine (about 31 MB) downloads once into your browser and every file is processed on your own machine. Close the tab and nothing is left behind except the cached engine.
Replacing is done safely: the clean copy is written beside the original first and only then moved over it, so a crash mid-way cannot leave you with a half file.
Container tags (title, artist, album, comment, date, encoder, device, location and any custom tag), per-track tags (track titles, language labels), chapters, and data tracks such as GoPro telemetry or timecode. A few structural labels that the file format itself requires stay put: MP4 brand codes and handler names, Matroska track durations. They identify the format, not you.
Video: MP4, M4V, MOV, MKV, WebM, AVI, WMV, ASF, MPG, MPEG, VOB, TS, M2TS, MTS, FLV, F4V, 3GP, 3G2, GIF, IVF.
Audio: MP3, M4A, M4B, AAC, AC3, EAC3, WAV, AIFF, AU, AMR, CAF, FLAC, OGG, OPUS, WMA, WV, TTA, MP2.
Not supported (no writer in the browser engine): WTV, DVR-MS, RealMedia, SWF, APE, DSF, MIDI, playlists. Use the Windows tool for those.
A dirtsimple tool by the-Automator. Powered by FFmpeg via ffmpeg.wasm (GPL).