-
Notifications
You must be signed in to change notification settings - Fork 16
Pro Tools cannot open the aaf exported by converter #55
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Before opening a bug report, please search open and closed issues to see if the problem has already been addressed. If there is such a report, and your issue is not adequately addressed there, please reference the issues in your new report.
Bug Report
Please pick one of the following categories:
Incorrect Functionality and General Questions
Pro Tools 12.6 cannot open the aaf, neither the otio capable to davinci resolve I wrote, or the no_metadata.otio in test sources. The report is just like:

(translation: cannot open project because errors occur in the process)
To Reproduce
- Operating System: windows
- Python version: 3.12.8
- Example snippet that demonstrates the issue - if it's a build issue,
import opentimelineio as otio
mytimeline = otio.adapters.read_from_file(r"no_metadata.otio")
otio.adapters.write_to_file(mytimeline, "test1.aaf", use_empty_mob_ids=True)- OpenTimelineIO release version or commit hash:0.17.0
Additional Context
What's more, davinci resolve cannot find the path of all sources when import the aaf tranfered by converter.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working