|
I'd like to export focal length, shutterspeed to a single file (for excel), drawing from all the files in a single directory. I'm following the instructions, but clearly not well enough. I know nothing about command line syntax.
Thanks!
C:\Documents and Settings\Gino\Desktop\EXIF tool>exiftool -s -s -ApertureValue -
ExposureTime -FocalLength -Lens -ISO -r "C:\Documents and Settings\Gino\My Docum
ents\My Pictures\baby shower" > "\rawdata.txt"
gives me:
Can't use string ("25") as a HASH ref while "strict refs" in use at C:\Documents
and Settings\Gino\Desktop\EXIF tool/lib/Image/ExifTool.pm line 1861, <EXIFTOOL_
FILE> chunk 2.
|