Post date: Jun 1, 2013 10:35:38 AM
From:
http://forum.doom9.org/showthread.php?t=157277
Ubuntu / Linux OCR ..
https://github.com/ruediger/VobSub2SRT
Download and unpack .. then build..
see attached mirror
See attached
To build vobsub2srt on Ubuntu use
Code:
sudo apt-get install libavutil-dev tesseract-ocr-dev tesseract-ocr-eng build-essential cmake ./configure make sudo make install
To convert subtitles call
Code:
vobsub2srt Filename
Well done to ruediger.s
..
I did this on a ARM build of Ubuntu.
I only needed to install this extra:
sudo apt-get install libtiff4-dev