Add support for AV1

Add option --codec=av1.
This commit is contained in:
Romain Vimont
2023-02-03 12:42:22 +01:00
parent e50e409405
commit ff3c3670b2
7 changed files with 25 additions and 6 deletions

View File

@@ -196,12 +196,13 @@ preserved. That way, a device in 1920×1080 will be mirrored at 1024×576.
#### Select codec
The video codec can be selected. The possible values are `h264` (default) and
`h265`:
The video codec can be selected. The possible values are `h264` (default),
`h265` and `av1`:
```bash
scrcpy --codec=h264 # default
scrcpy --codec=h265
scrcpy --codec=av1
```