2

I always use mpv media player to play media files (video/audio).
But I want that "whenever I open a video/audio through MPV, it should be by default mute".
I tried to add cycle mute to the last line of input.conf file.
But it didn't work.

2 Answers2

4

Edit configuration file:

~/.config/mpv/mpv.conf

And add line:

mute=yes

Now each time You start a video it will be muted by default.

2

You have

"audio" : "no" or "mute" : 'yes'

as options. Working with the audio option I experienced several times that it could not be "turned on" again while the video was playing. So try the "mute" option first.

See here for the documentation.

kanehekili
  • 7,426