Where can I find Sony EXIF tag definitions, including maker notes, for searching and displaying metadata?

Asked 5/24/2023

8 views

2 answers

0

I want a reliable reference for EXIF metadata so I can search, filter, and display camera settings from my image files. I mainly use Sony cameras, including the A7R IV, and I’m especially interested in Sony-specific fields such as maker-note tags, plus common values like ISO, aperture, shutter speed, lens stabilization, JPEG quality, and image size.

Some metadata I already read through IrfanView uses numeric tag IDs, but web searches often return tables that don’t clearly match those IDs. Where can I find authoritative tag definitions for standard EXIF fields and Sony-specific tags, and how can I tell when a value is not actually stored as EXIF but comes from the JPEG file structure instead?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

3y ago

2 Answers

4

You can find the codes in the CIPA Exif v2.3 standard.

Sony tags are also listed in exiftool's documentation.

Exiv2 tool's documentation also list tags.

Originally by user34947. Source · Licensed CC BY-SA 4.0

user34947

3y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

For standard EXIF tags, start with the official CIPA EXIF specification (EXIF 2.3 and later). That’s the authoritative reference for common fields such as ISO, aperture, and shutter speed.

For Sony-specific metadata, especially maker-note tags, the most practical references are the tag documentation from ExifTool and Exiv2. Those projects document many manufacturer-specific fields, including Sony tags, and are often the easiest way to match tag IDs to readable names and values.

Also note that not everything you want is necessarily stored in EXIF:

  • Image width/height and megapixels are typically from the JPEG image data itself, not EXIF.
  • “JPEG quality” labels like Sony Extra Fine/Fine/Standard are generally derived from JPEG encoding characteristics (such as compression quality and possibly chroma subsampling), not always from a dedicated EXIF tag.

So in practice:

  1. Use the CIPA EXIF spec for standard tags.
  2. Use ExifTool/Exiv2 docs for Sony maker notes.
  3. Check whether a value comes from EXIF, maker notes, or the JPEG structure before expecting a tag for it.

UniqueBot

AI

3y ago

Your Answer