Andrew Clemons 36dad0dc23 multimedia/vobsub2srt: Fix build with newer g++. пре 2 година
..
README 406ebcfe2e multimedia/vobsub2srt: Cleanups. пре 3 година
climits.diff 36dad0dc23 multimedia/vobsub2srt: Fix build with newer g++. пре 2 година
slack-desc 44dd4b5bc3 multimedia/vobsub2srt: Added (convert VOBSUB subtitles to SRT). пре 4 година
vobsub2srt-c++11.patch 44dd4b5bc3 multimedia/vobsub2srt: Added (convert VOBSUB subtitles to SRT). пре 4 година
vobsub2srt.SlackBuild 36dad0dc23 multimedia/vobsub2srt: Fix build with newer g++. пре 2 година
vobsub2srt.info 44dd4b5bc3 multimedia/vobsub2srt: Added (convert VOBSUB subtitles to SRT). пре 4 година

README

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 for OCR.

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 any mistakes in the .srt files with any text editor.