[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-284":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":35,"readmeContent":36,"aiSummary":37,"trendingCount":16,"starSnapshotCount":16,"syncStatus":38,"lastSyncTime":39,"discoverSource":40},284,"scrcpy","Genymobile\u002Fscrcpy","Genymobile","Display and control your Android device","",null,"C",143646,13246,1375,2752,0,45,400,2087,267,120,"Apache License 2.0",false,"master",true,[27,28,29,30,31,32,33,34],"android","c","ffmpeg","libav","mirroring","recording","screen","sdl2","2026-06-17 04:00:02","**This GitHub repo (\u003Chttps:\u002F\u002Fgithub.com\u002FGenymobile\u002Fscrcpy>) is the only official\nsource for the project. Do not download releases from random websites, even if\ntheir name contains `scrcpy`.**\n\n# scrcpy (v3.3.4)\n\n\u003Cimg src=\"app\u002Fdata\u002Ficon.svg\" width=\"128\" height=\"128\" alt=\"scrcpy\" align=\"right\" \u002F>\n\n_pronounced \"**scr**een **c**o**py**\"_\n\nThis application mirrors Android devices (video and audio) connected via USB or\n[TCP\u002FIP](doc\u002Fconnection.md#tcpip-wireless) and allows control using the\ncomputer's keyboard and mouse. It does not require _root_ access or an app\ninstalled on the device. It works on _Linux_, _Windows_, and _macOS_.\n\n![screenshot](assets\u002Fscreenshot-debian-600.jpg)\n\nIt focuses on:\n\n - **lightness**: native, displays only the device screen\n - **performance**: 30~120fps, depending on the device\n - **quality**: 1920×1080 or above\n - **low latency**: [35~70ms][lowlatency]\n - **low startup time**: ~1 second to display the first image\n - **non-intrusiveness**: nothing is left installed on the Android device\n - **user benefits**: no account, no ads, no internet required\n - **freedom**: free and open source software\n\n[lowlatency]: https:\u002F\u002Fgithub.com\u002FGenymobile\u002Fscrcpy\u002Fpull\u002F646\n\nIts features include:\n - [audio forwarding](doc\u002Faudio.md) (Android 11+)\n - [recording](doc\u002Frecording.md)\n - [virtual display](doc\u002Fvirtual-display.md)\n - mirroring with [Android device screen off](doc\u002Fdevice.md#turn-screen-off)\n - [copy-paste](doc\u002Fcontrol.md#copy-paste) in both directions\n - [configurable quality](doc\u002Fvideo.md)\n - [camera mirroring](doc\u002Fcamera.md) (Android 12+)\n - [mirroring as a webcam (V4L2)](doc\u002Fv4l2.md) (Linux-only)\n - physical [keyboard][hid-keyboard] and [mouse][hid-mouse] simulation (HID)\n - [gamepad](doc\u002Fgamepad.md) support\n - [OTG mode](doc\u002Fotg.md)\n - and more…\n\n[hid-keyboard]: doc\u002Fkeyboard.md#physical-keyboard-simulation\n[hid-mouse]: doc\u002Fmouse.md#physical-mouse-simulation\n\n## Prerequisites\n\nThe Android device requires at least API 21 (Android 5.0).\n\n[Audio forwarding](doc\u002Faudio.md) is supported for API >= 30 (Android 11+).\n\nMake sure you [enabled USB debugging][enable-adb] on your device(s).\n\n[enable-adb]: https:\u002F\u002Fdeveloper.android.com\u002Fstudio\u002Fdebug\u002Fdev-options#enable\n\nOn some devices (especially Xiaomi), you might get the following error:\n\n```\nInjecting input events requires the caller (or the source of the instrumentation, if any) to have the INJECT_EVENTS permission.\n```\n\nIn that case, you need to enable [an additional option][control] `USB debugging\n(Security Settings)` (this is an item different from `USB debugging`) to control\nit using a keyboard and mouse. Rebooting the device is necessary once this\noption is set.\n\n[control]: https:\u002F\u002Fgithub.com\u002FGenymobile\u002Fscrcpy\u002Fissues\u002F70#issuecomment-373286323\n\nNote that USB debugging is not required to run scrcpy in [OTG mode](doc\u002Fotg.md).\n\n\n## Get the app\n\n - [Linux](doc\u002Flinux.md)\n - [Windows](doc\u002Fwindows.md) (read [how to run](doc\u002Fwindows.md#run))\n - [macOS](doc\u002Fmacos.md)\n\n\n## Must-know tips\n\n - [Reducing resolution](doc\u002Fvideo.md#size) may greatly improve performance\n   (`scrcpy -m1024`)\n - [_Right-click_](doc\u002Fmouse.md#mouse-bindings) triggers `BACK`\n - [_Middle-click_](doc\u002Fmouse.md#mouse-bindings) triggers `HOME`\n - \u003Ckbd>Alt\u003C\u002Fkbd>+\u003Ckbd>f\u003C\u002Fkbd> toggles [fullscreen](doc\u002Fwindow.md#fullscreen)\n - There are many other [shortcuts](doc\u002Fshortcuts.md)\n\n\n## Usage examples\n\nThere are a lot of options, [documented](#user-documentation) in separate pages.\nHere are just some common examples.\n\n - Capture the screen in H.265 (better quality), limit the size to 1920, limit\n   the frame rate to 60fps, disable audio, and control the device by simulating\n   a physical keyboard:\n\n    ```bash\n    scrcpy --video-codec=h265 --max-size=1920 --max-fps=60 --no-audio --keyboard=uhid\n    scrcpy --video-codec=h265 -m1920 --max-fps=60 --no-audio -K  # short version\n    ```\n\n - Start VLC in a new virtual display (separate from the device display):\n\n    ```bash\n    scrcpy --new-display=1920x1080 --start-app=org.videolan.vlc\n    ```\n\n - Record the device camera in H.265 at 1920x1080 (and microphone) to an MP4\n   file:\n\n    ```bash\n    scrcpy --video-source=camera --video-codec=h265 --camera-size=1920x1080 --record=file.mp4\n    ```\n\n - Capture the device front camera and expose it as a webcam on the computer (on\n   Linux):\n\n    ```bash\n    scrcpy --video-source=camera --camera-size=1920x1080 --camera-facing=front --v4l2-sink=\u002Fdev\u002Fvideo2 --no-playback\n    ```\n\n - Control the device without mirroring by simulating a physical keyboard and\n   mouse (USB debugging not required):\n\n    ```bash\n    scrcpy --otg\n    ```\n\n - Control the device using gamepad controllers plugged into the computer:\n\n    ```bash\n    scrcpy --gamepad=uhid\n    scrcpy -G  # short version\n    ```\n\n## User documentation\n\nThe application provides a lot of features and configuration options. They are\ndocumented in the following pages:\n\n - [Connection](doc\u002Fconnection.md)\n - [Video](doc\u002Fvideo.md)\n - [Audio](doc\u002Faudio.md)\n - [Control](doc\u002Fcontrol.md)\n - [Keyboard](doc\u002Fkeyboard.md)\n - [Mouse](doc\u002Fmouse.md)\n - [Gamepad](doc\u002Fgamepad.md)\n - [Device](doc\u002Fdevice.md)\n - [Window](doc\u002Fwindow.md)\n - [Recording](doc\u002Frecording.md)\n - [Virtual display](doc\u002Fvirtual-display.md)\n - [Tunnels](doc\u002Ftunnels.md)\n - [OTG](doc\u002Fotg.md)\n - [Camera](doc\u002Fcamera.md)\n - [Video4Linux](doc\u002Fv4l2.md)\n - [Shortcuts](doc\u002Fshortcuts.md)\n\n\n## Resources\n\n - [FAQ](FAQ.md)\n - [Translations][wiki] (not necessarily up to date)\n - [Build instructions](doc\u002Fbuild.md)\n - [Developers](doc\u002Fdevelop.md)\n - [Verify release signatures](doc\u002Fverify-release.md)\n\n[wiki]: https:\u002F\u002Fgithub.com\u002FGenymobile\u002Fscrcpy\u002Fwiki\n\n\n## Articles\n\n- [Introducing scrcpy][article-intro]\n- [Scrcpy now works wirelessly][article-tcpip]\n- [Scrcpy 2.0, with audio][article-scrcpy2]\n\n[article-intro]: https:\u002F\u002Fblog.rom1v.com\u002F2018\u002F03\u002Fintroducing-scrcpy\u002F\n[article-tcpip]: https:\u002F\u002Fwww.genymotion.com\u002Fblog\u002Fopen-source-project-scrcpy-now-works-wirelessly\u002F\n[article-scrcpy2]: https:\u002F\u002Fblog.rom1v.com\u002F2023\u002F03\u002Fscrcpy-2-0-with-audio\u002F\n\n## Contact\n\nYou can open an [issue] for bug reports, feature requests or general questions.\n\nFor bug reports, please read the [FAQ](FAQ.md) first, you might find a solution\nto your problem immediately.\n\n[issue]: https:\u002F\u002Fgithub.com\u002FGenymobile\u002Fscrcpy\u002Fissues\n\nYou can also use:\n\n - Reddit: [`r\u002Fscrcpy`](https:\u002F\u002Fwww.reddit.com\u002Fr\u002Fscrcpy)\n - BlueSky: [`@scrcpy.bsky.social`](https:\u002F\u002Fbsky.app\u002Fprofile\u002Fscrcpy.bsky.social)\n - Twitter: [`@scrcpy_app`](https:\u002F\u002Ftwitter.com\u002Fscrcpy_app)\n\n\n## Donate\n\nI'm [@rom1v](https:\u002F\u002Fgithub.com\u002From1v), the author and maintainer of _scrcpy_.\n\nIf you appreciate this application, you can [support my open source\nwork][donate]:\n - [GitHub Sponsors](https:\u002F\u002Fgithub.com\u002Fsponsors\u002From1v)\n - [Liberapay](https:\u002F\u002Fliberapay.com\u002From1v\u002F)\n - [PayPal](https:\u002F\u002Fpaypal.me\u002From2v)\n\n[donate]: https:\u002F\u002Fblog.rom1v.com\u002Fabout\u002F#support-my-open-source-work\n\n## License\n\n    Copyright (C) 2018 Genymobile\n    Copyright (C) 2018-2026 Romain Vimont\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n        http:\u002F\u002Fwww.apache.org\u002Flicenses\u002FLICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","scrcpy 是一款用于显示和控制 Android 设备的应用程序。它通过 USB 或 TCP\u002FIP 连接将设备屏幕（包括视频和音频）镜像到计算机上，并支持使用键盘和鼠标进行控制，无需 root 权限或在设备上安装额外应用。该项目采用 C 语言编写，具备轻量级、高性能（30~120fps）、高画质（最高可达 1920×1080 分辨率）、低延迟（35~70ms）及快速启动时间等技术特点。scrcpy 支持音频转发、录制、虚拟显示、屏幕关闭时的镜像等功能，适用于开发调试、远程协助、游戏直播等多种场景，尤其适合开发者和需要频繁操作 Android 设备的用户。此外，作为自由开源软件，scrcpy 不含广告且无需网络连接即可运行。",2,"2026-06-17 02:33:16","top_all"]