Summary: | Export Audio Multistems doesn't work anymore | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | Christophe Agathon <christophe.agathon> |
Component: | Rendering & Export | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | alejandro, fritzibaby, julius.kuenzel, promike1987 |
Priority: | NOR | ||
Version: | 19.12.0 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/multimedia/kdenlive/commit/3480b5afe9f53ef580145e7f43e92ff88bde1311 | Version Fixed In: | 22.04.0 |
Sentry Crash Report: |
Description
Christophe Agathon
2019-12-27 15:02:11 UTC
Just in case you were wondering, the latest appimage works the same. Stem-Audio-Export doesn’t work in 19.04ff anymore. See issue: https://invent.kde.org/kde/kdenlive/issues/211 BTW: you can run an old versions of Kdenlive using the AppImage. Choose one from the Download page: https://files.kde.org/kdenlive/release/ *** Bug 408046 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/multimedia/kdenlive/-/merge_requests/280 Git commit 3480b5afe9f53ef580145e7f43e92ff88bde1311 by Julius Künzel. Committed on 16/03/2022 at 10:35. Pushed by jlskuz into branch 'release/22.04'. [Render Widget] Refactoring and feature extension The most important changes: * Rename "Profiles" to "Render Presets" * Separate presets view and model code better * Extend preset editor to have all important options in the UI instead of needing to write the properties by hand * Add a batch render mode using guides as separator * Re-implement "Stem audio" export under new name "Separate file for each track" * Other UI improvements and face lifting Fixes #211 Related to #444 FIXED-IN: 22.04.0 M +1 -0 src/CMakeLists.txt M +4 -2 src/bin/model/markerlistmodel.cpp M +2 -2 src/bin/model/markerlistmodel.hpp M +1 -1 src/definitions.h M +1 -0 src/dialogs/CMakeLists.txt A +652 -0 src/dialogs/renderpresetdialog.cpp * A +32 -0 src/dialogs/renderpresetdialog.h * M +807 -1941 src/dialogs/renderwidget.cpp M +56 -52 src/dialogs/renderwidget.h M +5 -5 src/kdenlivesettings.kcfg M +1 -1 src/mainwindow.cpp M +9 -2 src/profiles/tree/profiletreemodel.cpp A +7 -0 src/renderpresets/CMakeLists.txt A +494 -0 src/renderpresets/renderpresetmodel.cpp [License: GPL(3+eV) GPL(v3.0)] A +107 -0 src/renderpresets/renderpresetmodel.hpp [License: GPL(3+eV) GPL(v3.0)] A +430 -0 src/renderpresets/renderpresetrepository.cpp [License: GPL(3+eV) GPL(v3.0)] A +85 -0 src/renderpresets/renderpresetrepository.hpp [License: GPL(3+eV) GPL(v3.0)] A +156 -0 src/renderpresets/tree/renderpresettreemodel.cpp [License: GPL(3+eV) GPL(v3.0)] A +36 -0 src/renderpresets/tree/renderpresettreemodel.hpp [License: GPL(3+eV) GPL(v3.0)] A +780 -0 src/ui/editrenderpreset_ui.ui M +503 -476 src/ui/renderwidget_ui.ui D +0 -229 src/ui/saveprofile_ui.ui The files marked with a * at the end have a non valid license. Please read: https://community.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. https://invent.kde.org/multimedia/kdenlive/commit/3480b5afe9f53ef580145e7f43e92ff88bde1311 |