79186956

Date: 2024-11-13 23:26:44
Score: 0.5
Natty:
Report link

From my experience, most vendors have the CreateDate set in their metadata. So you could try:

exiftool -CreateDate FILE/OR/FOLDER/PATH

If you want the output stripped of the field name and only output the raw value, use the -s3 option:

exiftool -s3 -CreateDate FILE/OR/FOLDER/PATH
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Benjamin W. Bohl