auto PGS to SRT convertion
many mkv movies have PGS subtitles inside from a Bluray rip with the required languages we need, but PGS is a image-based subtitle, when in some cases is not compatible with some plex players, etc. To create a SRT sub from PGS is necessary a OCR. I found a project https://github.com/Tentacule/PgsToSrt that make this possible, but integrate this feature into bazarr could help a lot of people and save time searching the best and correct sub from a lot of providers
Comments: 8
Oldest
•
Newest
•
Most likes
•
Fewest likes
-
24 Apr, '22
NonobisHighlighted comment
+1 i have old tv show (alf ... for sample) with only sub in image subtitle ... -
09 Dec, '21
vitikoMost OCR data models are above 1GB. That's an exaggerate size for just one feature in a program.
-
07 Aug, '23
patbowling89I dont want to open a new feature request as this one is also here but I would also like to have this feature but with ASS subs as well, since ASS subs dont work on all devices and I have some movies with those type of subs and I always go and download them in bazarr to have them in SRT but would be nice if we could automatically ask bazarr to download the embedded ASS
-
07 Aug, '23
morpheus65535 Admin@patbowling89 this already exist in Bazarr. It's called embeddedsubtitles provider.
-
29 Feb, '24
vertigo235PGS to SRT doesn't seem to exist in the embedded subtitles provider, it only does text based subtitles. I feel like it should be easy to implement this ? https://github.com/Tentacule/PgsToSrt
-
29 Feb, '24
morpheus65535 AdminThat's .Net, we do Python.
There's no plan to implement OCR. Anyway, result are typically bad at best. -
05 Feb, '25
Dnkhttps://gist.github.com/Red5d/94b022e527b9ddfe198207e2536e21bf
I came across this sup2srt.py code it doesn't seem to be using .net