An open API service indexing awesome lists of open source software.

https://github.com/sorz/asstosrt-wasm

Convert ASS/SSA subtitles to SRT format with browser.
https://github.com/sorz/asstosrt-wasm

rust wasm

Last synced: about 1 year ago
JSON representation

Convert ASS/SSA subtitles to SRT format with browser.

Awesome Lists containing this project

README

          

# asstosrt-wasm

Convert ASS/SSA subtitles to SRT format on browser.

[Online](https://sorz.github.io/asstosrt-wasm/)

## Features

* Run on browser with WebAssembly
* Auto detect encoding of input files
* Customizable output encodings
* Advanced Traditional/Simplified Chinese convert
* Download as a zip bundle

## Acknowledgement

* Dataset of Chinese convert provided by
[OpenCC](https://github.com/BYVoid/OpenCC) project

* A set of lovely open-source Rust projects (see `Cargo.toml`)