gnoling / UnlinkMKV

Merges ordered chapters / segmented MKVs back into a single file.
MIT License
152 stars 8 forks source link

No subtitles #18

Closed djrick1994 closed 7 years ago

djrick1994 commented 7 years ago

I'm having some problems unlinking the Coalgirls bluray release of Owarimonogatari. The program creates a mkv with the episode, opening and ending combined , but it's missing the subtitle track. The resulting MKV file does contain the correct fonts according to MKVExtract. I've tried a couple of different episodes (some using different openings and endings), but the result stays the same. This is the console output that i'm getting: http://pastebin.com/jC6zqN7v

gnoling commented 7 years ago

Can you run it with "-ll TRACE" and paste that output? It should contain far more detail

djrick1994 commented 7 years ago

Here you go: http://pastebin.com/jBJv9DPW

gnoling commented 7 years ago

This looks like the same issue as #9, you should be able to work around it temporarily by setting locale to english.

djrick1994 commented 7 years ago

Yep, that solved the problem. Thank you :)