- Joined
- Dec 31, 2019
- Messages
- 33
- Lightroom Version
- Lightroom Classic version: 11.1 [ 202112022200-7fd1f998 ]
- Operating System
-
- macOS 12 Monterey
I'm working to import a couple hundred old videos – but when I import them, LR ignores all the date/time metadata and assigns the date and time from the current date and time. I've seen many old threads about old bugs in LR, but none help me know how to convince LR 11.1 to correctly detect date/time metadata while importing videos. More context follows.
Some of the videos date back twenty years and have been through several format/codec transformations to bring them up to modern standards (m4v); much of the original metadata, if ever present, is long gone. I have personal knowledge of the original date for each clip, so I used the following approach to fill in every metadata tag I could imagine:
They stuck:
Is there a different metadata tag I should use so LR will pick it up properly?
Some of the videos date back twenty years and have been through several format/codec transformations to bring them up to modern standards (m4v); much of the original metadata, if ever present, is long gone. I have personal knowledge of the original date for each clip, so I used the following approach to fill in every metadata tag I could imagine:
t="2001:06:03:12:00:00"
f=somefile.m4v
exiftool -DateTimeOriginal="$t" -ContentCreateDate="$t" -CreateDate="$t" -ModifyDate="$t" -TrackCreateDate="$t" -TrackModifyDate="$t" -MediaCreateDate="$t" -MediaModifyDate="$t" -CreationDate="$t" "$f"
They stuck:
DateTimeOriginal : 2001:06:03 12:00:00
ContentCreateDate : 2001:06:03 12:00:00-04:00
CreateDate : 2001:06:03 12:00:00
ModifyDate : 2001:06:03 12:00:00
TrackCreateDate : 2001:06:03 12:00:00
TrackModifyDate : 2001:06:03 12:00:00
MediaCreateDate : 2001:06:03 12:00:00
MediaModifyDate : 2001:06:03 12:00:00
CreationDate : 2001:06:03 12:00:00
Is there a different metadata tag I should use so LR will pick it up properly?