2020-03-20 18:24:56 +01:00
|
|
|
vobsub2srt (convert VOBSUB subtitles to SRT)
|
|
|
|
|
2021-05-10 20:11:40 +02:00
|
|
|
VobSub2SRT is a simple command line program to convert .idx / .sub
|
|
|
|
subtitles into .srt text subtitles by using OCR. It is based on code
|
|
|
|
from the MPlayer project. Some minor parts are copied from
|
|
|
|
ffmpeg/avutil headers. Tesseract is used for OCR.
|
2020-03-20 18:24:56 +01:00
|
|
|
|
2021-05-10 20:11:40 +02:00
|
|
|
vobsub2srt is released under the GPL3+ license. The MPlayer code
|
|
|
|
included is GPL2+ licensed.
|
2020-03-20 18:24:56 +01:00
|
|
|
|
2021-05-10 20:11:40 +02:00
|
|
|
The quality of the OCR depends on the text in the subtitles.
|
|
|
|
Currently the code does not use any preprocessing. But you can
|
|
|
|
correct any mistakes in the .srt files with any text editor.
|