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
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
Ok, many thanks!
It's much better now!