Giter VIP home page Giter VIP logo

Comments (4)

latenitefilms avatar latenitefilms commented on June 2, 2024

Unfortunately it doesn't look like there's anyway to change the "Content Created" value in FCPXML. The key is com.apple.proapps.studio.metadataContentCreated, however setting that value doesn't actually change anything in Final Cut Pro.

According to this document only specific com.apple.proapps.studio.* keys are modifiable.

As a workaround, we can use the "Date Imported" metadata field instead - i.e. com.apple.proapps.mio.ingestDate.

from brawtoolbox.

latenitefilms avatar latenitefilms commented on June 2, 2024

Looking at the metadataViews data in Final Cut Pro Preferences:

"Date Imported" = com.apple.proapps.ingestDate
"Last Modified" = metadataContentModDate
"Content Created" = metadataContentCreated

from brawtoolbox.

latenitefilms avatar latenitefilms commented on June 2, 2024

Looking at FCPXML output with "Date Imported", "Last Modified" and "Content Created" as the only Metadata Fields in the Inspector we get:

<metadata>
    <md key="com.apple.proapps.mio.ingestDate" value="2022-09-02 10:22:46 +1000"/>
    <md key="com.apple.proapps.studio.metadataContentCreated" value="2022-12-26 10:02:20 +1100"/>
</metadata>

Given this, it looks like FCPX is always reading "Last Modified" from the actual source file itself - it's not stored in FCPXML.

I also tried just passing in metadataContentModDate and metadataContentCreated and also com.apple.proapps.studio.contentCreated and com.apple.proapps.studio.contentModDate - but as expected, it had no impact.

Looking into some other fields...

"Date Imported" = com.apple.proapps.ingestDate
"Last Modified" = metadataContentModDate
"Content Created" = metadataContentCreated
"Date Added" = metadataImportToApp
"Date modified" = com.apple.proapps.lastupdatedate
"MXF File Modification Date" = org.smpte.mxf.identification.filemodificationdate

There's also this that doesn't appear in the Inspector for some reason - maybe because it has the same display name as something else: {IPTC}.DigitalCreationDate

from brawtoolbox.

latenitefilms avatar latenitefilms commented on June 2, 2024

"Date Imported" metadata will be added in next public beta.

from brawtoolbox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.