Перейти к содержимому
Mineforgian

Autocut

Automatically cut videos based on your gameplay

Загрузки
5K
Подписчики
20
Обновлён
14 января 2025 г.
Лицензия
MIT

Опубликован 2 сентября 2024 г.

Cut videos based on your gameplay!

Usage

  1. Install FFmpeg
  2. Install OBS
  3. Open OBS
  4. In OBS, go to Tools -> WebSocket Server Settings
  5. Enable web server
  6. Under Tools -> WebSocket Server Settings, go to Connection Information and copy the password
  7. In game, run /autocut connect <password here>
  8. Start Recording in OBS
  9. Do fun gameplay stuff
  10. Stop Recording in OBS
  11. (optional) Delete clips you don't want (see the wiki)
  12. Run /autocut finish
  13. When it's finished a new video starting with cut will be in your recordings folder.

You can also optionally run /autocut finish "path/to/database" to cut an old video. This will fail if the original video is moved or deleted.

Dependencies

Licensing

...is a mess.

TLDR

Modpacks

You can use this mod in a modpack! Don't re-host the file without permission though. I'd love a mention somewhere for bragging rights.

Videos

You can use this mod to make videos! I'd love a mention somewhere in a description or something so I can have bragging rights.

Programming

You can use and reference all the code in the GitHub repo under MIT.

What's actually going on

Autocut is licensed under MIT, but the JAR file includes several dependencies:

  • OBS WebSocket Java is under MIT.
  • SQLite JDBC Driver is dual licensed (GPL and Apache) - I used it under Apache.
    • It includes a NOTICE
      • This is why there's a NOTICE file
      • This is why there's a LICENSE.zentus file (it's mentioned in the NOTICE)
  • FFmpeg CLI Wrapper for Java is licensed under BSD 2-Clause "Simplified"
    • This is why there's a LICENSE.bramp file

It also requires a few other things, which are NOT included in the jar

  • FFmpeg is used under LGPL
    • This is why there's a LICENSE.lgpl
    • This is why there's a LICENSE.gpl (required by lgpl)
  • Fabric API is used under Apache 2.0
    • There's no NOTICE file
  • Fabric Loader is used under Apache 2.0
    • There's no NOTICE file
  • YACL is used under LGPL 3.0 or greater
    • Covered by the LICENSE.lgpl and LICENSE.gpl from FFmpeg
  • Mod Menu is used under MIT

Ченджлог

0.5.4+1.21.4Релиз1.21.4 · 14 января 2025 г.
  • Fixed ModMenu integration with broken config
  • Added 1.21.4 support
  • Added custom path support for ffmpeg
    • Linux works now!
0.5.4+1.20.4Релиз1.20.4 · 14 января 2025 г.
  • Fixed ModMenu integration with broken config
  • Added 1.21.4 support
  • Added custom path support for ffmpeg
    • Linux works now!
0.5.4+1.21Релиз1.21, 1.21.1 · 14 января 2025 г.
  • Fixed ModMenu integration with broken config
  • Added 1.21.4 support
  • Added custom path support for ffmpeg
    • Linux works now!
0.5.3+1.21Релиз1.21, 1.21.1 · 12 января 2025 г.
  • Fixed ModMenu integration with broken config
  • Added 1.21.4 support
  • Added custom path support for ffmpeg
    • Linux works now!
  • Added EDL export
0.5.3+1.20.4Релиз1.20.4 · 12 января 2025 г.
  • Fixed ModMenu integration with broken config
  • Added 1.21.4 support
  • Added custom path support for ffmpeg
    • Linux works now!
  • Added EDL export
0.5.3+1.21.4Релиз1.21.4 · 12 января 2025 г.
  • Fixed ModMenu integration with broken config
  • Added 1.21.4 support
  • Added custom path support for ffmpeg
    • Linux works now!
  • Added EDL export
0.5.2+1.21Релиз1.21, 1.21.1 · 19 декабря 2024 г.
  • Fixed crash with broken config
  • Fixed the default for manual clip types being 1000x longer than they were meant to be
  • Localized export grouping modes
  • Localized inverse option
  • Localized export grouping mode option
  • Export to EDL for importing into DaVinci Resolve (beta, access with /autocut finish <database> edl)
  • Fix misspelling "Own" as "Owm"
0.5.2+1.20.4Релиз1.20.4 · 19 декабря 2024 г.
  • Fixed crash with broken config
  • Fixed the default for manual clip types being 1000x longer than they were meant to be
  • Localized export grouping modes
  • Localized inverse option
  • Localized export grouping mode option
  • Export to EDL for importing into DaVinci Resolve (beta, access with /autocut finish <database> edl)
  • Fix misspelling "Own" as "Owm"

Комментарии

Загружаем…