mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-25 14:05:01 +00:00
41 lines
1.3 KiB
Markdown
41 lines
1.3 KiB
Markdown
最后同步scrcpy 31bd95022bc525be42ca273d59a3211d964d278b
|
||
|
||
# TODO
|
||
## 低优先级
|
||
- 中文输入(server需要改为apk,作为一个输入法,暂不实现)(或者有其他方式案件注入方式,例如搜狗手机输入法可以监听当前注入?)
|
||
- [单独线程统计帧率](https://github.com/Genymobile/scrcpy/commit/e2a272bf99ecf48fcb050177113f903b3fb323c4)
|
||
- text转换 https://github.com/Genymobile/scrcpy/commit/c916af0984f72a60301d13fa8ef9a85112f54202?tdsourcetag=s_pctim_aiomsg
|
||
|
||
## 中优先级
|
||
- mac自动打包脚本
|
||
- 脚本
|
||
- 群控
|
||
- 竖屏全屏不拉伸画面
|
||
- 软解
|
||
- opengles 3.0
|
||
- github action
|
||
- 打包版本截图无效?
|
||
|
||
## 高优先级
|
||
- linux打包以及版本号
|
||
|
||
# mark
|
||
## ffmpeg
|
||
[ffmpeg编译参数详解](https://www.cnblogs.com/wainiwann/p/4204230.html)
|
||
|
||
## adb
|
||
以下是 ADB 和 Fastboot 的谷歌官方下载链接:
|
||
|
||
ADB和Fastboot for Windows
|
||
|
||
https://dl.google.com/android/repository/platform-tools-latest-windows.zip
|
||
|
||
ADB和Fastboot for Mac
|
||
|
||
https://dl.google.com/android/repository/platform-tools-latest-darwin.zip
|
||
|
||
ADB和Fastboot for Linux
|
||
|
||
https://dl.google.com/android/repository/platform-tools-latest-linux.zip
|
||
|
||
由于这些是直接的 Google 链接,用户可以确保下载不仅是官方的,而且将始终能够获得最新版本的 ADB 和 Fastboot
|