UnlinkMKV-GUI icon indicating copy to clipboard operation
UnlinkMKV-GUI copied to clipboard

No subtitles in output file

Open dGstone18 opened this issue 6 years ago • 2 comments

No matter what settings I use, my output files do not contain any subtitles. Any help would be much appreciated.

dGstone18 avatar Apr 27 '18 06:04 dGstone18

Hi, I was having the same issue and found a solution.

I think an update to mkvtoolsnix broke compatibility with this script. I can confirm that it works with v15.0 but not v23

Specifically it appears something with mkvinfo changed, as the script works fine with v23 of mkvextract and mkvmerge

I placed the v15 mkvinfo in the mkvtoolsnix directory as oldmkvinfo.exe and changed the script at the following place:

my $mkvinfo = 'oldmkvinfo';

Additional Info:

I am using the 0.1.5 gui since 0.2.1 does not work for me

selkiess avatar May 11 '18 00:05 selkiess

Finally got around to trying this solution out and I'm happy to say it did work. Thanks so much for taking the time!

dGstone18 avatar May 22 '18 05:05 dGstone18