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 support for H265 and AV1 #3713

Merged
merged 3 commits into from
Feb 6, 2023
Merged

Add support for H265 and AV1 #3713

merged 3 commits into from
Feb 6, 2023

Conversation

rom1v
Copy link
Collaborator

@rom1v rom1v commented Feb 3, 2023

Add an option to select the video codec to use:

scrcpy --codec=h264  # default
scrcpy --codec=h265
scrcpy --codec=av1

Of course, these codecs only work if the device provides an encoder (recent devices should have H265, I don't know which devices support AV1 yet).

H264 is still the default, for two reasons:

  • it is supported everywhere
  • it is often encoded with a lower latency

Fixes #3092

Introduce the selection mechanism. Alternative codecs will be added in
further commits.

PR #3713 <#3713>
Add option --codec=h265.

PR #3713 <#3713>
Fixes #3092 <#3092>
Add option --codec=av1.

PR #3713 <#3713>
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