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
This feature adds the ability to stream the screen to YouTube and Twitch. It also includes several improvements and fixes to the
existing recording functionality.
Key changes:
- Implement streaming to YouTube and Twitch with hotkey support to stop.
- Add a "Twitch (Test Stream)" option to allow users to test their connection.
- Improve ffmpeg arguments for better streaming quality and performance.
- Add a default audio device to the recording options.
- Update the README with the new features and usage instructions.
- Bump the version to v2.0.0.
Copy file name to clipboardExpand all lines: readme.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,15 @@
4
4
(Windows OS Only)
5
5
6
6
> **Status:** Release
7
-
> Currently supports full-screen, window-specific screenshots and full-screen recording. Window specific recording is still in development.
7
+
> Currently supports full-screen, window-specific screenshots and full-screen recording. Supports streaming to youtube and twitch. Window specific recording is partially implemented.
8
8
9
9
## Features
10
10
11
11
- 📸 Capture full-screen screenshots
12
12
- 🖼️ Capture specific window screenshots
13
13
- 🎥 Screen recording
14
+
- 🎥 Window specific recording (partially implemented)
15
+
- 🎥 Stream display to twitch or youtube
14
16
15
17
## Installation
16
18
**It's a portable executable file. Doesn't need any installation.**<br><br>
@@ -19,7 +21,8 @@
19
21
## Usage
20
22
Download the exe from the releases or [build yourself](#build-yourself).<br>
21
23
Run the exe to use it.<br>
22
-
For recording functionaility, you must have `ffmpeg` installed and added to path. If you don't have it, the app has the prebuilt prompt to download ffmpeg to the `%appdata%\captr\bin` folder in appdata to use.
24
+
For recording and streaming functionaility, you must have `ffmpeg` installed and added to path. If you don't have it, the app has the prebuilt prompt to download ffmpeg to the `%appdata%\captr\bin` folder in appdata to use.<br>
25
+
**For audio, please manually configure the config file or enable "Stereo Mix" device in windows settings.**
23
26
24
27
### Flags
25
28
-`--config`: Opens the config file in the notepad for manual edits.
@@ -30,7 +33,8 @@ For recording functionaility, you must have `ffmpeg` installed and added to path
0 commit comments