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

Correct 1440p resolution and values #1061

Closed
wants to merge 1 commit into from
Closed

Conversation

Ruakij
Copy link

@Ruakij Ruakij commented Feb 23, 2023

1440p is usually know as 2560x1440
Then the calculations are as follows:

SDR: 2560 x 1440 x 4 x 2 /1024 /1024 + 10 = ~38 - Round up to 64
HDR: 2560 x 1440 x 8 x 2 /1024 /1024 + 10 = ~66 - Round up to 128

1440p is usually know as 2560x1440
Then the calculations are as follows:

SDR: 2560 x 1440 x 4 x 2 /1024 /1024 + 10 = ~38 - Round up to 64
HDR: 2560 x 1440 x 8 x 2 /1024 /1024 + 10 = ~66 - Round up to 128
@gnif gnif closed this in e067db7 Mar 19, 2023
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

Successfully merging this pull request may close these issues.

None yet

1 participant