ExifTool Forum

ExifTool => Newbies => Topic started by: tgji on October 14, 2023, 01:30:27 PM

Title: Add time between photos in a sequence?
Post by: tgji on October 14, 2023, 01:30:27 PM
I've used exiftool a bit before and I am a novice when it comes to coding, and I'm willing to try on my own but I'm not exactly sure where to start. Here's what I am trying to achieve:

I am digitizing all my parents old family photos — a huge undertaking because they were pretty consistent with taking photos of myself and my siblings as we grew up.

So that the photos can be easily added to whatever photo viewing/library software one prefers (e.g., Apple Photos or Google Photo) and benefit from curation features that use time/date/location (e.g., "memories" in Apple Photos"), I've been going the extra step of trying to date/time photos, and add location data.

This is fairly easy within apps like Apple Photos or using exiftool. However, I would also like to preserve the ordering of photos — and my preference is to try to guess time of day using the following heuristics:

This last step, performed manually, is painstaking and I cannot help but to think there's a better way to automate this process. Anyone willing to give me some ideas of how to do so using exiftool and whatever other software / programming language? Happy to "buy you a beer" (if you have a donate page, like https://ko-fi.com or something).

Thanks so much!
Title: Re: Add time between photos in a sequence?
Post by: wywh on October 14, 2023, 02:14:52 PM
I have used a similar approach with my old scanned images and movies.

I use GraphicConverter (macOS) to set the metadata dates (and file dates). It can set the spacing between images -- I usually use 300-600 seconds (5-10 minutes) because that allows me to insert many images in between, if necessary.

I use GC Browser also to paste locations (from a spreadsheet although GC can also save GPS for often used locations), Captions, Keywords, ratings, and to copy metadata dates to file names and vice versa.

I also use exiftool to filter and fix some tags etc, if necessary.

- Matti
Title: Re: Add time between photos in a sequence?
Post by: Phil Harvey on October 14, 2023, 02:25:48 PM
There are many topics in this forum with examples of how to space date/time of images by a fixed amount.  Search for "FileSequence DateTimeOriginal" (without the quotes) in the forum.

- Phil
Title: Re: Add time between photos in a sequence?
Post by: StarGeek on October 14, 2023, 03:43:31 PM
**checks notes**

Original increment timestamp post (https://exiftool.org/forum/index.php?topic=5621.msg27394#msg27394), still works.
Title: Re: Add time between photos in a sequence?
Post by: tgji on October 15, 2023, 08:49:25 AM
Thanks everyone! Several suggestions and old posts to get me started. Thank you!