Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ StreamCap 是一个基于FFmpeg和StreamGet的多平台直播流录制客户端

### 1.**运行预构建的程序**:

访问 [StreamCap Releases](https://github.com/ihmily/StreamCap/releases/latest) 页面,根据自身系统下载最新版本的 `StreamCap.zip` 压缩包
访问 [StreamCap Releases](https://github.com/ihmily/StreamCap/releases/latest) 页面,根据自身系统下载对应的最新版本压缩包

- **Windows 用户**:下载 `StreamCap.zip` 文件,解压后运行 `StreamCap.exe`。
- **macOS 用户**:下载 `StreamCap.dmg` 文件,按照提示完成安装。
- **macOS 用户**:下载 `StreamCap.dmg` 文件,按照提示完成安装,即可在启动台找到应用并运行

### 2.从源代码运行

确保已安装 **Python 3.10** 及以上版本。💥
确保已安装 **Python 3.10** 或更高版本。💥

1.**克隆项目代码**:

Expand Down Expand Up @@ -244,4 +244,4 @@ StreamCap在Apache License 2.0下发布。有关详情,请参阅[LICENSE](./LI
- [FFmpeg](https://ffmpeg.org)
- [streamget](https://github.com/ihmily/streamget)

如果您有任何问题或建议,请随时通过GitHub Issues与我们联系。
如果您有任何问题或建议,请随时通过GitHub Issues与我们联系。
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ StreamCap is a multi-platform live stream recording client based on FFmpeg and S
Visit the [StreamCap Releases](https://github.com/ihmily/StreamCap/releases/latest) page and download the latest version according to your operating system:

- **Windows Users**: Download the `StreamCap.zip` file, extract it, and run `StreamCap.exe`.
- **macOS Users**: Download the `StreamCap.dmg` file and follow the on-screen instructions to install.
- **macOS Users**: Download the `StreamCap.dmg` file and follow the on-screen instructions to install, then you can find the application in the Launchpad to run it.

### 2. Running from Source Code

Ensure you have **Python 3.10** or above installed.💥
Ensure you have **Python 3.10** or a higher version installed.💥

1.**Clone the Project Code**:

Expand Down