Skip to content
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

[Feature Request]: Allow disabling 60fps #422

Closed
3 tasks done
glanduin opened this issue Oct 23, 2024 · 5 comments
Closed
3 tasks done

[Feature Request]: Allow disabling 60fps #422

glanduin opened this issue Oct 23, 2024 · 5 comments

Comments

@glanduin
Copy link

Guidelines

  • I have searched the issue tracker for open and closed issues that are similar to the feature request I want to file, without success.
  • I have searched the documentation for information that matches the description of the feature request I want to file, without success.
  • This issue contains only one feature request.

Problem Description

On some low powered android phones, 60fps videos cause hiccups and slowdowns during playback. Right now the only way to disable 60fps is to adjust the video resolution to 480p which is unacceptable (visually). "Legacy formats" option unfortunately results in videos playing only in 360p so it is unusable. If there was a way to disable 60fps, playback of 720 or even 1080p videos (in dash formats) would be acceptable on low powered phones.

Proposed Solution

Allow the disabling of 60fps under dash formats.

Alternatives Considered

A repair of "legacy formats" so that the resolution can be increased over 360p.

Issue Labels

improvement to existing feature

Additional Information

No response

@glanduin glanduin added the enhancement New feature or request label Oct 23, 2024
@absidue
Copy link

absidue commented Oct 23, 2024

FreeTube uses the streams that are provided by YouTube, it can't magically force YouTube to create streams that they don't already provide. So the only thing that a disable 60fps options would be able to do is hide all 60fps streams from the quality selector which would leave you with 480p as the highest quality option.

That's also why it is impossible to "repair" the legacy formats, because YouTube doesn't provide the 720p legacy formats stream anymore, FreeTube can't use something that doesn't exist. The only reason YouTube still has the 360p one is because they have some edge cases in their official clients that still need it.

@glanduin
Copy link
Author

There are Chromium extensions which can actually block 60fps videos, but i guess they do it directly from within the youtube website so it is a different kind of mechanism i assume. But if Freetube also uses Chromium as backend, maybe it could be possible.

@absidue
Copy link

absidue commented Oct 23, 2024

Those extensions do exactly the same thing I was talking about, they just remove the 60fps options from the player but they can't create 30fps options that don't already exist.

@MarmadileManteater
Copy link
Owner

This is not possible.

@MarmadileManteater MarmadileManteater closed this as not planned Won't fix, can't repro, duplicate, stale Oct 23, 2024
@glanduin
Copy link
Author

Those extensions do exactly the same thing I was talking about, they just remove the 60fps options from the player but they can't create 30fps options that don't already exist.

most 60fps videos do have 30fps option with the same resolution if i m not mistaken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants