Option to mute audio while seeking #15698
Replies: 4 comments
-
Wow, no one would find this helpful? |
Beta Was this translation helpful? Give feedback.
-
There is a user script that provides this functionality: mpv-quack. By default it reduces the volume to half on seek, but you can set it to fully mute by setting |
Beta Was this translation helpful? Give feedback.
-
Better to deselect any audio stream (press # until 0) while seeking not just mute it could be a performance benefit ?! |
Beta Was this translation helpful? Give feedback.
-
for the case of hold down LEFT/RIGHT key, input-event may help you, please read the auto restore on release section. LEFT seek -5 #event: click
LEFT seek -5 #event: repeat
LEFT no-osd set mute yes #event: press
LEFT ignore #event: release
RIGHT seek 5 #event: click
RIGHT seek 5 #event: repeat
RIGHT no-osd set mute yes #event: press
RIGHT ignore #event: release |
Beta Was this translation helpful? Give feedback.
-
Little confused because I have been putting in feature requests in this section, but recently saw that there is also a Feature Request option in the Issues section as well, not sure which one is correct one to use? If someone could let me know. Is this section just for talking about ideas, do developers even look at this section?
Anyways, suggesting to add an Option that while seeking through audio/video to have the audio mute. There is not really any value to hearing random audio noises while seeking.
I am mainly referring to if you hold down hotkey assigned to seek (Left & Right arrows for example which are setup by default). Holding them down performs basically a fast forward / rewind action.
Not as important to me, but this could also apply to hold down LMB and dragging through seek bar in OSC.
Not sure if anyone else would find this useful?
Thank You
Beta Was this translation helpful? Give feedback.
All reactions