mpv-player / mpv

🎥 Command line video player
https://mpv.io
Other
27.85k stars 2.87k forks source link

mpv player volume up doesn't work #14594

Closed zhouxinghong closed 1 month ago

zhouxinghong commented 1 month ago

mpv Information

mpv v0.38.0-637-g3c7b6db2 Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects
 built on Jul 25 2024 00:09:42
libplacebo version: v7.349.0 (v7.349.0-dirty)
FFmpeg version: N-116414-g896c22ef0
FFmpeg library versions:
   libavcodec      61.10.100
   libavdevice     61.2.100
   libavfilter     10.2.102
   libavformat     61.5.101
   libavutil       59.28.100
   libswresample   5.2.100
   libswscale      8.2.100

Other Information

Reproduction Steps

mpv --no-config --volume=150 --volume-max=250 --log-file=output.txt "https://www.youtube.com/watch?v=gWI9uaLrhfc"

Expected Behavior

Volume up to 150 by default, volume up to 250 at max.

Actual Behavior

In fact, increasing the volume to 250% is no different from increasing the volume to 100%.

Log File

output.zip

Sample Files

No response

I carefully read all instruction and confirm that I did the following:

llyyr commented 1 month ago

Your log file is incomplete

zhouxinghong commented 1 month ago
mpv --no-config --volume=150 --volume-max=250 --log-file=output.txt "https://www.youtube.com/watch?v=gWI9uaLrhfc"
mpv --no-config --log-file=output.txt "https://www.youtube.com/watch?v=gWI9uaLrhfc"
mpv --no-config --volume=150 --volume-max=250 --log-file=output.txt "*.mp3"
mpv --no-config --log-file=output.txt "*.mp3"

You can try the volume performance effect yourself. I just removed the duplicate log output.

llyyr commented 1 month ago

You can try the volume performance effect yourself.

I did and it works for me, we can close this then.

zhouxinghong commented 1 month ago

You can try the volume performance effect yourself. mpv --no-config --volume=150 --volume-max=250 --log-file=mp3.txt "https://ws.stream.qqmusic.qq.com/C400001bU5SR0arBDu.m4a?guid=162914&vkey=7A44D8E118C051BC5CBC0CC61F19BE660449CAEEE5AB5517CD41ED7FE7E6D48A3DA9AEA791A02F28E4007BD58068B1BFE3E3BE406F45BB76&uin=&fromtag=103032"

Full Log mp3.zip


You can try the volume performance effect yourself. mpv --no-config --log-file=mp3-2.txt "https://ws.stream.qqmusic.qq.com/C400001bU5SR0arBDu.m4a?guid=162914&vkey=7A44D8E118C051BC5CBC0CC61F19BE660449CAEEE5AB5517CD41ED7FE7E6D48A3DA9AEA791A02F28E4007BD58068B1BFE3E3BE406F45BB76&uin=&fromtag=103032"

Full Log mp3-2.zip

There is no difference in volume level between the above two playbacks.

zhouxinghong commented 1 month ago

The following setting items also do not work: --replaygain=<no|track|album> --replaygain-preamp= --replaygain-clip=<yes|no> --replaygain-fallback= --audio-delay= ...

sfan5 commented 1 month ago

Works for me.

zhouxinghong commented 1 month ago

Works for me. What operating system are you using? What operating system CPU are you using? What operating system graphics card are you using? What MPV version are you using?

sfan5 commented 1 month ago

Arch Linux with Xfce (X11) and PipeWire for Audio. mpv v0.38.0-682-g88885c0401 but I guarantee you it works on 0.38.0 too.

I would be very surprised if it's indeed broken on Windows.

zhouxinghong commented 1 month ago

My environment: image

The following setting items also do not work: --replaygain=<no|track|album> --replaygain-preamp= --replaygain-clip=<yes|no> --replaygain-fallback= --audio-delay= --volume=150 --volume-max=250 You can actually try it in Windows 10 to see if the above settings work:

llyyr commented 1 month ago

You can actually try it in Windows 10 to see if the above settings work:

We literally have developers that use Windows, and many users that actively report issues that also use Windows. If such a basic thing like --volume wasn't working, we'd be getting bug reports on an hourly basis.

If it's not working then the problem is something about your system or drivers, not mpv.

zhouxinghong commented 3 weeks ago

The volume percentage increased to 200%, but the volume level did not change. . . You can try it yourself in Windows 10. . .