https://bugs.kde.org/show_bug.cgi?id=507403
Bug ID: 507403
Summary: Problem with exported OTIO timelines when they contain
audio files: other software can't import.
Classification: Applications
Product: kdenlive
Version First 25.04.4
Reported In:
Platform: Other
OS: Other
Status: REPORTED
Severity: major
Priority: NOR
Component: Rendering & Export
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
Davinci Resolve crashes when trying to import an OTIO timeline created with
Kdenlive 25.04.3 if sais timeline contains audio file not from a video clip
(e.g. music, sound from an external recorder...)
STEPS TO REPRODUCE
1. Import an audio file in a kdenlive timeline (e.g. wav or mp3 formats)
2. Export as OTIO
3. In Resolve, File > Import > Timeline
OBSERVED RESULT
Resolve crashes
EXPECTED RESULT
Timeline opens in Resolve.
SOFTWARE/OS VERSIONS
Windows: 11
ADDITIONAL INFORMATION
* When exporting the same kind of timeline from Resolve and opening it with
kdenlive, it works --so the problem must be on Kndenlive's end.
* With the help of Copilot AI, I found problematic statements in the OTIO file:
"rate": 0.0
I checked what the rate of the audio file was (with MediInfo), found 44.1 KHz
and using the notepad, I changed every "rate": 0.0 to "rate": 44.1
Resolve then imported the timeline with no issue.
--
You are receiving this mail because:
You are watching all bug changes.