mirror of
https://github.com/Genymobile/scrcpy
synced 2024-12-22 15:13:17 +00:00
Fix typo in recording documentation
The option is --record, not --record-file.
This commit is contained in:
parent
323ea2f1d9
commit
888a5aae7d
@ -17,7 +17,7 @@ To record only the audio:
|
||||
|
||||
```bash
|
||||
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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user