MyGit

v2.1

Genymobile/scrcpy

版本发布时间: 2023-06-22 07:31:08

Genymobile/scrcpy最新发布版本:v2.4(2024-03-03 07:17:49)

To receive a notification on new releases, click on Watch > Custom > Releases on the top.


scrcpy v2.1

Changes since v2.0:


Highlights

Audio only

Scrcpy v2.0 introduced audio forwarding, which could be disabled by --no-audio to mirror video only.

This version adds the symmetric option --no-video to forward audio without video.

Note that in many cases, including listening to music, audio latency is not critical, so it might be interesting to add buffering to minimize audio glitches:

scrcpy --no-video --audio-buffer=200
# interrupt with Ctrl+C

The capture can be recorded to an audio file:

scrcpy --no-video --record=file.opus
scrcpy --no-video --audio-codec=aac --record=file.aac
# .m4a/.mp4 and .mka/.mkv are also supported for both opus and aac

Capture device microphone

By default, the device audio output is forwarded.

It is now possible to capture the device microphone instead:

scrcpy --audio-source=mic

For example, to use the device as a dictaphone and record a capture directly on the computer:

scrcpy --audio-source=mic --no-video --no-playback --record=file.opus

No playback

The option -N, initially --no-display, has been renamed to --no-playback, since it impacts both video and audio.

In addition, two options --no-video-playback and --no-audio-playback have been added to disable video and audio playback separately (--no-playback is an alias for both).

For example:

scrcpy --v4l2-sink=/dev/video2 --no-video-playback  # keep audio playback
scrcpy --record=file.mkv --no-audio-playback        # keep video playback

Time limit

A new option --time-limit allows to stop scrcpy automatically after a given delay in seconds.

For example, to record the device for 20 seconds:

scrcpy --record=file.mkv --time-limit=20

Foldable devices

Scrcpy now reacts to "fold changed" events, so it should properly mirrors foldable devices (#3979).

Device-specific fixes

Several fixes (or workarounds) for specific devices have been implemented to make audio work. If you had audio issues with your device on scrcpy v2.0, you should try this new version.

Android 14

Several errors occurred when running scrcpy with Android 14 preview, some of them have been fixed.

One notable exception is the --turn-screen-off feature, which still does not work on Android 14. See #3784.

Developer documentation

The developer page was outdated. It has been updated for scrcpy 2.x.

It's not exhaustive, but it gives some relevant information and matches the current version.


相关地址:原始地址 下载(tar) 下载(zip)

1、 scrcpy-server-v2.1 55.62KB

2、 scrcpy-win32-v2.1.zip 5.56MB

3、 scrcpy-win64-v2.1.zip 5.68MB

4、 SHA256SUMS.txt 261B

5、 SHA256SUMS.txt.asc 833B

查看:2023-06-22发行的版本