2024-11-12: ExifTool 13.03 is now available
Quote from: FrankB on Today at 01:56:47 AMQuote from: ThankYou on Today at 01:26:42 AM@FrankB, I think your suggestion seems like it would be exactly what I'm looking for, but is that something that can be called via the exiftool terminal command?
No. GUI uses the GeoCode webservice to get the data (lat, lon, country, city etc) and ExifTool to update the files.
Quote from: ThankYou on Today at 01:26:42 AM@FrankB, I think your suggestion seems like it would be exactly what I'm looking for, but is that something that can be called via the exiftool terminal command?
./exiftool -ext png -filetype -filetypeextension /mnt/user/metadata/Andrew/time\ capsule/six\ flags\ pix/
./exiftool -ext png -if "$filetype eq 'JPEG'" "-filename=%f.jpg" /mnt/user/metadata/Andrew/time\ capsule/six\ flags\ pix/
./exiftool -ext png -if "$filetype eq 'PNG'" "-filename=%f.png" /mnt/user/metadata/Andrew/time\ capsule/six\ flags\ pix/
./exiftool -ext png "-filename=%f.$fileTypeExtension" /mnt/user/metadata/Andrew/time\ capsule/six\ flags\ pix/
Quote from: StarGeek on November 20, 2024, 05:19:45 PMQuote from: wlire on November 20, 2024, 04:11:50 PMSo instead of copying the system file modify date, can I just offset all the quicktime times 4 hours forward?
You can use the GlobalTimeShift option with -TagsFromFileQuoteIn addition to this, I would like to preserve the existing system file modify date
Add the -P (-preserve) option.
Test this first, but the command would be something like
exiftool -P -GlobalTimeShift 4 -TagsFromFile @ -Time:All /path/to/files/