ilass
This Rust library contains the core algorithm for ilass, 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 ilass as a dependency to your project:
cargo add ilass
Or alternative edit your Cargo.toml:
[]
= "2.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
For much more information, please see the workspace information here.