Metadata Finder
EN UK RU FR ES PT DE IT PL JA TR ZH

FLAC Metadata Viewer

Free online FLAC metadata viewer. Upload a FLAC file to inspect Vorbis comments (title, artist, album, year), the STREAMINFO block (sample rate, bit depth, channels, duration) and embedded cover art — everything runs locally in your browser.

About FLAC and its metadata

FLAC (Free Lossless Audio Codec) is an open, lossless compression format widely used by audiophiles, music libraries and archivists. Unlike MP3, FLAC preserves the original PCM audio bit-for-bit while still reducing file size by 30–60%. Every .flac file begins with a four-byte fLaC signature followed by a chain of metadata blocks: STREAMINFO, VORBIS_COMMENT, PICTURE, SEEKTABLE, CUESHEET, APPLICATION and PADDING. Each block describes a different aspect of the recording — together they form the full metadata picture of the track.

This tool decodes those blocks directly in your browser, so you can audit what your FLAC files reveal about you before sharing them online, sending them to a label, or submitting them to a streaming service.

How to view FLAC metadata

  1. Select your file: drag & drop or pick a .flac file from your device. The file is opened locally — nothing is uploaded anywhere.
  2. Inspect Vorbis comments: the parser reads TITLE, ARTIST, ALBUM, ALBUMARTIST, DATE, GENRE, TRACKNUMBER, DISCNUMBER, COMPOSER, ISRC, REPLAYGAIN_* and any custom tags.
  3. Read the STREAMINFO block: view sample rate, bit depth, channel count, total samples, duration and the MD5 audio fingerprint.
  4. Preview embedded artwork: if the file carries a PICTURE block, the cover art is rendered as a thumbnail.
  5. Copy or export: press Copy to send a plain-text dump of every tag to your clipboard.

What FLAC metadata is displayed?

Why check FLAC metadata?

FAQ

What is a Vorbis comment in a FLAC file?

Vorbis comments are the standard tagging format used inside FLAC, OGG Vorbis and Opus files. Each tag is a simple FIELD=value pair (e.g. ARTIST=Radiohead). FLAC stores them in a dedicated VORBIS_COMMENT metadata block right after the STREAMINFO block.

How is FLAC metadata different from MP3 ID3 tags?

MP3 files use binary ID3v1/ID3v2 frames at the start (or end) of the file. FLAC instead uses UTF-8 text Vorbis comments inside its native block structure. Field names are case-insensitive and you can add unlimited custom tags. There is no fixed "genre code" list — any string is valid.

Can the viewer show embedded cover art?

Yes. If the FLAC carries a PICTURE block (or, less commonly, a base64-encoded METADATA_BLOCK_PICTURE inside the Vorbis comments), the tool decodes it and displays a preview together with the picture type, MIME type, dimensions and colour depth.

Is my FLAC file uploaded to a server?

No. The whole analysis happens in your browser using JavaScript. Your file never leaves your device, so the tool is safe for unreleased masters, demos and private recordings.

Will the tool change my file?

No. This is a read-only viewer. To edit tags or strip metadata you can use a desktop tool like Mp3tag, MusicBrainz Picard or metaflac.

What does the MD5 audio signature mean?

FLAC stores an MD5 hash of the decoded PCM stream in STREAMINFO. After decoding, the player recomputes the hash and compares it with the stored one — a match proves the audio is bit-perfect and the file is not corrupted.

Why are some tags missing?

FLAC does not require any tags at all. If the artist or album field is empty, the encoder simply never wrote it. Many ripping programs (EAC, dBpoweramp, XLD) let you choose which tags to include during the rip.

How large a FLAC file can I open?

The viewer reads only the metadata blocks at the beginning of the file, so even multi-gigabyte 24-bit / 192 kHz files open instantly without loading the audio data into memory.

Does the viewer support FLAC inside Ogg or Matroska?

Native .flac files (with the fLaC stream marker) are fully supported. FLAC embedded in Ogg or MKV containers is detected but only basic file information is shown — for tag editing inside those containers use a dedicated tool.