Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Will this work on bluray sup files? #68

Open
guilamu opened this issue Feb 10, 2018 · 4 comments
Open

Will this work on bluray sup files? #68

guilamu opened this issue Feb 10, 2018 · 4 comments

Comments

@guilamu
Copy link

guilamu commented Feb 10, 2018

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

@guilamu guilamu changed the title Willt his work on bluray sup files? Willt this work on bluray sup files? Feb 10, 2018
@guilamu guilamu changed the title Willt this work on bluray sup files? Will this work on bluray sup files? Feb 10, 2018
@Vililikku
Copy link

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.

@QuentinBellus
Copy link

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

@Seegras
Copy link

Seegras commented Feb 23, 2018

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.

@sperez-salgado
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants