Not displaying FocalLenght tag

Started by comy, May 06, 2015, 09:58:19 AM

Previous topic - Next topic

comy

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

Phil Harvey

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
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

comy

Ok, many thanks!
It's much better now!