UnlinkMKV-GUI
UnlinkMKV-GUI copied to clipboard
No subtitles in output file
No matter what settings I use, my output files do not contain any subtitles. Any help would be much appreciated.
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
Finally got around to trying this solution out and I'm happy to say it did work. Thanks so much for taking the time!