alass-core 1.0.0

Automatically corrects subtitle timings given a second correct subtitle (binary)
Documentation

alass-core

This Rust library contains the core algorithm for alass, the "Automatic Language-Agnostic Subtitle Sychronization" tool. If you want to go to the command line tool instead, please click here.

How to use the library

Add this to your Cargo.toml:

[dependencies]
alass-core = "1.0"

The library only contains one function that takes two sequences of time spans and returns the offsets to get the best possible alignment.

Documentation

Crates.io

Documentaion

For much more information, please see the workspace information here.