Skip to content

Commit a8d3609

Browse files
barrybarry-ran
barry
authored andcommitted
feat: ad for QuickMirror
1 parent 790f422 commit a8d3609

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

QtScrcpy/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ int main(int argc, char *argv[])
116116
qInfo() << QString("QtScrcpy %1 <https://github.com/barry-ran/QtScrcpy>").arg(QCoreApplication::applicationVersion());
117117

118118
qInfo() << QObject::tr("If you need more professional screen projection control software, you can try the following software:");
119-
qInfo() << QString(QObject::tr("QuickMirror") + " <https://lrbnfell4p.feishu.cn/docx/QRMhd9nImorAGgxVLlmczxSdnYf>");
119+
qInfo() << QString(QObject::tr("QuickMirror") + " <https://lrbnfell4p.feishu.cn/drive/folder/KviYfz5uFlpUT8dXgdjccmfUnse>");
120120

121121
int ret = a.exec();
122122
delete g_mainDlg;

README.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,24 @@ It focuses on:
3131

3232
![linux](screenshot/linux-en.png)
3333

34+
## The author has developed a more professional screen casting software called `QuickMirror`
35+
QuickMirror function&features:
36+
- Equipment screen casting&control: batch screen casting, individual control, batch control
37+
- Group management
38+
- WiFi screen mirroring/OTG screen mirroring
39+
- Adb shell shortcut command
40+
- File transfer, apk installation
41+
- Multiple screen mirroring: In OTG mirroring mode, with low resolution and smoothness settings, a single computer can manage 500+phones simultaneously
42+
- Low latency: USB screen mirroring 1080p latency is within 30ms, which is lower than all screen mirroring software on the market in terms of latency at the same resolution and smoothness
43+
- Low CPU usage: pure C++development, high-performance GPU video rendering
44+
- High resolution: adjustable, maximum support for native resolution of Android terminals
45+
- Perfect Chinese input: Supports Xianyu app, supports Samsung phones
46+
- The free version can cast up to 10 screens, with unlimited functionality (except for automatic screen mirroring)
47+
- QuickMirror tutorial: https://lrbnfell4p.feishu.cn/docx/EMkvdfIvDowy3UxsXUCcpPV8nDh
48+
- QuickMirror Telegram communication group: https://t.me/+Ylf_5V_rDCMyODQ1
49+
- Preview of QuickMirror Interface:
50+
![quickmirror](docs/image/quickmirror.png)
51+
3452
## Mapping Keys
3553
You can write your script to map keyboard and mouse actions to touches and clicks of the mobile phone according to your needs. [Here](docs/KeyMapDes.md) are the script writing rules.
3654

@@ -89,9 +107,9 @@ It details the development architecture and the development process of the entir
89107

90108
Course introduction:[https://blog.csdn.net/rankun1/article/details/87970523](https://blog.csdn.net/rankun1/article/details/87970523)
91109

92-
You can join my QQ group for QtScrcpy and exchange ideas with like-minded friends.:
110+
You can join Telegram Group for QtScrcpy and exchange ideas with like-minded friends.:
93111

94-
QQ Group number:901736468
112+
Telegram Grouphttps://t.me/+EnQNmb47C_liYmRl
95113

96114

97115
## Requirements

0 commit comments

Comments
 (0)