Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Final Cut Pro 7 XML Adapter #2

Closed
jminor opened this issue Sep 1, 2016 · 4 comments
Closed

Final Cut Pro 7 XML Adapter #2

jminor opened this issue Sep 1, 2016 · 4 comments
Assignees
Labels
enhancement A request for something new.
Milestone

Comments

@jminor
Copy link
Collaborator

jminor commented Sep 1, 2016

OTIO needs support for reading & writing FCPXML files.

@jminor jminor added this to the SIGGRAPH 2017 milestone Oct 7, 2016
@jminor
Copy link
Collaborator Author

jminor commented Nov 11, 2016

This might also be helpful:
https://github.com/havardgulldahl/xmeml

@bashesenaxis
Copy link
Contributor

First implementation submitted. After a round-trip of a simple file through otio, some things were missing

  • colors on markers
  • transition
  • resolution of the sequence. Premiere was not able to figure this out from the content on the timeline, as such the new sequence was cropped
  • linking information between audio and video track

This link was used as reference for implementation:
https://developer.apple.com/library/content/documentation/AppleApplications/Reference/FinalCutPro_XML/Elements/Elements.html#//apple_ref/doc/uid/TP30001156-TPXREF105

If I understand it correctly, then mandatory sub-elements are marked by a +. But I had to add some other sub-elements in places, otherwise premiere was not able to read my file.

  • clipitem also needed file
  • clip also needed media/audio/track/clipitem and media/video/track/clipitem.
  • clip/file also needed media/audio and media/video

@ssteinbach ssteinbach added the enhancement A request for something new. label Nov 30, 2016
@jminor jminor changed the title Final Cut Pro X FCPXML Adapter Final Cut Pro XML Adapter Dec 1, 2016
@jminor jminor changed the title Final Cut Pro XML Adapter Final Cut Pro 7 XML Adapter Dec 1, 2016
@ssteinbach ssteinbach modified the milestones: Alpha 4, SIGGRAPH 2017, Alpha 3 Dec 1, 2016
@ssteinbach
Copy link
Collaborator

The first version (for alpha 3) will not include transitions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A request for something new.
Projects
None yet
Development

No branches or pull requests

4 participants