From 75e095f305a05afd51c262d9718a0f93d8c8cffc Mon Sep 17 00:00:00 2001 From: David Gay Date: Fri, 26 Jan 2024 22:51:53 -0500 Subject: Readme and gitignore --- .gitignore | 1 + README.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b1001a6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/** diff --git a/README.md b/README.md new file mode 100644 index 0000000..1dbf436 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# 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/) + +## 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). -- cgit v1.2.3