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

Export to FCPXML so we can import it in NLEs like Davinci Resolve, Final Cut Pro, etc. #2328

Closed
4 tasks done
neopiccolorat opened this issue Feb 16, 2025 · 2 comments
Closed
4 tasks done

Comments

@neopiccolorat
Copy link

neopiccolorat commented Feb 16, 2025

The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first

Description

It would be very helpful if this excellent tool could export the segments in a FCPXML file.
This screenshot shows how a FCPXML timeline can be imported in Davinci Resolve, with the proper framerate, the cuts, etc.
FCPXML is the bette format which works 100% of the time.

Auto-Editor () has a flag like --resolve for example, it creates this FCPXML file, it works flawlessly in Davinci Resolve.

Image

Thank you

@vvirtues
Copy link

very good idea, here's a reference for some help
https://developer.apple.com/documentation/professional-video-applications/fcpxml-reference

@mifi
Copy link
Owner

mifi commented Feb 18, 2025

shouldn't be too hard. can use the reference file and the corresponding parsing code as a reference:

export function parseFcpXml(xmlStr: string) {

I will close this and reference it from the master issue #1340

@mifi mifi closed this as completed Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants