Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 282 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 282 Bytes

Vtt to Ass

A python script that converts the ".vtt" webVTT standard subtitle to the more common ".ass" while preserving style and positions of all subtitles.

Usage

poetry run python ./src/main --input SOURCE --output DEST or poetry run python ./src/main -i SOURCE -o DEST