alass-core

Crates.ioalass-core
lib.rsalass-core
version2.0.0
sourcesrc
created_at2019-08-14 15:37:48.548739
updated_at2019-10-10 08:38:40.459214
descriptionAutomatic Language-Agnostic Subtitle Synchronization (Library)
homepage
repositoryhttps://github.com/kaegi/alass/alass-core
max_upload_size
id156792
size129,855
(kaegi)

documentation

https://docs.rs/alass-core

README

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 = "2.0.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.

Commit count: 50

cargo fmt