| Summary: | Restore audio only inserts first audio stream for videos with multiple audio streams | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | Bauke <bcmpinc> |
| Component: | Audio Effects & Transitions | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | cheddarthefox, fritzibaby |
| Priority: | NOR | ||
| Version First Reported In: | git-master | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/multimedia/kdenlive/-/commit/d7620212a29f1620e58926375aad1749d984264b | Version Fixed/Implemented In: | 25.04.0 |
| Sentry Crash Report: | |||
|
Description
Bauke
2023-09-04 13:38:55 UTC
I have the same issue in Windows in the 24.12.1 version Git commit d7620212a29f1620e58926375aad1749d984264b by Jean-Baptiste Mardelle. Committed on 25/03/2025 at 05:49. Pushed by mardelle into branch 'release/25.04'. Correclty restore all audio streams in restore audio operation. Also, we should use active tracks not audio target tracks to restore FIXED-IN: 25.04.0 M +13 -5 src/lib/audio/audioStreamInfo.cpp M +1 -0 src/mltcontroller/clipcontroller.cpp M +42 -36 src/timeline2/model/timelinefunctions.cpp M +3 -2 src/timeline2/model/timelinefunctions.hpp M +7 -8 src/timeline2/model/timelineitemmodel.cpp M +1 -1 src/timeline2/model/timelineitemmodel.hpp M +7 -15 src/timeline2/view/timelinecontroller.cpp M +0 -2 src/timeline2/view/timelinecontroller.h M +1 -1 tests/modeltest.cpp M +4 -4 tests/trimmingtest.cpp https://invent.kde.org/multimedia/kdenlive/-/commit/d7620212a29f1620e58926375aad1749d984264b Sweet. 👍🏻 |