-
-
Notifications
You must be signed in to change notification settings - Fork 552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BrainStorming: making our quality/resolution feature more meaningful. #1580
Comments
Setting resolution above monitor physical max is often used when watching something that YT compression is not good at. For example drone racing in the forest is unwatchable in normal 1080p, so youtubers take their own 1080 footage and encode it in 4K, then if you watch tht 4K version you will get better bitrate thus better quality. Blocking users from watching higher res than monitor is imo not a good idea. btw the quality setting #1666 |
good point
|
That's interesting, I did not know about it |
👍 yes, for this hypothesis one should consider how much is already buffered & dont needa change within the last few seconds of a video. could be optional opt-in.
|
a) People want "Auto HD" (sometimes it can be useless/bad that we (and @youtube) currenly allow to set a resolution much higher than the user's current video size, let alone physical display and even if CPU / GPU wont keep up (#1211 2.)
b) Also, sometimes it is useful to force a low resolution (usecase: Minimalism or expensive bandwith in poor remote locations (and ships)
(physicalScreenSize - next SmallerResolution ) > (30% * (nextBiggerResolution - nextSmallerResolution)
/ _avi12/youtube-auto-hd/issues/40#issuecomment )more:
3. when playing in a background tab, then temporarily chose a low qualty** (audio only, 144p 240p 360p 480p) #1040
(while for fullscreen we could offer a Minimum like 720p (just in case youtube mistakingly set something else when connection seemed slow etc) #722
IDEA: option to play low-resolution videos in a smaller player #528
The text was updated successfully, but these errors were encountered: