You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README_EN.md
+25-19Lines changed: 25 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
</div><br>
16
16
17
17
18
-
StreamCap is a multi-platform live stream recording client that covers over 40 mainstream live streaming platforms worldwide. It supports batch recording, loop monitoring, scheduled monitoring, and automatic transcoding.
18
+
StreamCap is a multi-platform live stream recording client based on FFmpeg and StreamGet. It covers over 40 mainstream live streaming platforms both domestically and internationally, and supports features such as batch recording, loop monitoring, timed monitoring, and automatic transcoding.
19
19
20
20
## ✨Features
21
21
@@ -31,19 +31,12 @@ StreamCap is a multi-platform live stream recording client that covers over 40 m
31
31
32
32
## 🛠️Quick Start
33
33
34
-
### 1. Running the Pre-built Program
34
+
### 1. **Run the Pre-Built Program**
35
35
36
-
1.**Download the Pre-built Program**:
36
+
Visit the [StreamCap Releases](https://github.com/ihmily/StreamCap/releases/latest) page and download the latest version according to your operating system:
37
37
38
-
Visit the [StreamCap Releases](https://github.com/ihmily/StreamCap/releases/latest) page and download the latest version of the `StreamCap.zip` package.
39
-
40
-
2.**Unzip the Program**:
41
-
42
-
Extract the downloaded package to any directory.
43
-
44
-
3.**Run the Executable File**:
45
-
46
-
Open the extracted folder and double-click the `StreamCap.exe` file to launch the program.
38
+
-**Windows Users**: Download the `StreamCap.zip` file, extract it, and run `StreamCap.exe`.
39
+
-**macOS Users**: Download the `StreamCap.dmg` file and follow the on-screen instructions to install.
47
40
48
41
### 2. Running from Source Code
49
42
@@ -60,6 +53,8 @@ cd StreamCap
60
53
61
54
```bash
62
55
pip install -r requirements.txt
56
+
# or
57
+
poetry install
63
58
```
64
59
65
60
3.**Run the Program**:
@@ -70,18 +65,26 @@ Use the following command to start the program:
70
65
python main.py
71
66
```
72
67
73
-
If the program prompts that FFmpeg is missing, please visit the FFmpeg official download page [Download FFmpeg](https://ffmpeg.org/download.html) to download the precompiled FFmpeg executable.
68
+
If the program prompts that FFmpeg is missing, please visit the FFmpeg official download page [Download FFmpeg](https://ffmpeg.org/download.html) to download the precompiled FFmpeg executable files and configure the environment variables.
0 commit comments