Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 789 Bytes

File metadata and controls

25 lines (21 loc) · 789 Bytes

Linux Alass batch generator

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.

Installation

Download the binary

Download the linux alass binary from https://github.com/kaegi/alass/releases.

Clone the project

git clone https://github.com/Sitolam/alass-batch_generator
cd alass-batch_generator

Put the alass binary in the cloned directory.

Usage

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!