VobSub2SRT icon indicating copy to clipboard operation
VobSub2SRT copied to clipboard

Will this work on bluray sup files?

Open guilamu opened this issue 8 years ago • 4 comments

Since they are pretty much the same thing than idx/sub files...

guilamu avatar Feb 10 '18 22:02 guilamu

Hi, I used first BSSup2Sub (https://github.com/mjuhasz/BDSup2Sub) and then VobSub2SRT. I think adding support for sup -> srt would not be too difficult to implement.

Vililikku avatar Feb 12 '18 13:02 Vililikku

I'm also interested in this, I hope the devs can do this!

QuentinBellus avatar Feb 12 '18 17:02 QuentinBellus

Or you can use bdsup2sub++ --language eng -o movie.idx movie.sup Which can be found at https://aur.archlinux.org/bdsup2subpp-git.git It works on the command line and doesn't require java.

Seegras avatar Feb 23 '18 09:02 Seegras

Not my answer, but Anton1699's at reddit

ffmpeg -i input.mkv -map 0:s:0 -c:s dvdsub -f matroska output.mks
mkvextract output.mks tracks 0:output.sub

This requires ffmpeg and mkvtoolnix

sperez-salgado avatar Sep 16 '20 06:09 sperez-salgado