summaryrefslogtreecommitdiff
path: root/README.md
blob: 10d2e76142adb9e0fae5456310be689f723f2511 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# subsync

Synchronizes subtitles via [alass](https://github.com/kaegi/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 

- [alass](https://github.com/kaegi/alass)
- [ffmpeg](https://ffmpeg.org/)

Dependencies other than alass can be installed on Debain with:

```shell
sudo apt install ffmpeg mkvtoolnix
```

## License

Anacreon didn't include any license with their original script, so I can't
really apply license this. If anyone has a problem with me sharing these
modifications, please let me know at
[eapoems@riseup.net](mailto:eapoems@riseup.net).