Imported Videos reporting incorrect date in the Content Created column despite EXIF data being correct.

I have a single *.mov file on a NAS with full RWX (777) permissions set and I am the owner of the file. Permissions are not the issue.


When I drag this file into FCPX, the content created date reports May 10, 2023. This file was created on 08-01-2020.


EXIFTOOL reports that all of the dates in the metadata read August 1st, 2020 and there is no evidence of May 10th anywhere in the file at all.


Unfortunately, this one little hiccup is making it nearly impossible to organize my media and thus, produce anything of value.


Is there some sort of caching going on that disallows me from trashing incorrectly logged media so I can import the correct media or is FCPX just broken?

Posted on Jun 30, 2023 10:40 PM

Reply
Question marked as Top-ranking reply

Posted on Jul 1, 2023 11:52 AM

I did a quick test. FCP 10.6.6 displays imported movie dates in this order in its "Content Created" column if one or all of them exist (...I did not test if GPS locations or timezones might intervene like they do in images...):


1. Keys:CreationDate (.mp4, .m4v, .mov)

2. UserData:DateTimeOriginal (.m4v)

3. QuickTime:CreateDate (.m4v)

4. MacOS:FileCreateDate (.mp4, .m4v, .mov)


So using Keys:CreationDate in the import movie is most robust in all those movie date variants (.mp4, .m4v, .mov). The same applies also to other current movie metadata (Author, Title (or DisplayName), Description, Keywords, (UserRating)).


In addition to Keys and UserData, there is also ItemList with similar tags.


...sadly movie metadata is still a moving target...

Similar questions

4 replies
Question marked as Top-ranking reply

Jul 1, 2023 11:52 AM in response to Jonathan Griffith

I did a quick test. FCP 10.6.6 displays imported movie dates in this order in its "Content Created" column if one or all of them exist (...I did not test if GPS locations or timezones might intervene like they do in images...):


1. Keys:CreationDate (.mp4, .m4v, .mov)

2. UserData:DateTimeOriginal (.m4v)

3. QuickTime:CreateDate (.m4v)

4. MacOS:FileCreateDate (.mp4, .m4v, .mov)


So using Keys:CreationDate in the import movie is most robust in all those movie date variants (.mp4, .m4v, .mov). The same applies also to other current movie metadata (Author, Title (or DisplayName), Description, Keywords, (UserRating)).


In addition to Keys and UserData, there is also ItemList with similar tags.


...sadly movie metadata is still a moving target...

Jul 1, 2023 12:30 PM in response to Jonathan Griffith

Jonathan, this might not be the issue you're having, but when I run Sony AVCHD media through EditReady to create standalone .mov files, it causes their modification dates get reset to the current date. I run this bash script to re-assign the modification date to the original creation date. This makes FCP display and sort them correctly.


/usr/local/bin/fmusetmod.sh

#!/bin/bash
for i in *.mov
        do
                created=`/usr/bin/GetFileInfo -d "$i"`;
                /usr/bin/SetFile -m "$created" "$i";
        done

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Imported Videos reporting incorrect date in the Content Created column despite EXIF data being correct.

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.