https://github.com/diogo464/sup-to-srt
Convert PGS subtitles (.sup) to srt using tesseract ocr
https://github.com/diogo464/sup-to-srt
pgs srt srt-subtitles subtitle-conversion subtitle-ocr subtitles
Last synced: 3 months ago
JSON representation
Convert PGS subtitles (.sup) to srt using tesseract ocr
- Host: GitHub
- URL: https://github.com/diogo464/sup-to-srt
- Owner: diogo464
- Created: 2025-01-02T23:18:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-31T16:22:11.000Z (4 months ago)
- Last Synced: 2025-01-31T17:30:20.884Z (4 months ago)
- Topics: pgs, srt, srt-subtitles, subtitle-conversion, subtitle-ocr, subtitles
- Language: Rust
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sup-to-srt
`sup-to-srt` is a tool that converts PGS subtitles (`.sup` files) to SRT subtitles using Tesseract OCR.
## Quick Start with Docker
To run the program using Docker, simply pipe your `.sup` file to the container:```bash
cat subtitles.sup | docker run --rm -i ghcr.io/diogo464/sup-to-srt:latest > subtitles.srt
```