kaegi / alass

"Automatic Language-Agnostic Subtitle Synchronization"
GNU General Public License v3.0
994 stars 52 forks source link

Auto detect encoding #22

Closed mehdipourfar closed 3 years ago

mehdipourfar commented 3 years ago

Hi. Thanks for your great project. I want to know if this package will be maintained anymore? I wanna add uchardet package as dependency so that there will be no need to set --encoding-inc and --encoding-ref.

kaegi commented 3 years ago

It is now implemented in https://github.com/kaegi/alass/commit/874f02d9577182752a0f969b6d6b98fd65bdf1fc . I used the Rust variant https://github.com/thuleqaid/rust-chardet to keep the build process simple.