Remove ID3 Tags & Recording Data from Audio.
Strip artist names, album art, encoder fingerprints, Vorbis Comments, and recording device identifiers from your audio files. FFmpeg WASM performs a lossless stream copy directly in your browser with zero re-encoding and zero server uploads.
What's Hidden Inside Your Files
These are real metadata fields commonly found in audio privacy files.
| Field | Example Value |
|---|---|
| ID3v2:TPE1 (Artist) | John Smith |
| ID3v2:TALB (Album) | Private Recordings 2026 |
| ID3v2:TDRC (Recording Date) | 2026-08-15 |
| ID3v2:APIC (Album Art) | (embedded 320x320 JPEG) |
| ID3v2:TENC (Encoder) | LAME 3.100 |
| Vorbis:VENDOR | Xiph.Org libVorbis I 20200704 |
| RIFF INFO:ISFT | Zoom H6 Firmware v2.10 |
| iTunes:©too (Encoder) | iTunes 12.12.10.1, AAC Encoder |
Comprehensive Metadata Stripping
ID3v1 & ID3v2 Tags (MP3)
Strips all ID3 frames including TPE1 (artist), TALB (album), TIT2 (title), TDRC (recording date), TENC (encoder), COMM (comments), TXXX (user-defined text), and APIC (album art).
Vorbis Comments (OGG/FLAC/Opus)
Removes all key-value Vorbis Comment pairs including ARTIST, ALBUM, TITLE, DATE, ENCODER, VENDOR, and custom tags from OGG, FLAC, and Opus containers.
iTunes Metadata Atoms (M4A/AAC)
Strips ©ART, ©alb, ©nam, ©day, ©too, ©cmt, aART, and covr (cover art) atoms from the iTunes/QuickTime moov.udta.meta container.
Embedded Album Art
Removes APIC frames (ID3v2 JPEG/PNG album art), METADATA_BLOCK_PICTURE (FLAC cover art), and covr atoms (M4A cover art) that may contain identifying imagery.
WAV RIFF INFO Chunks
Strips INAM, IART, ICMT, ISFT, IPRD, IGNR, ICRD, and all other INFO sub-chunks from the RIFF container, including voice recorder firmware identifiers.
All Stream-Level Metadata
FFmpeg -map_metadata -1 comprehensively strips metadata from all container levels. The -c copy flag ensures the audio codec bitstream is transferred byte-for-byte without re-encoding or quality loss.
Common Questions
Learn More
Dive deeper into metadata privacy and how to protect yourself.