ExifTool Forum

ExifTool => Newbies => Topic started by: comy on May 06, 2015, 09:58:19 AM

Title: Not displaying FocalLenght tag
Post by: comy on May 06, 2015, 09:58:19 AM
Hello,

maybe is too easy for most of you but i don't understand what is wrong. I have the following syntax:

exiftool -f -model -make -lens - shutterspeed -aperture -focallenght -lensdataversion -T -args DIR > out.txt

All the info's are correct except the -focallenght which is not displayed in resulted file.

Any suggestions, please?
Thank you
Title: Re: Not displaying FocalLenght tag
Post by: Phil Harvey on May 06, 2015, 10:27:21 AM
There are a few problems with the command you posted:

1) "focallenght" is spelt incorrectly.  It should be "focallength".

2) there is a space before "shutterspeed" that shouldn't be there.

3) the -args option is not compatible with the tab-delimited format (-T)

4) the -f option is unnecessary because it is already included in -T

- Phil
Title: Re: Not displaying FocalLenght tag
Post by: comy on May 06, 2015, 12:27:58 PM
Ok, many thanks!
It's much better now!