ExifTool Forum

ExifTool => Newbies => Topic started by: PatrickMarq on July 15, 2022, 05:44:13 AM

Title: analog film Values
Post by: PatrickMarq on July 15, 2022, 05:44:13 AM
I see following possible Fields but I can't put Values into it.

Film Brand -> Portra
Film Source -> ??
Film Type -> Color Negative
Film Vendor -> Kodak

FileSource: 1 = Film Scanner
   2 = Reflection Print Scanner
   3 = Digital Camera

can anyone help me out ?
Title: Re: analog film Values
Post by: StarGeek on July 15, 2022, 01:12:43 PM
You're listing tag descriptions (see FAQ #2 (https://exiftool.org/faq.html#Q2)).  What are the actual tag names and groups?  Use the command in FAQ #3 (https://exiftool.org/faq.html#Q3) to figure this out.

I'll give odds that these are MakerNotes tags, which cannot be created, only edited.
Title: Re: analog film Values
Post by: elaurin on August 26, 2022, 10:15:24 AM
I've noted the same, that film-related tags are not writable (for jpegs).

Some related tags names (found using exiftool -list) are:

All really useful metadata for those who shoot film! Unfortunately, it seems these tags are not writable for exif or xmp. E.g., I don't see these same tags using:

exiftool -listw -exif:all

exiftool -listw -xmp:all


I'm curious what software CAN be used to write these tags or what it might take to make these tags writable. How could one determine if these are MakerNotes? I see the FilmSize tag show up on images scanned at my local lab (using a NORITSU scanner) -- though still not writable in the images that have them.
Title: Re: analog film Values
Post by: StarGeek on August 26, 2022, 11:06:51 AM
You would have to look them up under the Tag Name subpages (https://exiftool.org/TagNames/). I use a Google search with site:exiftool.org/TagNames (https://www.google.com/search?q=site%3Aexiftool.org%2FTagNames+&ie=utf-8&oe=utf-8) to limit the search to just those pages.

A quick check shows that most of those fall under the FlashPix file format (https://exiftool.org/TagNames/FlashPix.html) and Material Exchange Format file format (https://exiftool.org/TagNames/MXF.html).  Basically not available for using in standard image formats.

AFAIK, there are not any standard tags for analog camera values.  IMO, the best place to include them would be either as part of the Description or, if your photo management program supports them, hierarchical tags.

As an example, I use HierarchicalSubject to assign time zone data to images I collect.  In IMatch, it ends up looking like this
(https://i.imgur.com/Kkl85ab.png)

If you include it in the Description, I would do it after the regular description and in a set format, so that you could search for it easily and it could be extracted with exiftool if needed.  Something like
Description first paragraph, random text

More Description paragraphs, random text

Film Tag 1: value
Film Tag 2: value
Film Tag 3: value

With a good management program, you could then do a search on the specific film tag and value.
Title: Re: analog film Values
Post by: elaurin on August 29, 2022, 10:31:43 AM
Thanks StarGeek. That is very helpful!

I had a feeling I might need to use hierarchical tags. I hadn't though of using the description to store metadata (other than a general description of what was photographed). I might give it a try.

(Also very handy to know the trick for searching all tag name subpages).