Created
July 18, 2022 22:16
-
-
Save piperswe/4e5755375318620b4769c4133369f5c2 to your computer and use it in GitHub Desktop.
ExifTool script for scans of Kodak FunSaver negatives
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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