Renaming CyanogenMod Pictures

Started by hmeiser2000, June 26, 2013, 04:41:14 AM

Previous topic - Next topic

hmeiser2000

Hello,
since I have CyanogenMod 10.1 on my Galaxy S2 the ExifTool is not able to rename these pictures and videos.
I am using this command line:
exiftool.exe -d %Y.%m.%d_%H.%M.%S%%-c.%%le "-filename<DateTimeOriginal" . -ext avi -ext jpg -ext nef -ext thm -ext mp4 -v0 -k
This line was working before and is working for the pics of my other cameras. I have also tried the new version 9.32.
Here I have a link to one picture:
https://www.dropbox.com/s/tmtvdscr4zpyid1/IMG_20130315_125117.jpg

This is the output of ExifTool:
Warning: Bad IFD0 offset for InteropVersion - c:/Test/IMG_20130315_125117.jpg
Warning: No writable tags set from c:/Test/IMG_20130315_125117.jpg
Nothing changed in c:/Test/IMG_20130315_125117.jpg

What is wrong here?
Can someone help me, please.

Hans

Phil Harvey

Hi Hans,

For this command to work, the DateTimeOriginal tag must exist, but it doesn't in the image you posted.

Use this command to see what date/time tags exist:

exiftool -a -G1 -s -time:all FILE

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