A linux bash script that uses alass to correct subtitles in batch.
Important
Please note that you need linux to run this script or run it in WSL.
If you run it in WSL you will still need the linux alass
binary.
Download the linux alass
binary from https://github.com/kaegi/alass/releases.
git clone https://github.com/Sitolam/alass-batch_generator
cd alass-batch_generator
Put the alass
binary in the cloned directory.
usage: ./batch.sh <movieDir> <sourceDirSubs> <movieExtension> <optional:alassDir>
Caution
Don't put a slash after the <movieDir>
and <sourceDirSubs>
!
Don't put quotation mark around the directories!