https://github.com/robjtede/sup-decode
A PGS (Presentation Graphic Stream / .sup) Subtitle File Decoder
https://github.com/robjtede/sup-decode
Last synced: about 2 months ago
JSON representation
A PGS (Presentation Graphic Stream / .sup) Subtitle File Decoder
- Host: GitHub
- URL: https://github.com/robjtede/sup-decode
- Owner: robjtede
- Created: 2019-12-30T01:58:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-03T13:39:15.000Z (2 months ago)
- Last Synced: 2025-04-11T00:12:46.784Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 19.2 MB
- Stars: 18
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sup-decode
## Goals
- [ ] Full-featured SUP file decoder
- [ ] SUP viewer in GUI## Could Also Do
- Convert to SRT / OCR
- Sub Editing## Shout-out
- [This article](http://blog.thescorpius.com/index.php/2017/07/15/presentation-graphic-stream-sup-files-bluray-subtitle-format/) provided clear break-down of the SUP file format and most of the docs and comment explanations are pulled from here.