NLE timeline export: Resolve, Premiere, Final Cut, Pro Tools AAF - #86
Merged
Conversation
Extend the Export dialog with a Timeline tab that writes cut lists as DaVinci Resolve / Premiere XML (xmeml), Final Cut Pro FCPXML, or a metadata-only Pro Tools/Logic AAF. XML formats use @chatoctopus/timeline; AAF is patched from a vendored scaffold and validated with pyaaf2. Co-authored-by: Wassim Gharbi <wassgha@gmail.com>
Preserve file extensions when fitting AAF media names, percent-encode NetworkLocator URLs, surface the 64-clip AAF cap in the Export dialog, fail loudly if edit-rate rewrite misses, and soften the optional pyaaf2 test dependency. Co-authored-by: Wassim Gharbi <wassgha@gmail.com>
Wire Timeline tab copy through the UI catalogs, map runtime AAF/timeline errors for localization, keep the export dialog closed while a timeline download is in progress, and run the serialize-timeline tests in CI. Co-authored-by: Wassim Gharbi <wassgha@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
wassgha
marked this pull request as ready for review
August 13, 2026 00:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebase of #52 onto current
main, with i18n and dialog fixes for the localization work that landed after that PR.Summary
Adds a Timeline tab to the Export dialog for handing edits off to other NLEs:
.xmlfile://localhost/paths).xml.fcpxml.aafAlso includes a frame-rate picker (23.976–60). Sequences reference the original media by filename — relink after import.
Implementation
lib/serializeTimeline.tsbuilds a keep-range clip list and writes XML/FCPXML via@chatoctopus/timelinelib/aaf/patchAaf.tspatches a vendored AAF scaffold (assets/aaf/scaffold.aaf, copied intopublic/vendor/aafon postinstall)tests/serialize-timeline-test.ts(XML smoke + optional pyaaf2 round-trip for AAF)Rebase onto
main@chatoctopus/timelineandcfb(did not restore the oldcoi-serviceworkerpath)transpilePackages:@chatoctopus/timeline,cfb,parakeet.jscopy-assets.mjs: Parakeet ORT patch + AAF scaffold copyFixes after rebase
localizeRuntimeMessageTest plan
npx tsx tests/serialize-timeline-test.tsnpm run test:i18nnpm run lint/tsc --noEmit/ Electron typecheck….extfor relink