Add support for AV1
Add option --codec=av1.
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user