Skip to content

Instantly share code, notes, and snippets.

@piperswe
Created July 18, 2022 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save piperswe/4e5755375318620b4769c4133369f5c2 to your computer and use it in GitHub Desktop.
Save piperswe/4e5755375318620b4769c4133369f5c2 to your computer and use it in GitHub Desktop.
ExifTool script for scans of Kodak FunSaver negatives
exiftool \
-Make='Kodak' \
-Model='FunSaver' \
-FocalLength='30 mm' \
-MinFocalLength='30 mm' \
-MaxFocalLength='30 mm' \
-FocalLengthIn35mmFormat='30 mm' \
-MaxApertureValue='11' \
-LensMake='Kodak' \
-LensSpec='30mm f/11' \
-LensInfo='30 30 11 11' \
-ApertureValue='11' \
-FNumber='11' \
-ISO='800' \
-LensModel='' \
-xmp:flash='{mode=on,fired=true}' \
-exif:FileSource='Film Scanner' \
*.tif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment