登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
本周六 · 上海源创会,一起聊聊AI Agent 构建与应用
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
0
Fork
87
visualsmile
/
scrcpy
forked from
Gitee 极速下载
/
scrcpy
确定同步?
同步操作将从
Gitee 极速下载/scrcpy
强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
删除在远程仓库中不存在的分支和标签
同步 Wiki
(当前仓库的 wiki 将会被覆盖!)
取消
确定
代码
Wiki
统计
流水线
服务
Gitee Pages
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
v2.3
scrcpy v2.3 Changes since v2.2: - Add flipped display orientation (#1380, #3819, #4441) - Add recording rotation (#4441) - Add FLAC audio codec (#4410) - Add raw audio (WAV) recording (20048811) - Fix turn screen off for Android 14 (#3927, #4456) - Fix camera issues on many devices (#4392) - Fix clipboard synchronization when no video (#4418) - Fix screen refresh on device rotation (7e3b9359) - Fix .desktop files on Linux (#4448) - Upgrade SDL to 2.28.5 in Windows releases - Various technical fixes
5f3fb84
2023-11-26 04:38
下载
v2.2
scrcpy v2.2 Changes since v2.1.1: - Add option to mirror camera (#241, #4213) - Add --pause-on-exit (#4130) - Rename --display (deprecated) to --display-id - Fix device disconnection detection with --no-video (#4207) - Accept --turn-screen-off without video playback (#4175) - Upgrade SDL to 2.28.4 in Windows releases - Upgrade platform-tools to 34.0.5 (adb) in Windows releases - Various technical fixes
c3c7bf7
2023-11-02 01:36
下载
v2.1.1
scrcpy v2.1.1 Changes since v2.1: - Ignore fold change events for other display ids (#4120) - Fix Meizu deadlock (#4143, #4146) - Fix possible division by zero (#4115) - Increase attempts to start AudioRecord (#4147)
d391fc3
2023-07-15 00:58
下载
v2.1
scrcpy v2.1 Changes since v2.0: - Add --no-video to mirror audio only (#3978) - Add option to select the device microphone as audio source (#4044) - Rename --no-display to --no-playback (#4033) - Add --no-video-playback and --no-audio-playback (#4033) - Add --time-limit to automatically stop after a given delay (#3752, #4052) - Add option to change the audio output buffer size (#3793) - Add option to kill adb on close (#205, #2580, #4049) - Support dynamic device folding (#3960, #3979) - Use OpenGL 3.0+ on macOS to support trilinear filtering (#3895) - Add (partial) support for Android 14 (#3784, #4074, #4075) - Improve delay buffer estimation (2f9396e2) - Fix --tcpip not working in some cases (669e9a8d) - Fix audio support for Vivo phones (#3805, #3862) - Fix audio support for Honor phones (#4015) - Fix copy-paste on Honor Magic 5 Pro (#3885) - Fix audio capture starting on some Android 11+ devices (#3796) - Fix V4L2 regression (#3795) - Fix support of Nvidia Shield (#3801) - Fix .desktop files for Linux (#3817) - Fix error on device rotation while minimized on Windows (#3947) - Fix extra audio glitches on audio buffer underflow (#4045) - Automatically fix PTS for buggy device encoders (#4054) - Upgrade SDL to 2.28 in Windows releases (#3825) - Update developer documentation (#3811) - Various technical fixes
2dab1f7
2023-06-22 06:16
下载
v2.0
scrcpy v2.0 Changes since v1.25: - Add Audio forwarding (#14, #3757) - Add H265 and AV1 video codec support (#3713) - Add --list-displays and --list-encoders - Fix clicks on Chrome when --forward-on-clicks is enabled (#3635) - Retry on spurious encoder error (#3693) - Make --turn-screen-off work on all displays (#3716) - Restore resizing workaround for Windows (#3640) - Upgrade platform-tools to 34.0.1 (adb) in Windows releases - Upgrade FFmpeg to 6.0 in Windows releases - Upgrade SDL to 2.26.4 in Windows releases
f1b2d6b
2023-03-12 08:45
下载
v1.25
scrcpy v1.25 Changes since v1.24: - Adapt copy-paste internals for Android 13 (#3497) - Add support for high-precision scrolling (#3363, #3369) - Add desktop entry files for Linux (#295, #296, #748, #1636, #3351) - Add bash and zsh autocompletion for -s/--serial (#3522, #3523) - Use current adb port (if any) for --tcpip (#3591, #3592) - Add fallback to get display information on some devices (#3416, #3573) - Fix click behavior when --forward-all-clicks is set (#3568, #3579) - Fix support for non-ASCII characters in window title (#2932, #3547) - Fix getDisplayIds() crash on some versions of Android 13 beta (#3446) - Upgrade platform-tools to 33.0.3 (adb) in Windows releases - Upgrade FFmpeg to 5.1.2 in Windows 64-bit releases - Upgrade SDL to 2.26.1 in Windows releases - Various technical fixes
fe21158
2022-12-22 19:33
下载
v1.24
scrcpy v1.24 Changes since v1.23: - Adapt input injection for Android 13 (#3186, #3190) - Add --no-power-on (#3148, #3210) - Read $ANDROID_SERIAL if no selector is specified (#3111, #3113) - Consider emulators as TCP/IP devices (-e) (#3137) - Apply requested window size in OTG mode (#3099, #3219) - Add specific exit code for device disconnection (#3083, #3085) - Enable libusb support for Windows 32-bit releases (#3204, #3206) - Upgrade libusb to 1.0.26 in Windows releases (#3206) - Upgrade platform-tools to 33.0.1 (adb) in Windows releases (#3206) - Upgrade SDL to 2.0.22 in Windows releases - Upgrade FFmpeg to 5.0.1 in Windows 64-bit releases - Improve some error messages - Various technical fixes
ef13d39
2022-04-29 02:09
下载
v1.23
scrcpy v1.23 Changes since v1.22: - Add HID/OTG support for Windows (--otg only) (#2773, #3011) - Add HID/OTG support for macOS (#2774, #3031) - Improve device selection (list devices, -d, -e) (#3005) - Downscale and retry on MediaCodec error in more cases (#2990, #3043) - Add ZSH completion script (#3012) - Add Bash completion script (#2930, #3048) - Add --no-cleanup option (#1764, #3020) - Add --printf-fps (#468, #3030) - Print both compiled and linked version of libs on --version - Fix FPS counter (broken in v1.22) - Various technical refactors and fixes
7deccef
2022-02-23 04:01
下载
v1.22
scrcpy v1.22 Changes since v1.21: - Add HID mouse support (#2916) - Add OTG mode (HID only) (#2974) - Enable DPI awareness by default on Windows (#40, #2865) - Automatically retry with a lower definition on MediaCodec error (#2947) - Add a shortcut "open a terminal here" on Windows (#2970) - Add icon to scrcpy.exe (#2815) - Add server options to send raw H.264 video stream (#2971) - Fix process execution (mainly) on Windows 7 (#2838, #2840) - Fix adb server hang due to signal masking (#2870, #2873) - Fix input injection on some custom ROMs (#2250, #2946) - Fix possible overflow on copy-paste (#2859) - Upgrade SDL to 2.0.20 in Windows releases - Upgrade FFmpeg to 5.0 in Windows 64-bit releases (#1753, #2952) - Various technical refactors and fixes
64a0951
2022-01-29 22:44
下载
v1.21
scrcpy v1.21 Changes since v1.20: - Add --tcpip option to automate TCP/IP (wireless) connections (#2827) - Add --raw-key-events to always inject key events and ignore text events (#2816, #2831) - Add --no-clipboard-autosync to disable automatic clipboard synchronization (#2228, #2817, #2834) - Add --tunnel-host and --tunnel-port options (#2801, #2807) - Ensure clipboard synchronization is performed before injecting Ctrl+v via HID keyboard (#2814) - Adapt read/write settings for Android 12 (#2671, #2788, #2802) - Fix hanging with multiple scrcpy instances on Windows (#2779, #2783) - Fix quick interruption on Ctrl+c during server starting - Print help to stdout (instead of stderr) - Various technical refactors and fixes
003e738
2021-11-30 05:15
下载
v1.20
scrcpy v1.20 Changes since v1.19: - Add official high-resolution icon (#1497, #1987) - Add HID keyboard support on Linux (#2632) - Adapt --help output to terminal size - Rework server initialization to avoid unresponsive Ctrl+c sometimes - Remove deprecated short options -T and -c - Fix "Could not find v4l2 muxer" (#2718) - Fix workarounds for Meizu devices (#240, #2656) - Fix support for expand notification feature on some devices (#2551) - Various technical refactors and fixes
a045e28
2021-11-14 07:22
下载
v1.19
scrcpy v1.19 Changes since v1.18: - Implement (optional) buffering (#2464) - Make --turn-screen-off work even if --no-display (#2426) - Workaround Windows issue with non-ASCII path (#2619) - Print correct error messages on Windows socket errors (#2624) - Upgrade platform-tools to 31.0.3 (adb) in Windows releases (#2588) - Upgrade SDL to 2.0.16 in Windows releases (#2589) - Various technical fixes
228e2c1
2021-09-11 03:40
下载
v1.18
scrcpy v1.18 Changes since v1.17: - Add support for Android 12 (#2129, #2402) - Add support for V4L2 (device screen capture as a webcam) (#2232, #2233, #2268) - Add an option to lock the initial video orientation - Add an option to power off the device on close (#824) - Bind 4th mouse button to APP_SWITCH (#2258) - Bind 5th mouse button to expand notification panel (#2258) - Expand settings panel on double-expand notification panel (#2260, #2264) - Push to /sdcard/Download by default (#2384) - Center the window on resize-to-fit (#2387) - Increase possible display id range (#2009) - Log input events in verbose mode (#2371) - Fix touch events parameters (#2125) - Fix left click on Samsung Browser (#2169) - Remove option --render-expired-frames (#2268) - Pass scrcpy-noconsole arguments through to scrcpy on Windows (#2052) - Upgrade platform-tools to 31.0.2 (adb) in Windows releases - Various technical fixes
60c4e88
2021-06-21 04:01
下载
v1.17
scrcpy v1.17 Changes since v1.16: - Fix errors on Android 11 (#1468) - Add --encoder option (#1810, #1827) - Add --forward-all-clicks option (#1302, #1613) - Add --legacy-paste option (#1750, #1771) - Workaround screen off/on issue on exit (#1670) - Rework console/noconsole versions on Windows (#1875, #1988) - Terminate server properly without killing it on close (#1992) - List available shortcut keys on error (#1681) - Upgrade platform-tools to 30.0.5 (adb) in Windows releases - Upgrade SDL to 2.0.14 in Windows releases
f682b87
2021-01-02 07:53
下载
v1.16
scrcpy v1.16 Changes since v1.15.1: - Add pinch-to-zoom simulation (#24) - Fix clipboard paste (#1658) - Inject POWER instead of WAKEUP on start (#1655)
d7779d0
2020-08-11 02:09
下载
v1.15.1
scrcpy v1.15.1 Change since v1.15: - Fix uninitialized value, breaking HOME shortcut randomly (#1643)
633a51e
2020-08-07 18:01
下载
v1.15
scrcpy v1.15 Changes since v1.14: - Forward Ctrl and Shift to the device (#1598, #555, #942) - Change "resize to fit" shortcut from MOD+x to MOD+w (#1598) - Make shortcut modifiers customizable (#1598) - Restore power mode to "normal" on disconnection (#1572, #1576) - Keep the screen off on powering on (best effort) (#1573, #1577) - Add option to disable screensaver (#1370, #1502) - Do not crash on missing clipboard manager (#1440, #1556) - Fix touch events HiDPI-scaling (#1536, #15) - Correctly inject repeating keycodes (#1013, #1519) - Add option to ignore repeated key events (#1013, #1623) - Increase clipboard size from 4k to 256k (#1117) - Do not expose internal SDL logs to users (#1441) - Upgrade platform-tools to 30.0.4 (adb) in Windows releases - Upgrade FFmpeg to 4.3.1 in Windows releases
edc4f76
2020-08-07 03:00
下载
v1.14
scrcpy v1.14 Changes since v1.13: - Add --stay-awake (#631) - Add Ctrl+Shift+o shortcut to turn screen on (#175) - Implement seamless copy-paste from Android to computer (#1056, #1423) - Implement seamless UTF-8 copy-paste from computer to Android >= 7 (#786) - Improve --show-touches behavior - Properly handle Ctrl+C on Windows (avoid to corrupt recording) (#818) - Add --verbosity to configure log level at runtime - Add --codec-options to pass MediaFormat options directly (#1325) - Add --force-adb-forward (useful for SSH forwarding) - Apply workarounds only on error (#994) - Increase LOD bias to reduce blurring on trilinear filtering (#1394) - Fix HiDPI issues on secondary screen (#1408, #15) - Fix rendering issues (#1408, #787) - Fix window restoration regression (#1346) - Fix unexpected focus behavior on scroll (#1362) - Fix "buffer full" error on Ctrl+Shift+v (#1425) - Upgrade platform-tools to 30.0.0 (adb) in Windows releases
44fa4a0
2020-05-28 00:19
下载
v1.13
scrcpy v1.13 Changes since v1.12.1: - Add option to lock video orientation (#218, #1151) - Add shortcuts to rotate the display (#218, #1274) - Mirror secondary displays (#397, #898, #1177, #1238) - Enable trilinear filtering when possible (#40, #1284) - Add --render-driver parameter (#1284) - Accept --max-fps before Android 10 (#488) - Accept negative window position (#1242) - Use another local port if 27183 is not available (#945, #951) - Forward NumPad keys when NumLock is disabled (#1188) - Fix issues when directory contains non-ASCII chars on Windows (#1002) - Do not print irrelevant workarounds errors (#994) - Fix possible BufferUnderflowException on touch event (#1245) - Upgrade FFmpeg to 4.2.2 in Windows releases - Upgrade SDL to 2.0.12 in Windows releases
9babe26
2020-04-30 04:24
下载
v1.12.1
scrcpy v1.12.1 Change since v1.12: - Fix bit-rate parsing when "long" is 32 bits (#995)
4687a0e
2019-12-10 17:07
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
C/C++
1
https://gitee.com/visualsmile/scrcpy.git
git@gitee.com:visualsmile/scrcpy.git
visualsmile
scrcpy
scrcpy
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册