Closed IAmVigneswaran closed 5 months ago
@orchetect Apple have updated FCPXML to 1.12 in the last release of FCP 10.8.
FCPXML v1.12 only have a few new additions:
<!ATTLIST filter-video nameOverride CDATA #IMPLIED>
<!ATTLIST filter-audio nameOverride CDATA #IMPLIED>
<!ATTLIST conform-rate frameSampling (floor | nearest-neighbor | frame-blending | optical-flow-classic | optical-flow | optical-flow-frc) "floor">
<!ATTLIST timeMap frameSampling (floor | nearest-neighbor | frame-blending | optical-flow-classic | optical-flow | optical-flow-frc) "floor">
<!ATTLIST match-text rule (includes | doesNotInclude | is | isNot | startsWith | endsWith) "includes">
<!ATTLIST match-property rule (includes | doesNotInclude | is | isNot | isSet | isNotSet | startsWith | endsWith) "includes">
Source: https://fcp.cafe/news/20240621/
I am wondering if any update is required to your DAWFileKit? Particularly conform-rate or timeMap? I did some basic test with Marker Data and MarkersExtractor CLI, I did not encounter any issues so far.
conform-rate
timeMap
FCPXMLv1_12.dtd.zip
DAWFileKit is updated. Nothing is affected for our use.
@orchetect Apple have updated FCPXML to 1.12 in the last release of FCP 10.8.
FCPXML v1.12 only have a few new additions:
<!ATTLIST filter-video nameOverride CDATA #IMPLIED>
<!ATTLIST filter-audio nameOverride CDATA #IMPLIED>
<!ATTLIST conform-rate frameSampling (floor | nearest-neighbor | frame-blending | optical-flow-classic | optical-flow | optical-flow-frc) "floor">
<!ATTLIST timeMap frameSampling (floor | nearest-neighbor | frame-blending | optical-flow-classic | optical-flow | optical-flow-frc) "floor">
<!ATTLIST match-text rule (includes | doesNotInclude | is | isNot | startsWith | endsWith) "includes">
<!ATTLIST match-property rule (includes | doesNotInclude | is | isNot | isSet | isNotSet | startsWith | endsWith) "includes">
Source: https://fcp.cafe/news/20240621/
I am wondering if any update is required to your DAWFileKit? Particularly
conform-rate
ortimeMap
? I did some basic test with Marker Data and MarkersExtractor CLI, I did not encounter any issues so far.FCPXMLv1_12.dtd.zip