https://github.com/thaliaarchi/transup
Decoding of Blu-Ray PGS (sup) subtitle format
https://github.com/thaliaarchi/transup
Last synced: 6 months ago
JSON representation
Decoding of Blu-Ray PGS (sup) subtitle format
- Host: GitHub
- URL: https://github.com/thaliaarchi/transup
- Owner: thaliaarchi
- License: mit
- Created: 2020-12-21T02:25:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-07T11:12:29.000Z (almost 5 years ago)
- Last Synced: 2025-03-26T00:02:35.610Z (7 months ago)
- Language: Go
- Size: 32.2 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# transup
transup is a library and CLI for decoding and transforming the Blu-ray
Presentation Graphic Format (PGS) subtitle format, also known as SUP.Information on format:
http://blog.thescorpius.com/index.php/2017/07/15/presentation-graphic-stream-sup-files-bluray-subtitle-format/## Related projects
- [Subtitle Edit (C#)](https://github.com/SubtitleEdit/subtitleedit/tree/master/src/libse/BluRaySup)
- [Pgs++ (C++)](https://github.com/iAmSomeone2/PgsPlusPlus)
- [BDSup2Sub (Java)](https://github.com/mjuhasz/BDSup2Sub)
- [SupMover (C++)](https://github.com/MonoS/SupMover)