Files & Media

File Metadata Reader & Editor

Inspect embedded file metadata, remove sensitive fields, edit PNG and JPEG values, and download a new copy—all locally in your browser.

Understanding file metadata, custom fields, dates, privacy, and format support

What file metadata really is

Overview

File metadata is information stored with or around a file. It may describe the file, its creator, the software or device that produced it, when it was created, and—sometimes—where it was created. Metadata is not one universal block shared by every file type.

Each format has its own containers and conventions. JPEG commonly uses EXIF, IPTC, and XMP; PNG uses chunks such as iTXt, tEXt, tIME, and XMP; MP3 uses ID3 frames; MP4 and M4A use atoms; PDF has document properties and XMP. A metadata reader needs a parser for each structure it wants to recognize.

MevoLab processes selected files locally in your browser. PNG and JPEG metadata can currently be edited or removed and exported as a new copy. Other formats may show only the metadata structures currently supported by this tool.

Where it is used

  • Recording camera model, lens, exposure, orientation, and GPS coordinates in photographs
  • Saving application settings, export details, workflow information, or custom notes
  • Storing a title, author, description, copyright notice, or creating software
  • Organizing music with title, artist, album, artwork, comments, and custom ID3 fields
  • Tracking document authorship, revision details, keywords, and application information
  • Checking files for identifying information before publishing or sharing them

Key facts

  • Metadata is format-specific; there is no single browser API that returns every field from every file type.
  • Custom metadata is valid. PNG iTXt fields and MP3 TXXX frames can store application-specific key/value data.
  • A file can contain readable metadata that a particular tool does not recognize.
  • The operating system modification date and an embedded metadata date are separate values.
  • Removing metadata does not blur faces, erase visible text, or remove information contained in the media itself.
  • The original file is never overwritten by this web tool; changes are exported as a new downloadable copy.

Examples

Custom project information inside a PNG

PNG supports custom textual fields. MevoLab can add this key/value pair without changing the image pixels.

PNG iTXt fieldProject
Stored valueWebsite hero image — final approved version

Standard JPEG authorship metadata

JPEG EXIF contains defined fields such as Artist, Copyright, Software, Image Description, and DateTime.

EXIF fieldArtist
Stored valueAlex Example

Custom information inside an MP3

Audio editors, publishing systems, and other services can place their own values in custom ID3 text, comment, or private frames. Some AI services use the same mechanism for prompts or generation settings. MP3 parsing is not yet implemented in this version of the tool.

Possible ID3 frameTXXX:Source
Stored valueRecorded during the summer campaign

Two different modification dates

Editing an embedded tIME or text field does not control the modification timestamp displayed by the operating system.

Embedded PNG time2026-07-27 18:30:00 UTC
Downloaded file dateSet by the operating system when the copy is saved

Common mistakes

  • Assuming “metadata” is one standard object that every file contains in the same way.
  • Assuming that no displayed fields means the file has no metadata. The reader may simply lack a parser for that format or custom structure.
  • Expecting an image metadata parser to understand MP3 ID3 frames, PDF properties, or MP4 atoms.
  • Treating the filesystem Date modified value as the same field as EXIF DateTime, PNG tIME, or an XMP date.
  • Expecting a browser download to preserve or choose the operating system creation and modification timestamps.
  • Believing that metadata fields must come from a fixed list. Many formats support custom or application-specific fields.
  • Assuming metadata removal makes a file anonymous when identifying details may still be visible or audible in the content.
  • Confusing metadata extraction with content analysis, such as speech transcription, OCR, object recognition, or image understanding.

Limitations

  • This version edits PNG textual and time metadata and a supported set of JPEG EXIF fields.
  • MP3 ID3, MP4/M4A atoms, PDF properties, WAV chunks, and other format-specific structures require additional parsers and are not yet fully inspected.
  • Compressed, encrypted, proprietary, damaged, or undocumented metadata may not be readable.
  • Some applications discard unknown metadata when they resave a file.
  • PNG metadata keys are limited to 1–79 Latin-1 characters, while iTXt values can contain UTF-8 text.
  • A PNG tIME chunk stores a timestamp but does not specify a timezone. MevoLab presents and writes it as an embedded file value, separate from filesystem time.
  • Very large files require more memory because browsers must read and rebuild the downloadable copy locally.

Technical details

Why another metadata tool may find more fields

A general file-analysis environment can apply several specialized parsers, container inspectors, media utilities, and binary fallbacks to the same file. It may inspect ID3 frames, EXIF, XMP, PNG chunks, MP4 atoms, printable strings, and the content itself.

A browser can access the selected file bytes too, but the website must implement or include the appropriate parser. Missing output is usually a parser limitation—not proof that the browser cannot access the metadata.

PNG text fields

PNG tEXt stores simple Latin-1 text, zTXt stores compressed text, and iTXt supports UTF-8. MevoLab writes custom PNG fields as uncompressed iTXt chunks so notes and international characters can be preserved.

The field name is the keyword and the field content is the value. For example, a Project keyword can identify where an image is used. Editing and publishing software may also store application-specific settings this way.

Embedded metadata versus filesystem properties

Embedded metadata travels inside the file bytes. Filesystem properties are managed by Windows, macOS, Linux, a cloud drive, or another storage system.

A browser can create a file containing an embedded date, but the operating system normally assigns a new filesystem modification time when that downloaded file is saved.

Reading metadata versus analyzing content

Reading a stored title, comment, or custom ID3 field is metadata extraction. Transcribing words from an audio track or recognizing text visible in an image is content analysis. The second task can reveal information that was never stored as metadata.

Frequently asked questions

Does MevoLab upload my file?

No. Metadata inspection and supported PNG/JPEG rewriting happen locally in your browser.

Can I add my own metadata field?

Yes for PNG files in this version. Open Editable, add a custom key and value, and download the edited copy. For example, use Project as the key and Website redesign as the value.

Why does another tool show metadata that MevoLab does not?

The other tool may support an additional metadata format, proprietary field, custom frame, compressed structure, or binary fallback. Metadata visibility depends on which parsers are applied.

Why can’t the tool see a custom field stored in my MP3?

The value may be stored in an ID3 TXXX, COMM, PRIV, lyrics, JSON, or application-specific frame. MP3/ID3 inspection requires a separate audio metadata parser and is not implemented in the current version.

Can I change the Date modified value shown by Windows or macOS?

Not through a normal browser download. MevoLab can edit supported dates embedded inside PNG or JPEG metadata, while the operating system controls the downloaded file’s filesystem timestamps.

Does removing all metadata remove every hidden detail?

It removes supported metadata containers from the exported PNG or JPEG. It cannot remove information rendered visibly into pixels, present in the media content itself, or stored in an unsupported proprietary structure.

Will editing metadata reduce image quality?

The PNG workflow rebuilds metadata chunks without recompressing the image pixels. JPEG metadata editing changes metadata segments rather than re-encoding the image content.

Will the original file change?

No. Browsers do not overwrite the selected local file. MevoLab generates a separate downloadable copy.

Private by design

Your input is processed locally in this browser and is not uploaded to MevoLab.

Guide

How to use the File Metadata Reader & Editor

Review what a file reveals, edit PNG or JPEG metadata, and export a privacy-friendly copy.

Choose a file

Drop a file into the upload area or browse your device. It is processed entirely in your browser.

Inspect metadata

Browse file, image, camera, location, date, and other metadata groups or inspect the raw result.

Edit image metadata

Update standard JPEG fields or add custom UTF-8 key/value metadata to PNG files.

Protect your location

Watch for the location warning and remove GPS metadata before sharing sensitive photos.

Download safely

Export edited metadata or remove PNG and JPEG metadata. Your original file remains untouched.