SRT Translator
- A practice to rewrite a caption translator with rust
Usage
- build and run the code with example srt
cargo run --release -- -f ./examples/small.srt -l German
Convert a .srt/ .vtt to desired language
TODO
- [X] Argument parser support
- [X] File loader
[X] OpenAI API calling
Chunker
[X] Prompt loader