exiftool help needed

Tony-S

Member
Joined
Aug 16, 2009
Messages
1,144
Location
Colorado, USA
Format
Multi Format
I'm trying to tag my scanned images with the lens used, but LensModel does not seem to work:

exiftool -Make=Canon -Model="Canon F-1n" -FocalLength=50 -LensModel="FD 50mm f/1.4" -ISO=100

Everything else does. Does anyone know how to get lens information incorporated into these files? They are 16-bit TIFFs.

Thanks!
 

gmikol

Subscriber
Joined
Mar 2, 2009
Messages
633
Location
Vancouver, W
Format
35mm
As far as I know, LensModel is not stored as a string, but rather, as a numeric code, which gets encoded/decoded by the tool which is reading/modifying the EXIF data (exiftool or other). There are no EXIF codes for FD lenses.

I have a vague memory of finding another EXIF field that stored some lens information that could be written as an arbitrary string, but I can't find my notes right now. Sorry.

--Greg
 
OP
OP

Tony-S

Member
Joined
Aug 16, 2009
Messages
1,144
Location
Colorado, USA
Format
Multi Format
If you do recall, I hope you'll post it here. I've tried -LensModel, -Lens and -LensID and none work. I don't know if there are others; I can't seem to locate such information.
 

glhs116

Member
Joined
Jul 4, 2009
Messages
146
Format
35mm
Do you need to escape the forward slash? Something like f\/1.4 or use strong quotes (e.g. 'these' rather than "these")?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…