diff options
author | Lenard Spencer <lenardrspencer_at_gmail_dot_com> | 2020-03-21 00:24:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-21 00:24:56 +0700 |
commit | 44dd4b5bc3bb458b2c3aa40f8508f4b7effd42e9 (patch) | |
tree | 0be7b15c9b50f09d8525d85e26a682dab106607b /multimedia/vobsub2srt/README | |
parent | c01bf486e3364be8124e00504bb8e0cf2db0336c (diff) |
multimedia/vobsub2srt: Added (convert VOBSUB subtitles to SRT).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/vobsub2srt/README')
-rw-r--r-- | multimedia/vobsub2srt/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/vobsub2srt/README b/multimedia/vobsub2srt/README new file mode 100644 index 0000000000000..9c923197f078e --- /dev/null +++ b/multimedia/vobsub2srt/README @@ -0,0 +1,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. |