Remove quotes for --video-encoder in documentation

Refs ec602a0334
This commit is contained in:
Romain Vimont 2024-11-13 12:54:25 +01:00
parent 67d4dfb5ff
commit 762816cac6
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ Sometimes, the default encoder may have issues or even crash, so it is useful to
try another one:
```bash
scrcpy --video-codec=h264 --video-encoder='OMX.qcom.video.encoder.avc'
scrcpy --video-codec=h264 --video-encoder=OMX.qcom.video.encoder.avc
```