mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 11:35:56 +00:00
* feat: cmake win * fix: win bug * feat: mac * feat: mac * feat: linux * feat: remove old cmake * fix: build bug * feat: ci mac build * feat: language * feat: build win * fix: win buid error * fix: mac build error * fix: mac publish error * feat: test * feat: remove ubuntu 16 * feat: cmake build on ubuntu * fix: ubuntu build error * feat: test * fix: build error on ubuntu * fix: build error * fix: build error * fix * fix * fix: 1 * fix: 2 * fix: 3 * f * a * b * 1 Co-authored-by: 冉坤 <rankun@bytedance.com>
27 lines
968 B
INI
27 lines
968 B
INI
[common]
|
||
# 窗口标题
|
||
WindowTitle=QtScrcpy
|
||
# 推送到安卓设备的文件保存路径(必须以/结尾)
|
||
PushFilePath=/sdcard/
|
||
# 最大fps(仅支持Android 10以上)
|
||
MaxFps=60
|
||
# 是否渲染过期视频帧(跳过过期视频帧意味着更低的延迟)
|
||
RenderExpiredFrames=0
|
||
# 视频解码方式:-1 自动,0 软解,1 dx硬解,2 opengl硬解
|
||
UseDesktopOpenGL=-1
|
||
# scrcpy-server的版本号(不要修改)
|
||
ServerVersion=1.21
|
||
# 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 (debug, info, warn, error)
|
||
LogLevel=info
|