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

Enhancing Playback Quality: AVC with Higher Bitrate and DDPlus Atmos for Edge #50

Open
vincent1990 opened this issue Mar 21, 2024 · 1 comment

Comments

@vincent1990
Copy link

Hi, thank you so much for updating the extension. I think the extension can be improved if prk config be enabled alongwith avc? It has 4x more bitrate than just avc mode. The relevant profiles that enable them are:

	"h264mpl30-dash-playready-prk-qc",
	"h264mpl31-dash-playready-prk-qc",
	"h264mpl40-dash-playready-prk-qc",

Example: With mindhunter s01e01, AVC without prk only yields 1500 bitrate. But with prk, AVC goes to 4500+ for the same video.

Also, I think this extension can enable Atmos in MS edge with following profiles:

	"ddplus-5.1-piff",
	"ddplus-2.0-dash",
	"ddplus-5.1-dash",
	"ddplus-atmos-dash", 

But since atmos doesn't work in non-edge browsers, those can be left disabled by default or an option can be included in the extension like disable AVCHigh/VP9.

I know the extension is mainly focussed towards chrome but on Edge, it can really shine since lot of content that only plays 540p on chrome browser works in 1080p on edge with full bitrate in AVC+prk mode. Example: Bullet Train movie.

Finally, I am very grateful for this project as it has really improved our netflix experience. Thanks again!

@jangxx
Copy link
Owner

jangxx commented Mar 21, 2024

Thanks for the input, I'm gonna try adding those profiles to see what it improves!

Regarding Edge I would recommend you check out lkmvip's repo, which is specifically designed for Edge and the 4K support it can have: https://github.com/lkmvip/netflix-4K-DDplus

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

2 participants