• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
3

Premiere Sort by Creation Date Metadata Issue/Not reading Metadata Correctly ✅

Explorer ,
Mar 21, 2023 Mar 21, 2023

Copy link to clipboard

Copied

Premiere is not reading the correct "creation date" metadata on certain video files (in this example, GoPro hero 9 & A7siii videos, even when it shows the correct date/time created in finder on a Mac). It's useful to sort by creation date so you can see all footage in chronological order (regardless of the camera used).

How to reproduce: 

  1. On a Mac computer, download the zip file with video files from Google Drive link. Double-click on the zip file to extract video files.
  2. Open the extracted folder. If you don’t see the date created, right-click on the menu and select “date created”. TheBreeze21_0-1679443582365.png
  3. In Finder Click on date created to sort by date created. You will see that file name C6435.MP4 (A7siii)  was created on March 17th at 11:39 AM. IMG_8379 (iPhone video) was created on March 17th at 2:12 PM and GX012955 (GoPro Hero9)  was created on March 17th at 2:24 PM.
    TheBreeze21_1-1679443582329.png

     

    4. In Premiere, open and create a new project and Import the video files you downloaded from Drive into Premiere. In the bin where the files are located, Right-click the menu in list view and select metadata display. Search for and choose “Creation date” and “Date Time Digitized”. Click OK and sort by date created. 

TheBreeze21_2-1679443582900.png

5. Review if the metadata creation date matches what finder on Mac shows. It doesn’t display correctly compared to the finder creation date metadata. Sort by “Creation Date” and notice that file C6435 now has an incorrect metadata date/time of March 17th at 12:38 PM, IMG_8379 shows the correct date/time of 2:12 PM and GX012955 now shows an incorrect creation date as 10:23 AM instead of 2:24 PM. Date Time Digitized and Creation Date seem to have the same metadata.

TheBreeze21_3-1679443582363.png

The way it should work is to sort all video files by the date/time created and have them listed in order of date/time created chronologically. Also, ensure they are not grouped by the device (unless specified). If I add, iPhone, GoPro, and A7siii videos in a bin and choose “creation date”, it should list them all chronologically based on date/time.  


Mac M1 Max (Ventura 13.2.1)

Premiere Pro 23.2.0

Sony A7siii 422 10 bit

Gopro Hero 9

Gopro Hero 11


You can also watch this video to see how the metadata is being displayed correctly in Davinci Resolve and Final Cut Pro allowing you to sort by date/time created. Premiere currently is changing metadata on import which does not give me the ability to accurately sort by creation date. 

Bug Unresolved
TOPICS
Editing and playback , Import and ingest , User experience or interface

Views

2.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Mar 22, 2023 Mar 22, 2023

The issue here seems to be a discrepency between two different metadata encodings in each of these files. MediaInfo is an open source tool for viewing metadata inside video files, and below is a screenshot of the excellent Invisor app on Mac, which uses MediaInfo but allows you to load multiple files for easy comparison.

 

Take note of the "File > Created" and "Container > Encoded date" fields, highlighted in this screenshot for the three files in question:

invisor_screenshot.png

The Created field is in an implied ti

...

Votes

Translate

Translate
11 Comments
Adobe Employee ,
Mar 22, 2023 Mar 22, 2023

Copy link to clipboard

Copied

The issue here seems to be a discrepency between two different metadata encodings in each of these files. MediaInfo is an open source tool for viewing metadata inside video files, and below is a screenshot of the excellent Invisor app on Mac, which uses MediaInfo but allows you to load multiple files for easy comparison.

 

Take note of the "File > Created" and "Container > Encoded date" fields, highlighted in this screenshot for the three files in question:

invisor_screenshot.png

The Created field is in an implied time zone, whereas the Encoded date uses UTC. Using UTC allows for applications that make use of the time metadata to interpolate it to the user's local time zone, as any time zone is represented as an offset from UTC.

 

When Premiere Pro is displaying Creation Date in the Project panel for these files, it is reading the UTC time out of the Encoded date field and then translating it to my system time. My system is on US East Coast time which is UTC-4, so what was 16:38:34 (4:38pm) in UTC is translated backwards 4 hours to 12:38:34. Finder and Resolve appear to be using the Created field instead.

 

There are tradeoffs to using either field. Asking the file system for the creation date is faster, as the file doesn't have to be imported or parsed in any way. But it's pretty common for the fileystem's creation date to accidentally be reset as files are copied around. The Encoded date embedded in the video's metadata is less likely to be modified, but is slower to read because it requires actually parsing the file.

 

Below is a table of the various time zones encoded in the file metadata and what Premiere Pro, Finder, and Resolve report. Premiere Pro is consistent in using the Encoded date UTC and subtracting 4 hours to my UTC-4 system time. Note also how these files are (I presume) from three different cameras and each encodes their Created and Encoded date a little differently:

  • The first clip (C6435.MP4) encoded a 4 hour, 59 minute, 11 second difference between the two times
  • The second clip (GX012955.MP4) encoded a 1 minute, 14 second difference
  • The final clip (IMG_8379.MOV) encoded a 4 hour difference betweent the two times, and a QuickTime specific third metadata entry for creation date, likely due to being MOV rather than MP4

metadata_table.png

I hope that helps,

Matt

Votes

Translate

Translate

Report

Report
Explorer ,
Mar 23, 2023 Mar 23, 2023

Copy link to clipboard

Copied

@mattchristensen , This was very helpful in understanding what is going on. Thank you so much for the response! Would it be a difficult task to change the name of metadata display in Premiere of "creation date" to "encoded date" (since that is truly what it is) and add a metadata display field "date creation" or "creation date" that reads the files similar to FCPx and Davince read it so I could sort it as needed? Or if that could cause issues, is there any way you guys could create another metadata display field in Premiere that would give users the option to sort by this creation date like Davinci and FCPx. You could even reverse the words and call this field "date creation".

 

If this would be a difficult task to program a metadata field to read and sort like Davinci or FCPx, I can always look into using a tool like Exiftool for Mac to try to rewrite the creation date metadata field as the file name or something similar. But, it would be really cool if you guys could add a metadata display field in Premiere to have the same behavior! Thanks again for all you do and taking the time to look at this and get back to me 🙂 Ben

Votes

Translate

Translate

Report

Report
Adobe Employee ,
Mar 23, 2023 Mar 23, 2023

Copy link to clipboard

Copied

@TheBreeze21 anything's possible, but adding another creation date column leaves room for even more confusion, potentially. I totally understand how at first it looked like Premiere Pro was doing something strange with the times, and why you were comparing them to Finder and other places and expecting them to match.

 

But now that you know where Premiere Pro's data is coming from, I'm curious to learn more about your workflow and why you still want it to match with Finder and others. If your main concern is that the files are being sorted inside Premiere Pro chronologically, they are, according to that Encoded date metadata field. Is there some reason you need specifically the order you see in Finder?

Votes

Translate

Translate

Report

Report
Explorer ,
Mar 23, 2023 Mar 23, 2023

Copy link to clipboard

Copied

Here is the workflow I'm currently trying to accomplish, this will help clear things up on what I'm trying to accomlish.  https://share.getcloudapp.com/5zujdPpp

 

In my workflow, if I can put all files from all three cameras (Gopro, iPhone, A7siii) into a bin and sort it by the date created (from finder, even understanding this could change at some point). It will allow me to sort by the right order of when I filmed the videos so I can put them on the timeline in chronological order of the date/time it actually filmed. Currently in Premiere, using the date encoded isn't achieving the correct sorting in the order I actually took the video. I understand now how everything works and how date encoded works now, but in the end, it's not displaying the right sort order I need in Premiere like Davinci and FCPx is by going off of the creation date in finder. 

 

It would be really great to have the metadata display option in Premiere to be able to sort by the date created (to match and sort by date created in finder) not date encoded. This would give me the result needed to see all the footage in chronological order of when I filmed it. 

If it can sort by the finder date created in Premiere, it will show up in the order I actually took the footage. The date encoded isn't giving me the right chronological sort order of when the video was created with these cameras.  

Votes

Translate

Translate

Report

Report
Explorer ,
Apr 28, 2023 Apr 28, 2023

Copy link to clipboard

Copied

I have not had the need for the metadata issues but how can this  VIEW BY DATE NOT be a foundaitonal issue? I posted this exact request 4 years ago  in UserVoice and there too it got no traction.

Ok If there are any editors who are also devleopers of Premiere - create a timeline - name it dave. 5 days later you create ANOTHER timeline named dave. Why? who knows buy youre right - i should not even be able to HAVE the same name - but if i do like i just did...and i re poen that project a week or month or year from now - which 'dave' is the right timeline?  To me whats foundataional is anything the OS has taught us to do like something SO simple as VIEW BY DATE/MODIFIED etc....CAN'T be 'that hard. It has bugged me since i moved to Prmiere and now that we grade - and i do painfully edit a bit in Resolve...why can they do it and not Adobe?  Thx as always. 

Votes

Translate

Translate

Report

Report
Adobe Employee ,
Apr 28, 2023 Apr 28, 2023

Copy link to clipboard

Copied

@walkerbuzzbell You're absolutely right – create/modifed date for sequences would be very helpful. I've made sure the right team has seen your comment to help us prioritize it.

 

In this specific case while it seems easy to "just" add it, it's unfortunately not a trivial thing to add in Premiere Pro's existing metadata display. That's not to say we won't - I'm just saying we have looked at it and it's not trivial. Thanks.

Votes

Translate

Translate

Report

Report
Community Beginner ,
Jun 25, 2023 Jun 25, 2023

Copy link to clipboard

Copied

I would very much like this feature as well.

I have a 3 camera doc shoot with a ton of 4k footage. We used 2 different cameras. The Sony FS7 "creation date" was correctly imported into the project and is displayed in the metadata (well, it was an hour off, but I'll take it!)

 

The other two cameras were both Canon C300 MK ii. Unfortunately, their creation date, which shows up in the mac finder window correctly, is displayed in PP as the date and time I imported them into the project. I've attached jpgs for reference.

 

We are having some sound sync issues and we really need the ability to correctly see when the files were created. Is there a workaround or a setting I'm missing? Please help!

 

METADATA_01_PP.jpgMETADATA_02_FS7.jpgMETADATA_03_CANON_CAM_A.jpgMETADATA_04_CANON_CAM_B.jpg

Votes

Translate

Translate

Report

Report
Engaged ,
Jul 19, 2023 Jul 19, 2023

Copy link to clipboard

Copied

I didn't know if to create a new thread or just add my complaint/issue on here.  So here it goes.  We just came back from our son's wedding and I asked all of our close family members (who I know were shooting pictures and videos throughout) to send me their files so I can create a cool video for the Bride and Groom for when they come back from their honeymoon.

 

So everyone started sending me their files.  My thought process was dump them all in the same bin and then sort by Creation Date and this way I can place them on the timeline in chronological order.  Well, that's at least what I thought.  Granted these files came from iPhones and Androids and I don't know how they keep track of the metadata.  

 

After I had all the files I needed I went to add them to the timeline and was absolutely SHOCKED when I realize the pictures and videos DID NOT actually flow in chronological order.  So I went to the bin, made sure I sorted by Creation Date and that's when I saw it.  Adobe it not sorting them correctly as you can see in the picture:

 

Randune23_1-1689826810904.png

It was tracking very well on the media files as 8:19:29 PM, 8:30:42 PM and then...it starts over at 2:28:20 and then 2:48:21.

 

So why is it truly NOT sorting correctly?  I added the Date Time Digitized and it's the same result.

 

Randy

Votes

Translate

Translate

Report

Report
Enthusiast ,
Jul 20, 2023 Jul 20, 2023

Copy link to clipboard

Copied

@mattchristensen 

mattchristensen,

 

MediaInfo is an open source tool for viewing metadata inside video files, and below is a screenshot of the excellent Invisor app on Mac, which uses MediaInfo but allows you to load multiple files for easy comparison.

 

I’m curious as to why Premiere Pro has be designed as inadequate to the tasks above.

 

It's sort of an embarrassment that you can't use Premiere Pro to check this very issue. Premiere Pro should be a "tool for viewing metadata inside video files" which "allows you to load multiple files for easy comparsion".

 

Here’s the Premiere Pro manual on meta data display. Where does it explain that Premiere Pro does not actually show you the metadata in the file?

[@Kevin-Monahan inadequate documentation issues]


The Created field is in an implied time zone, whereas the Encoded date uses UTC. … When Premiere Pro is displaying Creation Date ... it is reading the UTC time out of the Encoded date field and then translating it to my system time.

 

Why is Premiere Pro displaying one type of data and renaming it as another type?

 

Reading metadata is part of the early stages of editing (organizing footage). Editors need tools that read metadata.

 

Meta data has been talked about in these forums before. Why can’t Premiere Pro show any kind of meta data for any given file - particularly those most relevant to editors? The current list of options is long and yet not complete - it seems to have been inherited from other workflows? (maybe Adobe Bridge?) The needs of editors seem not to have been considered by the designers (Sound meta data being a glaring omission).

 

R.

 

Votes

Translate

Translate

Report

Report
LEGEND ,
Jul 20, 2023 Jul 20, 2023

Copy link to clipboard

Copied

Premiere's incomplete meta options has as noted, been a pain for years.

 

I will offer one correction though ... Bridge in my experience allows you to access nearly all meta in a file, more so than Premiere. You can even modify nearly everything there, including batching changes.

 

I've asked for at least getting as much capability as Bridge for years. Yes, this NEEDS attention!

 

This isn't "just" a Premiere problem though. I work for/with/teach pro colorists, who are typically in Resolve or Baselight, and most seem to have their metadata utility apps for sifting through clips and offering abilities to modify or add data for conform purposes. Which can be quite complex. And a truly massive job at times.

 

Neil

Votes

Translate

Translate

Report

Report
New Here ,
Aug 17, 2023 Aug 17, 2023

Copy link to clipboard

Copied

LATEST

After almost losing my mind chronologically organising 3 years of mixed media for a documentary im trying to set up the timeline for - i went the route of downloading Davinci Resolve which did resolve this issue and actually kept the same folder sorting as Mac finder did (based on creation date). Then its just a matter of xml export and import and voila. 

Votes

Translate

Translate

Report

Report