mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-07-15 05:21:28 +00:00
39 lines
1.2 KiB
Markdown
39 lines
1.2 KiB
Markdown
最后同步scrcpy 31bd95022bc525be42ca273d59a3211d964d278b
|
|
|
|
# TODO
|
|
## 低优先级
|
|
- [单独线程统计帧率](https://github.com/Genymobile/scrcpy/commit/e2a272bf99ecf48fcb050177113f903b3fb323c4)
|
|
- text转换 https://github.com/Genymobile/scrcpy/commit/c916af0984f72a60301d13fa8ef9a85112f54202?tdsourcetag=s_pctim_aiomsg
|
|
|
|
## 中优先级
|
|
- 脚本
|
|
- 某些机器软解不行
|
|
- opengles 3.0 兼容性参考[这里](https://github.com/libretro/glsl-shaders/blob/master/nnedi3/shaders/yuv-to-rgb-2x.glsl)
|
|
|
|
## 高优先级
|
|
- linux打包以及版本号
|
|
- 关于
|
|
- 旋转
|
|
- ubuntu自动打包
|
|
- 版本号抽离优化
|
|
|
|
# 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
|