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

feat(YouTube/Video playback): add Disable VP9 codec setting #2384

Open
5 tasks done
inotia00 opened this issue Sep 12, 2024 · 0 comments
Open
5 tasks done

feat(YouTube/Video playback): add Disable VP9 codec setting #2384

inotia00 opened this issue Sep 12, 2024 · 0 comments
Labels
Feature request Requesting a new feature

Comments

@inotia00
Copy link
Owner

inotia00 commented Sep 12, 2024

Application

YouTube

Feature description

This is not a patch request, but a description of the feature that will be introduce in the next release.

For several months now, Google has been removing video quality higher than 480p from some older videos.

As a result, 1080p is only available to YouTube Premium subscribers on some older videos, or the video quality menu is not accessible at all.

(Of course, this is also reproducible on unpatched YouTube).

A list of available video codecs and video qualities can be easily checked with an app like YTDLnis.

YTDLnis

As per the attached screenshot, 1080p is only available with AVC codec.

(This is why 1080p is still available on Web.)

In other words, if we force AVC codec instead of VP9 or AV1 codec, 1080p is still available.

If we force AVC codec, there are side effects, just like when using Force iOS AVC setting of Spoof streaming data patch:

  • Maximum resolution is 1080p.
  • Video playback will use more internet data than VP9.

Nevertheless, the Disable VP9 codec patch might be useful for some users like me who use 1080p as default.

Motivation

Some people, including myself, might want to watch videos that are only available in 360p in 1080p, despite the side effects of the patch.

Acknowledgements

  • This is not a feature request for YouTube.
  • This issue is not a duplicate of an existing feature request.
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
  • I have written the title and contents in English.
@inotia00 inotia00 added the Feature request Requesting a new feature label Sep 12, 2024
inotia00 added a commit to inotia00/revanced-integrations that referenced this issue Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request Requesting a new feature
Projects
None yet
Development

No branches or pull requests

1 participant