Convert DVD subtitles from VOBsub to SRT
mouse 3356 · person cloud · link
Last update
2019-01-10
2019
01-10
«converting dvd subs from vob to srt»
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# install tools
apt-get install mplayer mencoder vobsub2srt tesseract-ocr-ita

# detect subtitle ID from the main track
mplayer -dvd-device dvd.iso -identify 'dvd://2'

# extract DVD subtitles to VOBsub file
mencoder -nosound -ovc copy -dvd-device dvd.iso -aspect 16:9 \
  -o /dev/null -vobsubout subtitles -vobsuboutindex 0 -sid 0 \
  'dvd://2'

# convert VOBsub to SRT format
vobsub2srt --lang it subtitles

# check spelling with libreoffice
soffice subtitles.srt