
Then type: Nikon DSLR: exiftool source_jpeg_file. How does ExifTool calculate shutter count?Ĥ) Viewing Shutter Count EXIF Data via ExifTool Type “cd c:” in Windows or “cd /” in MacOS to be in the same folder where the ExifTool executable resides. This will save a lot of exifdata to a text file. You can use exiftool to see a lot of information from the video file. (Open the disk image, double-click on the install package, and follow the instructions.ĮxifTool is commonly incorporated into different types of digital workflows and supports many types of metadata including Exif, IPTC, XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP and ID3, as well as the manufacturer-specific metadata formats of many digital cameras. (The file you download should be named ” ExifTool-12.30.

Launch the Terminal application from your /Applications/Utilities folder.… which avoids the need for the -sep argument and ensures that the subject tag is read back as a true list. It would appear that you were right in using the -sep argument but only because some apps are not as smart as others, or maybe they are too smartĮxiftool -overwrite_original_in_place -quiet -subject='cat' -subject='chat' -subject='egyptian mau' -subject='mau égyptien' Now, subject is a list or array tag, but both my app and PL5 are being “smart” and interpreting that “single word” as a list. On further investigation, it would appear that, because you have chosen to put comma-separated keywords within quotes, in order to simplify the command, the subject is being written as one single “keyword” including the commas unless you add the -sep argument. Subject : mau égyptien,egyptian mau,chat,catīut my app and PL5 interpret both versions correctly. If I don’t include it, ExifTool reads back the subject as… Subject : mau égyptien, egyptian mau, chat, cat If I use the -sep argument, ExifTool reads back the subject as…

It would appear that NeoFinder is misinterpreting the subject tag. The documentation states that the default, if -sep is not specified, is assumed to be “,”Įxiftool -subject='mau égyptien,egyptian mau,chat,cat' _JNA0004.NEF

Well, if I do not set this argument, the keywords are just one:
