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

In the new kernel, it is already possible to play movies using AV1 code #41

Open
lkmvip opened this issue Apr 5, 2022 · 2 comments
Open

Comments

@lkmvip
Copy link

lkmvip commented Apr 5, 2022

push("av1-main-L20-dash-cbcs-prk");
push("av1-main-L21-dash-cbcs-prk");
push("av1-main-L30-dash-cbcs-prk");
push("av1-main-L31-dash-cbcs-prk");
push("av1-main-L40-dash-cbcs-prk");
push("av1-main-L41-dash-cbcs-prk");
push("av1-main-L50-dash-cbcs-prk");
push("av1-main-L51-dash-cbcs-prk");

baybe max 1080P

When the movie is playing, the priority of each code is
av1 > vp9 > avchigh > avc

@jangxx
Copy link
Owner

jangxx commented Apr 6, 2022

Is AV1 better than the other codecs though? I mean we explicitly added options to disable VP9 and AVC High because the bitrates are lower, so I'm wondering if AV1 is actually an improvement over VP9 or AVC High.

Either way, thanks for the tip, I might add an option to enable AV1 in the near future.

@lkmvip
Copy link
Author

lkmvip commented Apr 6, 2022

Netflix thinks AV1 is great and has started deploying
https://netflixtechblog.com/bringing-av1-streaming-to-netflix-members-tvs-b7fc88e42320

In fact I found that in some movies, avchigh can't stream, so I think that eventually AV1 will replace avchigh or even hevc

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