Exiftool: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
and for video files: | and for video files: (NOT ENTIRELY CORRECT NEEDS UPDATING!!) | ||
# exiftool '-FileName<FileModifyDate' -d '%Y%m%d_%H%M%S%%-c.%%e' *.mp4 | # exiftool '-FileName<FileModifyDate' -d '%Y%m%d_%H%M%S%%-c.%%e' *.mp4 |
Latest revision as of 06:58, 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
and for video files: (NOT ENTIRELY CORRECT NEEDS UPDATING!!)
# exiftool '-FileName<FileModifyDate' -d '%Y%m%d_%H%M%S%%-c.%%e' *.mp4