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

4K video in VP9 and 1080p video in AV1 #1450

Closed
ghost opened this issue Oct 6, 2022 · 4 comments
Closed

4K video in VP9 and 1080p video in AV1 #1450

ghost opened this issue Oct 6, 2022 · 4 comments
Labels
Feature request Wish or idea help wanted Just an old github standard we add automatically. (The team can remove it when working on it.)

Comments

@ghost
Copy link

ghost commented Oct 6, 2022

PROBLEM:
I love 4K video and also AV1 code, here is the problem.
4K video in AV1 will too lag for normal laptop.

SOLUTION:
The code will be like below.
If maxQuality > 1080p then use VP9
Else use AV1

ALTERNATIVES:

RELEVANCE / SCOPE:
Very good for every laptop user.
Even you don't have 4K display, you still can get more shaper video quality from 4K video source.

"SIDE EFFECTS":

CONTEXT:
//
Thank you!

SHORT Table (Summary)
Problem
Solution
Alternatives
Scope
Side effects
Context
@ghost ghost added Feature request Wish or idea help wanted Just an old github standard we add automatically. (The team can remove it when working on it.) labels Oct 6, 2022
@ImprovedTube
Copy link
Member

ImprovedTube commented Oct 7, 2022

hi there! @zhenjie1999

love ... AV1

why love AV1 more or less than other codecs?
do the frames look different?

The point of our Codec features is:

unless owning a GPU, that is built for AV1 already, then you need not use AV1 for any video,
because "software rending" takes muuch more work ( =speed = electricity and heat). So you could always block AV1

@ImprovedTube
Copy link
Member

ImprovedTube commented Oct 7, 2022

#1211

will be happy about any answers here or there too!
(closing an issue is just to accelerate our work. Expecting anybody who reads one thread to notice both)

@ghost
Copy link
Author

ghost commented Oct 7, 2022

Oh I see thanks for this super useful information!

@ImprovedTube
Copy link
Member

ImprovedTube commented Oct 8, 2022

😊
....

do the frames look different?

( in fact they might, but then you would examine them closely read about the difference n the codecs)

unless owning a GPU, that is built for AV1 already, then you need not use AV1 for any video

so it's really puzzling why youtube wont consider your GPU but push the new codecs early (when CPU rendering is always muuch slower) ( - imaginable that they are proud of the new codecs, but i guess that would usually not make the decision :D )
👋

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request Wish or idea help wanted Just an old github standard we add automatically. (The team can remove it when working on it.)
Projects
None yet
Development

No branches or pull requests

1 participant