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.
- Host: GitHub
- URL: https://github.com/sorz/asstosrt-wasm
- Owner: sorz
- License: mit
- Created: 2018-01-21T15:13:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T11:17:13.000Z (over 1 year ago)
- Last Synced: 2025-03-29T07:33:34.679Z (over 1 year ago)
- Topics: rust, wasm
- Language: Rust
- Size: 7.06 MB
- Stars: 143
- Watchers: 6
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`)