summaryrefslogtreecommitdiffstats
path: root/multimedia/vobsub2srt/README
blob: 9c923197f078ed4f7c9409ae0038c062961499b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
vobsub2srt  (convert VOBSUB subtitles to SRT)

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 as OCR software.

vobsub2srt is released under the GPL3+ license. The MPlayer code included is
GPL2+ licensed.

The quality of the OCR depends on the text in the subtitles. Currently the code
does not use any preprocessing.  But you can correct mistakes in the =.srt=
files with a text editor or a special subtitle editor.