We have been using KDEnlive as a playback tool for writing dub scripts for a while now. With a lot of success: Its Frame-by-frame Playback, ShuttlePro support and its ability to set and jump to markers make it an ideal solution for that kind of work (despite it is made for something else). Now there is one feature left that I was not able to configure: a button on the Shuttlepro that turns on/off audio while playing back. As I believe implementing this would be one small step for you but one giant leap for us I allow myself to submit it as a feature request. Thanks for your consideration! Reproducible: Always
Git commit 593e6d48b4352a05795aa1cb14a64d17a679050a by Jean-Baptiste Mardelle. Committed on 13/07/2015 at 18:52. Pushed by mardelle into branch 'master'. Cleanup & implement monitor mute shortcut M +2 -1 data/kdenliveui.rc M +3 -3 src/bin/bin.cpp M +4 -8 src/doc/documentchecker.cpp M +9 -3 src/doc/documentvalidator.cpp M +1 -2 src/doc/kdenlivedoc.cpp M +2 -2 src/mainwindow.cpp M +1 -0 src/monitor/abstractmonitor.h M +3 -2 src/monitor/glwidget.cpp M +12 -1 src/monitor/monitor.cpp M +1 -0 src/monitor/monitor.h M +24 -2 src/monitor/monitormanager.cpp M +5 -0 src/monitor/monitormanager.h M +4 -5 src/project/jobs/jobmanager.cpp M +2 -2 src/project/jobs/jobmanager.h M +28 -15 src/renderer.cpp M +2 -1 src/renderer.h M +4 -3 src/stopmotion/stopmotion.cpp M +1 -0 src/stopmotion/stopmotion.h M +2 -9 src/timeline/timeline.cpp http://commits.kde.org/kdenlive/593e6d48b4352a05795aa1cb14a64d17a679050a
Whow, great - thanks a lot! I will test this as soon as possible.
There is a volume button now, which works with mouse, mousewheel and arrow keys. Very nice! Unfortunately there is no quick mute function (click icon to mute/unmute), which exists in most online and offline video players. Not sure if that's an issue for users who need clip volume controls in the first place. Demo: https://youtu.be/9M2rYDyAkcI
There's a "mute monitor" action in recent Kdenlive versions (don't know when it came in), so I think I may safely close this report as RESOLVED FIXED now. Farid, if there should be an issue with this action, feel free to either reopen, or yet better, file a new report with an approriate title referring to the "mute monitor" action. Thank you all very much for your cooperation!