Not to worry, I found the name, it is stored in the meta under two different types which look like this:
File Index : 7716
File Number : 103-7716
Unsure as to the extra number on file number, but file index, just add IMG_ to the start and .JPG to the end.
Was doing a massive SD card recovery and wanted to not have the scrambled jpg names that the recovery produced.
Using exiftool (on linux) they can be renamed with this simple command, !however! be warned, I think it will overwrite duplicates if two images happen to have the same file index:
File Index : 7716
File Number : 103-7716
Unsure as to the extra number on file number, but file index, just add IMG_ to the start and .JPG to the end.
Was doing a massive SD card recovery and wanted to not have the scrambled jpg names that the recovery produced.
Using exiftool (on linux) they can be renamed with this simple command, !however! be warned, I think it will overwrite duplicates if two images happen to have the same file index:
Code Select
exiftool '-FileName<IMG_$fileindex.JPG' *