mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-19 19:15:07 +00:00
43 lines
1.7 KiB
Markdown
43 lines
1.7 KiB
Markdown
# TODO
|
|
## 低优先级
|
|
- text转换 https://github.com/Genymobile/scrcpy/commit/c916af0984f72a60301d13fa8ef9a85112f54202?tdsourcetag=s_pctim_aiomsg
|
|
- 关闭number lock时的数字小键盘处理 https://github.com/Genymobile/scrcpy/commit/cd69eb4a4fecf8167208399def4ef536b59c9d22
|
|
- mipmapping https://github.com/Genymobile/scrcpy/commit/bea7658807d276aeab7d18d856a366c83ee05827
|
|
|
|
## 中优先级
|
|
- 脚本
|
|
- 某些机器软解不行
|
|
- opengles 3.0 兼容性参考[这里](https://github.com/libretro/glsl-shaders/blob/master/nnedi3/shaders/yuv-to-rgb-2x.glsl)
|
|
- 通过host:track-devices实现自动连接 https://www.jianshu.com/p/2cb86c6de76c
|
|
- 旋转 https://github.com/Genymobile/scrcpy/commit/d48b375a1dbc8bed92e3424b5967e59c2d8f6ca1
|
|
- 禁用屏幕保护 https://github.com/Genymobile/scrcpy/commit/dc7b60e6199b90a45ea26751988f6f30f8b2efdf
|
|
- 自定义快捷键 https://github.com/Genymobile/scrcpy/commit/1b76d9fd78c3a88a8503a72d4cd2f65bdb836aa4
|
|
|
|
## 高优先级
|
|
- linux打包以及版本号
|
|
- 关于
|
|
- 音频转发 https://github.com/rom1v/sndcpy
|
|
|
|
# mark
|
|
## ffmpeg
|
|
[ffmpeg编译参数详解](https://www.cnblogs.com/wainiwann/p/4204230.html)
|
|
|
|
## fontawesome
|
|
[fontawesome 在线搜索](http://www.fontawesome.com.cn/cheatsheet/)
|
|
|
|
## 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
|