dxing97 / subs2cia

Condensed Immersive Audiovisual media generator from subtitles for language learning
MIT License
89 stars 10 forks source link

PGS support #19

Open dxing97 opened 3 years ago

dxing97 commented 3 years ago

Currently subs2cia only supports text-based subtitle formats supported by pysubs2. Image based subtitles such as PGS and SUP are not supported. Sometimes only a .sup file is available, in particular older media, so adding this support would be useful in those situations.

Revisit #8 and see if its possible to use https://github.com/ratoaq2/pgsrip to extract timing information (and optionally a OCR’d version of the subtitles as well).