Search found 3 matches

by misscheevius
Sat Feb 01, 2025 3:21 am
Forum: MP - General Support
Topic: Rename MOV files to encoded date
Replies: 1
Views: 909

Rename MOV files to encoded date

Hello,

Trying to rename a bunch of MOV files downloaded (bulk) from Apple iCloud. Incorrect modified/creation date, but the exiftool encoded date is correct. Can’t work out the right ‘code’ to use to convert.

Any tips/advice greatly appreciated, thank you.
(Downloaded 77,000 files and have sorted ...
by misscheevius
Fri Jan 31, 2025 9:52 am
Forum: MP - General Support
Topic: XMP datecreated
Replies: 2
Views: 1100

Re: XMP datecreated

Thanks

Managed to get them sorted with your instructions, and ultimately as below (in case anyone else trying to work it out!)
1. xmp2exifDate: -k "-exif:createdate<xmp:datecreated" -overwrite_original
2. then run batch rename with: {EXIF:Date Digitized [Y_m_d_]
3. -k -"filename<xmp:datecreated ...
by misscheevius
Wed Jan 29, 2025 7:54 am
Forum: MP - General Support
Topic: XMP datecreated
Replies: 2
Views: 1100

XMP datecreated

Hello,

Downloaded photos from Apple. Date in exif is date file saved, the date picture taken is available in XMP photoshop:datecreate (sidecar).

Any way that I can (batch) rename the photos/videos based on the XMP date?

Thank you.