gnoling / UnlinkMKV

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

Incorrect merging of Nisekoi s02e11 by Coalgirls #13

Closed mustang651 closed 8 years ago

mustang651 commented 8 years ago

I have problems with s02e11 of Nisekoi in 1080p: http://coalgirls.wakku.to/9830/nisekoi-second-season OP plays 2 times after merging (just black screen and audiio in the first time).Hash-sums are correct. There is no problems with other episodes of the show.

p.s. OP1 ED7 if I remeber it right.

gnoling commented 8 years ago

Looked into this a bit, I need to compare against some of the other episodes in this release I think.

At first glance it appears to be some sort of issue with the FLAC track and mkvmerge splitting it oddly enough.

mustang651 commented 8 years ago

Maybe I should try to replace mkvtoolnix with the latest one?

Shadowghost commented 8 years ago

@gnoling Same problem here. If I play the file with VLC it just jumps from the beginning of "Opening" chapter to the end of the same and plays the OP1 while being in the main episode chapter. It seems like some timestamps get mixed up. Edit: @mustang651 switchign to latest mkvtoolnix doesn't change anything. If you try, don't forget to delete locals because otherwise UnlinkMKV won't find the chapters.

hilts-vaughan commented 8 years ago

There's some issues with the files. I actually wanted to unlink this release last week and was having trouble. Eventually, I came up with a bruteforce solution in native .NET that dealt with it. It's implemented @ https://github.com/hilts-vaughan/UnlinkMKV-GUI/releases/tag/0.2.1 which does some linear re-ordering, in case anyone else has this problem.

Be sure to tick off "Native Mode" in the GUI.

gnoling commented 8 years ago

Like I said, it's an issue with the FLAC tracks and splitting them. I can't imagine the work-around for this being anything remotely sane tbh.

hilts-vaughan commented 8 years ago

The workaround is not sane. :)