diff --git a/README-CN.md b/README-CN.md index 5832de4..b3ddab9 100644 --- a/README-CN.md +++ b/README-CN.md @@ -89,23 +89,24 @@ Windows 及 Linux 端内部集成了 Gnirehtet, 用于提供 PC 到安卓设 ### 通用 -- Adb 路径 -- Scrcpy 路径 -- 文件存储路径(音视频录制及设备截图都保存在这里) -- Gnirehtet 路径 -- Gnirehtet 修复 -- Scrcpy 追加参数 - 更换主题 - 调整语言 +- 文件存储路径(音视频录制及设备截图都保存在这里) +- Adb 路径 +- Scrcpy 路径 +- Gnirehtet 路径 +- Scrcpy 参数 +- 自动连接历史设备 +- Gnirehtet 修复 - 开启调试 ### 视频控制 -- 分辨率 -- 比特率 +- 最大尺寸 +- 视频比特率 - 刷新率 - 视频编码 -- 屏幕旋转 +- 显示方向 - 屏幕裁剪 - 显示器 - 视频缓冲 @@ -117,25 +118,20 @@ Windows 及 Linux 端内部集成了 Gnirehtet, 用于提供 PC 到安卓设 - 保持清醒 - 控制时关闭屏幕 - 控制结束关闭屏幕 -- 控制时停止充电 +- 控制时禁用自动亮屏 +- 模拟辅助显示器 ### 窗口控制 +- 窗口宽度 +- 窗口高度 +- 窗口横坐标 +- 窗口纵坐标 - 无边框模式 - 全屏模式 - 始终位于顶部 - 禁用屏幕保护 -### 音视频录制 - -- 录制格式 -- 录制时长 -- 录制视频方向 -- 禁用视频录制 -- 禁用视频播放 -- 禁用音频录制 -- 禁用音频播放 - ### 音频控制 - 音频源 @@ -144,6 +140,22 @@ Windows 及 Linux 端内部集成了 Gnirehtet, 用于提供 PC 到安卓设 - 音频缓冲 - 音频输出缓冲 +### 音视频录制 + +- 录制视频格式 +- 录制视频方向 +- 录制时长 +- 禁用视频录制 +- 禁用音频录制 +- 禁用视频播放 +- 禁用音频播放 + +### 输入控制 + +- 鼠标模式 +- 键盘模式 +- 键盘注入方式 + ### OTG - 启用 OTG diff --git a/README.md b/README.md index f59c386..5d5a29d 100644 --- a/README.md +++ b/README.md @@ -87,60 +87,72 @@ Refer to [scrcpy/doc/shortcuts](https://github.com/Genymobile/scrcpy/blob/master ### General -- Adb path -- Scrcpy path -- File storage path (audio and video recordings and device screenshots are all saved here) -- Gnirehtet path -- Gnirehtet fix -- Scrcpy append parameter - Change theme - Adjust language -- Enable debug +- File storage path (for storing audio/video recordings and device screenshots) +- ADB path +- Scrcpy path +- Gnirehtet path +- Scrcpy parameters +- Auto-connect to historical devices +- Gnirehtet Fix +- Enable debugging -### Video +### Video Control -- Resolution -- Bitrate +- Maximum size +- Video bitrate - Refresh rate - Video encoding -- Screen rotation -- Screen cropping -- Display -- Video buffer -- Receiver (v4l2) buffer +- Display orientation +- Screen clipping +- Monitor +- Video buffering +- Receiver (v4l2) buffering -### Device +### Device Control - Show touch points - Keep awake -- Close screen during control -- Close screen after control -- Stop charging during control +- Turn off screen during control +- Turn off screen after control +- Disable auto-brightness during control +- Simulate auxiliary display -### Window +### Window Control +- Window width +- Window height +- Window X coordinate +- Window Y coordinate - Borderless mode - Fullscreen mode - Always on top -- Disable screen saver +- Disable screensaver -### Recording - -- Recording format -- Recording duration -- Recording video orientation -- Disable video recording -- Disable video playback -- Disable audio recording -- Disable audio playback - -### Audio +### Audio Control - Audio source - Audio encoding - Audio bitrate -- Audio buffer -- Audio output buffer +- Audio buffering +- Audio output buffering + +### Audio/Video Recording + +- Video recording format +- Video recording orientation +- Recording duration +- Disable video recording +- Disable audio recording +- Disable video playback +- Disable audio playback + +### Input Control + +- Mouse mode +- Keyboard mode +- Keyboard injection method ### OTG @@ -148,12 +160,12 @@ Refer to [scrcpy/doc/shortcuts](https://github.com/Genymobile/scrcpy/blob/master - Keyboard only - Mouse only -### Camera +### Camera Control - Enable camera - Camera source -- Camera size -- Camera ratio +- Camera resolution +- Camera aspect ratio - Camera frame rate ## Next Steps?