Skip to content

Commit 677ee62

Browse files
Update README.md
1 parent 14f2654 commit 677ee62

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
116
## Dependencies
217
- 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)
318
- 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.
2641
- This is why there's a LICENSE.zentus file (it's mentioned in the NOTICE)
2742
- FFmpeg CLI Wrapper for Java is licensed under BSD 2-Clause "Simplified"
2843
- This is why there's a LICENSE.bramp file
29-
- And finally, there's my own LICENSE file
44+
- And finally, there's my own LICENSE file

0 commit comments

Comments
 (0)