Synchronize subtitle files via alass.
Go to file
David Gay 9243414cdb
Better comment
2024-01-29 02:18:02 -05:00
.gitignore Readme and gitignore 2024-01-26 22:51:53 -05:00
README.md Link to Anacreon's site in readme 2024-01-27 01:05:18 -05:00
subsync.py Better comment 2024-01-29 02:18:02 -05:00

README.md

subsync

Synchronizes subtitles via alass.

This is a modified version of a Python script published by Anacreon. Anacreon's script was written for Windows only. I've modified it to work on GNU/Linux.

Dependencies

You must have Rust and Cargo installed.

Then run the following. If you're not on a Debian-based system, replace apt with your distro's package manager.

cargo install alass-cli && sudo apt install ffmpeg mkvtoolnix

Here is the list of dependencies, if you'd like to read more about them:

License

Anacreon didn't include any license with their original script, so I can't really license this. If anyone has a problem with me sharing these modifications, please let me know at eapoems@riseup.net. If Anacreon releases their work under a compatible license, then I release this codebase under the AGPL v3.