Ai
1 Star 0 Fork 2K

昵称不能为空/QtScrcpy

forked from Barry/QtScrcpy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.ini 978 Bytes
一键复制 编辑 原始数据 按行查看 历史
Barry 提交于 2024-04-08 15:07 +08:00 . feat: update server 2.4
[common]
# 窗口标题
WindowTitle=QtScrcpy
# 推送到安卓设备的文件保存路径(必须以/结尾)
PushFilePath=/sdcard/
# 最大fps(仅支持Android 10以上)
MaxFps=0
# 是否渲染过期视频帧(跳过过期视频帧意味着更低的延迟)
RenderExpiredFrames=0
# 视频解码方式:-1 自动,0 软解,1 dx硬解,2 opengl硬解
UseDesktopOpenGL=-1
# scrcpy-server的版本号(不要修改)
ServerVersion=2.4
# scrcpy-server推送到安卓设备的路径
ServerPath=/data/local/tmp/scrcpy-server.jar
# 自定义adb路径,例如D:/android/tools/adb.exe
AdbPath=
# 编码选项 ""表示默认
# 例如 CodecOptions="profile=1,level=2"
# 更多编码选项参考 https://d.android.com/reference/android/media/MediaFormat
CodecOptions=""
# 指定编码器名称(必须是H.264编码器),""表示默认
# 例如 CodecName="OMX.qcom.video.encoder.avc"
CodecName=""
# Set the log level (verbose, debug, info, warn, error)
LogLevel=verbose
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/phpzhu/QtScrcpy.git
git@gitee.com:phpzhu/QtScrcpy.git
phpzhu
QtScrcpy
QtScrcpy
dev

搜索帮助