Fix typo in recording documentation
The option is --record, not --record-file.
This commit is contained in:
parent
323ea2f1d9
commit
888a5aae7d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ To record only the audio:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
scrcpy --no-video --record=file.opus
|
scrcpy --no-video --record=file.opus
|
||||||
scrcpy --no-video --audio-codec=aac --record-file=file.aac
|
scrcpy --no-video --audio-codec=aac --record=file.aac
|
||||||
# .m4a/.mp4 and .mka/.mkv are also supported for both opus and aac
|
# .m4a/.mp4 and .mka/.mkv are also supported for both opus and aac
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue