gnoling / UnlinkMKV

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

Add segmentstart workaround #57

Closed gnoling closed 1 year ago

gnoling commented 1 year ago

Adds a work-around for issue #29

Most external ordered chapter segments have an internal start time of 00:00:00.00, which unlinkmkv checks for to prevent issues. Added the --ignoresegmentstart command line option to ignore this check when assigning segments to chapters.

At least in the reported issue's case, this does not appear to cause issues with the final file. This really can't be the default behavior since it could cause playback issues.