Skip to content

Commit

Permalink
Mention turning off audio in camera documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1v committed Nov 21, 2023
1 parent 446ea81 commit 25e3356
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/camera.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ scrcpy --video-source=display --audio-source=mic # force display AND micropho
scrcpy --video-source=camera --audio-source=output # force camera AND device audio output
```

Audio can be disabled:

```bash
# audio not captured at all
scrcpy --video-source=camera --no-audio
scrcpy --video-source=camera --no-audio --record=file.mp4

# audio captured and recorded, but not played
scrcpy --video-source=camera --no-audio-playback --record=file.mp4
```


## List

Expand Down

0 comments on commit 25e3356

Please sign in to comment.