Jump to content

Exiftool: Difference between revisions

From www.ReeltoReel.nl Wiki
Pvdm (talk | contribs)
Created page with "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 for video files: # exiftool '-FileName<FileModifyDate' -d '%Y%m%d_%H%M%S%%-c.%%e' *.mp4"
(No difference)

Revision as of 06:45, 17 June 2025

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


for video files:

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