From d50055021284bf0da49a5ff7810b48fe0f7c492d Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Sun, 7 May 2023 13:04:11 +0200 Subject: [PATCH] Update audio recording documentation Document how to record audio-only to .opus and .aac files. PR #3978 --- doc/recording.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/recording.md b/doc/recording.md index e3e2cf68..7d66f2ff 100644 --- a/doc/recording.md +++ b/doc/recording.md @@ -16,7 +16,9 @@ scrcpy --no-audio --record=file.mp4 To record only the audio: ```bash -scrcpy --no-video --record=file.mp4 +scrcpy --no-video --record=file.opus +scrcpy --no-video --audio-codec=aac --record-file=file.aac +# .m4a/.mp4 and .mka/.mkv are also supported for both opus and aac ``` To disable mirroring while recording: