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

Add More Resolutions #51

Open
GKid94 opened this issue Oct 1, 2018 · 15 comments
Open

Add More Resolutions #51

GKid94 opened this issue Oct 1, 2018 · 15 comments

Comments

@GKid94
Copy link

GKid94 commented Oct 1, 2018

Can you also add higher resolutions than 1080p, H264 can play 4k videos

@GKid94
Copy link
Author

GKid94 commented Oct 14, 2018

?

@erkserkserks
Copy link
Owner

Sorry, this is not possible. Youtube removed the 4k and 1440p h.264 streams a few months ago. 4k streams are only available with VP9.

@ghost
Copy link

ghost commented Oct 14, 2018

Maybe you could update the extension with a fix to bypass that, H264 codec does support 4k videos
https://en.wikipedia.org/wiki/H.264/MPEG-4_AVC

@erkserkserks
Copy link
Owner

H.264 does support 4k but Youtube does not encode video in h.264 4k anymore: http://www.streamingmedia.com/Articles/News/Online-Video-News/YouTube-Stops-H.264-4K-Encoding%3B-Will-Apple-Get-on-Board-115970.aspx

@ghost
Copy link

ghost commented Oct 14, 2018

Maybe you could add a fix in the extension to bypass that

@erkserkserks
Copy link
Owner

It is not possible to bypass, because the 4k h.264 video does not exist. The only 4k videos on youtube are vp9 encoded. This is disappointing because many users don't have the hardware to properly decode vp9.

As a possible workaround, you can try downloading the 4k vp9 video using youtube-dl https://rg3.github.io/youtube-dl/ and playing it offline with something like MPC-HC or VLC.

Offline video players may give you better performance than Chrome's built in decoder.

@ghost
Copy link

ghost commented Oct 14, 2018

Buy maybe you could add the 4k video quality on YouTube with the extension

@ghost
Copy link

ghost commented Oct 14, 2018

And also you could add the color correction for the H264 codec like the VP9 codec has

45922291-e2583100-bec7-11e8-8d41-55f93c59aa89

@ghost
Copy link

ghost commented Oct 15, 2018

?

1 similar comment
@GKid94
Copy link
Author

GKid94 commented Dec 12, 2018

?

@GKid94
Copy link
Author

GKid94 commented Dec 20, 2018

This would be great if you could find a workaround so that we can play H264 videos in 4k

@andrewz1986
Copy link

It is not possible to bypass, because the 4k h.264 video does not exist. The only 4k videos on youtube are vp9 encoded. This is disappointing because many users don't have the hardware to properly decode vp9.

As a possible workaround, you can try downloading the 4k vp9 video using youtube-dl https://rg3.github.io/youtube-dl/ and playing it offline with something like MPC-HC or VLC.

Offline video players may give you better performance than Chrome's built in decoder.

Hi erkserkserks, could you please make the h264ify extension switch to VP9 when streams higher than 1080p are available? Thanks for your great work btw!

@BrianG61UK
Copy link

BrianG61UK commented Nov 13, 2019

This would be great if you could find a workaround so that we can play H264 videos in 4k

He doesn't work for Youtube. He cannot make Youtube provide this.

@clidx
Copy link

clidx commented Jul 21, 2020

It is not possible to bypass, because the 4k h.264 video does not exist. The only 4k videos on youtube are vp9 encoded. This is disappointing because many users don't have the hardware to properly decode vp9.
As a possible workaround, you can try downloading the 4k vp9 video using youtube-dl https://rg3.github.io/youtube-dl/ and playing it offline with something like MPC-HC or VLC.
Offline video players may give you better performance than Chrome's built in decoder.

Hi erkserkserks, could you please make the h264ify extension switch to VP9 when streams higher than 1080p are available? Thanks for your great work btw!

This would be great. Force h.264 only for resolutions where it is available but still allow and display VP streams for resolutions it isn't. However it's likely that the extension simply tells youtube that it doesn't support VP decoding at all so youtube controls the list of resolutions available. Adding this feature would be a significant rewrite.

@GKid94
Copy link
Author

GKid94 commented Jul 21, 2020

Ok you can close the issue now

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

No branches or pull requests

6 participants
@erkserkserks @BrianG61UK @clidx @GKid94 @andrewz1986 and others