https://bugs.kde.org/show_bug.cgi?id=498560
Jean-Baptiste Mardelle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/mult | |imedia/kdenlive/-/commit/ac | |4973948e2f406c9f507c7a41ea0 | |f087b2a97b5 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #5 from Jean-Baptiste Mardelle <[email protected]> --- Git commit ac4973948e2f406c9f507c7a41ea0f087b2a97b5 by Jean-Baptiste Mardelle, on behalf of Jaimukund Bhan. Committed on 08/09/2026 at 06:47. Pushed by mardelle into branch 'master'. Warn user before rendering when Master audio is muted in the mixer When editing, users often mute the Master channel in the Audio Mixer for monitoring convenience, but because the master volume filter is serialized into the render playlist, exporting while muted produces a video with no audio. This change adds a warning confirmation dialog before starting a render if the Master mixer channel is muted ("Master audio is muted, no audio will be on the rendered file. Do you like to render?"). Choosing "Render" continues the export as intended, while cancelling aborts the export and brings the Audio Mixer dock into focus so the user can easily adjust or unmute the volume. M +5 -0 src/audiomixer/mixermanager.cpp M +2 -0 src/audiomixer/mixermanager.hpp M +14 -0 src/dialogs/renderwidget.cpp M +10 -0 src/mainwindow.cpp M +2 -0 src/mainwindow.h https://invent.kde.org/multimedia/kdenlive/-/commit/ac4973948e2f406c9f507c7a41ea0f087b2a97b5 -- You are receiving this mail because: You are watching all bug changes.
