Audio stem export is currently unusable, and has some strange behavior such as exporting silent tracks from non-selected sequences, and not working with nested sequences at all.
Changes I’d like to make:
Add “selected timeline only,” option, which will only export tracks from the selected timeline
Mix down nested sequences into the appropriate track
Questions I have:
Is this already being worked on?
Do these features align with the goals of Kdenlive?
What does a “tracktor,” represent in the codebase? From what I can tell it represents a sequence, but I just want to double check before I start working with incorrect assumptions.
BTW for questions closely related to the code base and maybe with the intention to contribute code, you can also use Issues · Multimedia / Kdenlive · GitLab or maybe even draft merge requests.
Great! Thank you so much for your detailed reply. I’ll check it out this weekend and see what I can do.
If you don’t mind, could you mention the update which added the “new sequence feature,” you said might be contributing to the bug? It might help narrowing it down (even just an approximate date might be helpful).
With “sequence feature” I mean what you may also know as “nested timelines”. This was one of the biggest code changes in the past months maybe even 1-2 years.
Great! Good to see I was on the right track with my thought process. I was also having major issues getting Kdenlive to build/run on Windows so it was probably going to be a while before I could actually do anything.