I would pay for having the shutter count !!!

Started by martmtl, December 06, 2017, 11:03:30 AM

Previous topic - Next topic

martmtl

I am not very good with these command line on Terminal ...

Can someone actually do it for me, I would pay !!

Thank you

Phil Harvey

The steps are simple:

1. Download the ExifTool windows executable, and unzip the archive.

2. Move "exiftool(-k).exe" to your hard disk and rename it to "exiftool(-shuttercount -k).exe".

3. Drag and drop files and/or folders onto "exiftool(-shuttercount -k).exe"

- 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 ($).

StarGeek

Since "Terminal" is mentioned, it might be that they're on a Mac instead of Windows.  I could be wrong, though.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

Phil Harvey

Ah.  You're probably right.  So the instructions are:

1. Install ExifTool for the Mac.

2. Open a Terminal window and type "exiftool -shuttercount" then SPACE (but no RETURN)

3. Drag and drop files and/or folders onto the Terminal window

4. Select the Terminal window, then press RETURN.
...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 ($).

martmtl

Thank tou for your help

But it doesn't work maybe you can tell me what is wrong with my command ?

I have attached the terminal line

Thank you

StarGeek

Last login: Wed Dec  6 22:48:57 on ttys000
Martins-MacBook-Pro:~ martinallaire$ "exiftool -shuttercount" /Volumes/Untitled/DCIM/118_FUJI/DSCF8606.JPG
-bash: exiftool -shuttercount: command not found
Martins-MacBook-Pro:~ martinallaire$


Remove the quotes.  You put them around both the command (exiftool) and the argument to the command (-shuttercount).  This causes bash to look for a single command called "exiftool -shuttercount", which doesn't exist.

Try this:
exiftool -shuttercount /Volumes/Untitled/DCIM/118_FUJI/DSCF8606.JPG

"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

martmtl

Sorry still doesn't work !!

Look at the attached document


StarGeek

Last login: Wed Dec  6 23:40:07 on ttys000
Martins-MacBook-Pro:~ martinallaire$ exiftool -shuttercount /Users/martinallaire/Desktop/DSCF8606.JPG
Martins-MacBook-Pro:~ martinallaire$


It worked.  It's just that your camera doesn't save a ShutterCount.  Looking at the Fuji camera metadata list, you might try to use ImageCount instead, but might have to face the probability that your camera doesn't save that information to the pictures.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

pointbob

Quote from: Phil Harvey on December 06, 2017, 12:41:32 PM
The steps are simple:

1. Download the ExifTool windows executable, and unzip the archive.

2. Move "exiftool(-k).exe" to your hard disk and rename it to "exiftool(-shuttercount -k).exe".

3. Drag and drop files and/or folders onto "exiftool(-shuttercount -k).exe" and exiftool(-imagecount -k).exe

- Phil

Hi Phil. I tried this with canon 80 d and the command prompt just told me to "press return" and then closed the command prompt with no info.
exiftool(-shuttercount -k).exe and imagecount

canon 80 d not supported?

StarGeek

From what I recall, a lot of Canon cameras don't include this information in the file, though the camera may keep track of it internally.  I faintly recall a linux program that could get the info from older cameras, like a decade ago.  No idea if it's still possible or not.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype