TheAcharya / MarkersExtractor

Extract Markers from Final Cut Pro FCPXML
MIT License
38 stars 2 forks source link

Ability to retrieve manifest data model for intermediate manipulation #97

Open IAmVigneswaran opened 6 months ago

IAmVigneswaran commented 6 months ago

Continuing discussion from here.

We can also have the ability to batch convert from one Marker Type to another in Marker Data. e.g. Convert Standard Marker Type to Chapter Type or To-do Type.

orchetect commented 1 week ago

JSON Path Manifest Field

Added "XML Path" manifest field which will allow parsed data to be fed back into a future API allowing modification of existing markers in FCPXML. An XML Path is the fastest, most robust and reliable way to refer to a specific XML element.

csv-xml-path

Generic JSON Export Profile

A new 'generic JSON' export profile has been added to allow for profile-agnostic data export to complement the existing CSV/TSV profiles. This completes our baseline stable data formats, and will help with the upcoming API additions.

IAmVigneswaran commented 1 week ago

A new 'generic JSON' export profile has been added to allow for profile-agnostic data export to complement the existing CSV/TSV profiles. This completes our baseline stable data formats, and will help with the upcoming API additions.

This 'generic JSON' export profile should not be available in our CLI Binary?