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
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
Cut videos based on your gameplay!
2
+
3
+
## Usage
4
+
1. Open OBS
5
+
2. In OBS, go to Tools -> WebSocket Server Settings
6
+
3. Enable web server
7
+
4. Under Tools -> WebSocket Server Settings, go to Connection Information and copy the password
8
+
5. In game, run `/autocut connect <password here>`
9
+
6. Start Recording in OBS
10
+
7. Do fun gameplay stuff
11
+
8. Stop Recording in OBS
12
+
9. (optional) Delete clips you don't want (see the [wiki](https://github.com/skycatminepokie/autocut/wiki/Database-structure))
13
+
10. Run `/autocut finish "\<path to ffmpeg>"
14
+
11. When it's finished a new video starting with `cut` will be in your recordings folder.
15
+
1
16
## Dependencies
2
17
- Includes [OBS WebSocket Java](https://github.com/obs-websocket-community-projects/obs-websocket-java), used under [MIT](https://github.com/obs-websocket-community-projects/obs-websocket-java/blob/develop/LICENSE)
3
18
- Includes [SQLite JDBC Driver](https://github.com/xerial/sqlite-jdbc), used under [Apache 2.0](https://github.com/xerial/sqlite-jdbc/blob/master/LICENSE)
@@ -26,4 +41,4 @@ autocut is licensed under MIT, but the JAR file includes several dependencies.
26
41
- This is why there's a LICENSE.zentus file (it's mentioned in the NOTICE)
27
42
- FFmpeg CLI Wrapper for Java is licensed under BSD 2-Clause "Simplified"
0 commit comments