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.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,11 @@
3
3
This is a tool built in React and Electron to help you clip VODs of tournaments automatically! It's a work in progress, so please be patient and expect some bugs ><. If you run into any issues or have any suggestions, please make an issue [here](https://github.com/willie-yao/tournament-vod-clipper/issues) so I can fix it ASAP!
4
4
5
5
## Main Features
6
+
6
7
- Automatically clips Twitch VODs of matches from a start.gg bracket
7
8
- Clips and downloads matches in parallel
8
-
- Upload VODs to YouTube automatically
9
+
- Generates thumbnails for each match
10
+
- Upload VODs to YouTube automatically (on hold until YouTube approval)
9
11
10
12
## Requirements
11
13
@@ -14,19 +16,22 @@ Windows: This tool is Windows-only for the time being. Releases for Mac and Linu
14
16
## How to Use
15
17
16
18
### Pre-requesites
19
+
17
20
This tool clips VODs automatically by retrieving timestamps of when matches are started and reported on Start.GG. In order for your VODs to be clipped accurately, you need to do the following:
18
21
19
-
1. Assign a station number to the stream setup. Please refer to the Start.GG documentation [here](https://help.start.gg/en/articles/1465692-adding-streams-and-creating-stations#:~:text=Adding%20a%20Stream%20to%20a%20Station). **IMPORTANT:** Assigning a stream station is not enough. You must assign the stream to a station number, then assign the match to the number, not the station!
22
+
1. Assign stream sets to a stream setup. Please refer to the Start.GG documentation [here](https://help.start.gg/en/articles/1465692-adding-streams-and-creating-stations).
20
23
2. Start the stream match exactly when you want the VOD for that match to start. Likewise, report the match exactly when you want the VOD to end. If this is done incorrectly, your VOD will start/end at the wrong times.
21
-
3. Report characters for the match if you want the characters to show up on the video title.
24
+
3. Report characters for the match if you want the characters to show up on the video title and thumbnails.
22
25
23
26
### Download
27
+
24
28
- Download the latest release from the releases page:
0 commit comments