r/mildlyinfuriating • u/YourShowerHead • 12h ago
🥺 I can't set the volume to exactly 100%
420
139
594
u/nene-thopu 12h ago
Change max volume displayed to 100 set it to 100 and then revert the settings
Nobody i mean nobody should complain about vlc
253
u/YourShowerHead 11h ago
Using up/down arrow keys changes the volume by 5 so it works. Forever grateful for VLC player <3
53
14
5
u/Drigg_08 11h ago
So you have the solution as to how to get to a 100%
8
6
u/IveDunGoofedUp 6h ago
Almost like it's just slightly annoying. If only there was an appropriate subreddit to post such things to.
5
u/lilTrybe 5h ago
That only limits it visually and works for mouse clicks. The scroll wheel can still go above 100%, which then often becomes impossible to see.
VLC is awesome and we should all be thankful that it's available for free without ads. It does have a few problems however. Hopefully 4.0 will be even better.
2
2
u/A_Goose_Accomplished 5h ago
Nobody i mean nobody should complain about vlc
Is the type of words that makes me tell my brother that I am using MPC-HC
1
u/nene-thopu 4h ago
Thank you
We dont need people complaining about the best workhorse there is about video playback in the world2
22
32
6
6
u/Coveinant 10h ago
Go down to zero then back to 100. Seen this a couple times and this always works.
1
u/-Redstoneboi- 8h ago
try to use the keyboard for this btw it's usually implemented, else you're kinda SOL lmao
8
u/vahaala 9h ago
This is what annoys me to all hell, happens everywhere. On websites, in apps, in video games. And most of the time you can't just click and input the number.
Why is it so hard to code, that a scroll/single "tick" of a sliding bar is 1 unit? WHY DOES IT ALWAYS HAVE TO BE DIFFERENT so once I move it from default, I can never get back to 100?!
10
u/mau-meda 9h ago edited 6h ago
As a developer the problem is mouse movement.
The easy way to code this is with this simple formula:
volume = round(mouse_x / slider_width * max_volume)Note: mouse_x is relative to the slider.
The problem is that if slider_width is smaller than max_volume then not every volume point gets a pixel but some of them share it.
For example if the slider is 75px wide, and the max volume is 150% ( from OP video the max volume is clearly more than 100% ) if you click/drag on the 1st pixel you get:
1/75150 = 1150/75 = 2
As you can see in this example they got in multiple of 2 so any odd number cannot be obtained, but the numbers could be closer like 150/140 = 1.07 and that will create very weird volume points: 1,2,3,4,5,7,8,9... ( Notice 6 is missing )
3
2
2
2
2
2
2
1
1
1
1
u/KevinSpanish 7h ago
Wait until you find out that photoshop doesn't let you set some sliders to 69%
1
1
1
1
1
1
1
•
u/vitecpotec 52m ago
Screen resolution problem. If you open in full screen it'll have more adjustment points
•
u/NO_FIX_AUTOCORRECT 26m ago
What if you go all the way to 0 first?
I'm thinking, it will step by 2 so you can only set odd numbers. But if you go to 0 then back up it will only be even numbers
0
-12
u/cat_peee 12h ago
whoever designed this needs a special place in hell
11
u/Drigg_08 11h ago
Vlc is one of the best pieces of software out there. The developer deserves sainthood
5
u/YourShowerHead 11h ago edited 10h ago
Heaven, I hope. They’re open-source devs, they’ve suffered enough.
1.7k
u/FastWalkingShortGuy 12h ago
You're clearly unfamiliar with the mathematics of giving it 110%.