This option impacts video and audio _playback_. For example, if we use V4L2, the device is still "mirrored" (via V4L2), even if playback is disabled. Therefore, "playback" is more approriate than "mirror". The initial option --no-display option was renamed to --no-mirror by commit 6928acdeac, but this has never been released, so it is ok to rename it one more time. Refs #3978 <https://github.com/Genymobile/scrcpy/pull/3978#issuecomment-1549420103> PR #4033 <https://github.com/Genymobile/scrcpy/pull/4033>
6928acdeac
Document how to record audio-only to .opus and .aac files. PR #3978 <https://github.com/Genymobile/scrcpy/pull/3978>
Similar to --no-audio, add --no-video to play audio only. Fixes #3842 <https://github.com/Genymobile/scrcpy/issues/3842> PR #3978 <https://github.com/Genymobile/scrcpy/pull/3978>
The option impacts both video and audio playback, so "no display" is not an appropriate name. PR #3978 <https://github.com/Genymobile/scrcpy/pull/3978>
The README.md page is HUGE. Split it up. Also document audio forwarding and improve installation instructions for each platform and user documentation. PR #3774 <https://github.com/Genymobile/scrcpy/pull/3774>