Jump to content

Exiftool

From www.ReeltoReel.nl Wiki
Revision as of 06:58, 17 June 2025 by Pvdm (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

To fix the date time on the pixel 6a photo and video files, use for photos:

# exiftool '-FileName<DateTimeOriginal' -d '%Y%m%d_%H%M%S%%-c.%%e' *.jpg


and for video files: (NOT ENTIRELY CORRECT NEEDS UPDATING!!)

# exiftool '-FileName<FileModifyDate' -d '%Y%m%d_%H%M%S%%-c.%%e' *.mp4