Flash for digitized film photos

Started by Masa, May 13, 2023, 11:48:15 AM

Previous topic - Next topic

Masa

I have thousands digitized old film photos in TIFF format.
Some of those photos are taken with flash and some photos are not taken with flash.
Which kind of command I should use to mark those photos which are taken with flash?

I tried "exiftool -flash=fired" and it now looks like this:
Flash Fired                     : True
Flash Function                  : False
Flash Mode                      : Unknown
Flash Red Eye Mode              : False
Flash Return                    : No return detection

If I add flash settings with Windows Explorer it only looks like this:
Flash                           : Firedor
Flash                           : No Flash
It looks simplier if I add flash with Windows Explorer.

Phil Harvey

Try extracting with the -a -G1 options to see where this information is stored.  You can write exactly what you want with ExifTool, but sometimes you need to be a bit more specific and specify the group name.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

Masa

Quote from: Phil Harvey on May 16, 2023, 02:34:20 PMTry extracting with the -a -G1 options to see where this information is stored.

Thanks!

I tried "exiftool -flash=fired" and it now looks like this:
[XMP-exif]      Flash Fired                     : True
[XMP-exif]      Flash Function                  : False
[XMP-exif]      Flash Mode                      : Unknown
[XMP-exif]      Flash Red Eye Mode              : False
[XMP-exif]      Flash Return                    : No return detection

And when I add the flash with Windows explorer it looks like this:
[ExifIFD]       Exif Version                    : 0231
[ExifIFD]       Flash                           : Fired
[ExifIFD]       Padding                         : (Binary data 2060 bytes, use -b option to extract)

So correct command for simple flash field would be "exiftool -exifIFD:flash=fired" or "exiftool -exifIFD:flash="no flash""

StarGeek

Quote from: Masa on May 17, 2023, 04:52:14 AMSo correct command for simple flash field would be "exiftool -exifIFD:flash=fired" or "exiftool -exifIFD:flash="no flash""

I would suggest simply
exiftool -EXIF:Flash=Fired /path/to/files/

The EXIF:Flash tag has a list of possible values to set.  See here.  You would set it to the words on the right, with quotes if there is a space in the value.

Setting just -Flash=Fired is using the Composite:Flash tag, which sets multiple values in the XMP group.  See the Composite tags page for the list.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype