Bug 350177 - Feature request: add mute function for playback in clip monitor
Summary: Feature request: add mute function for playback in clip monitor
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: Rendering & Export (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-13 14:55 UTC by Stephan
Modified: 2016-07-30 10:42 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan 2015-07-13 14:55:00 UTC
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
Comment 1 Jean-Baptiste Mardelle 2015-07-13 18:54:06 UTC
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
Comment 2 Stephan 2015-07-14 11:50:10 UTC
Whow, great - thanks a lot! I will test this as soon as possible.
Comment 3 qubodup 2015-10-27 21:03:31 UTC
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
Comment 4 Wegwerf 2016-07-30 10:42:05 UTC
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!