DGIndexNV doesnt support mkv having more than 100 chapters

Support forum for DGDecNV
Post Reply
DAE avatar
lenoil
Posts: 2
Joined: Sun May 11, 2025 8:48 am

DGIndexNV doesnt support mkv having more than 100 chapters

Post by lenoil »

Windows 11 PRO 24H2
DGIndevNV 255
RTX 4060 - drivers 576.28

Hi,

It seems DGIndexNV does not support any matroska as input having more than 100 chapters. Tested different files (AVC, HEVC, ... with or without any audio streams) including more than 100 chapters, the tool closes up immediately. Is there any restriction ? or known bug ?

Thanks in advance.
User avatar
Rocky
Posts: 3917
Joined: Fri Sep 06, 2019 12:57 pm

DGIndexNV doesnt support mkv having more than 100 chapters

Post by Rocky »

Welcome to the forum!

I'll look at the code but in the meantime can you please provide an MKV sample that I can use to duplicate this?
User avatar
Rocky
Posts: 3917
Joined: Fri Sep 06, 2019 12:57 pm

DGIndexNV doesnt support mkv having more than 100 chapters

Post by Rocky »

OK, I found the controlling #define and it is set to 100. How many do you need?
DAE avatar
lenoil
Posts: 2
Joined: Sun May 11, 2025 8:48 am

DGIndexNV doesnt support mkv having more than 100 chapters

Post by lenoil »

Lets say 500...just to be sure. ;)

or put a message when chapters are larger than 100. That may help users to understand.

Thanks.

A sample if needed : https://www.mediafire.com/file/3g1z6ssl ... 1.mkv/file
User avatar
Rocky
Posts: 3917
Joined: Fri Sep 06, 2019 12:57 pm

DGIndexNV doesnt support mkv having more than 100 chapters

Post by Rocky »

Thank you lenoil. I'll go you one better and try to do it with malloc() so that there is no limit. Thank you for the sample. :salute:
User avatar
Rocky
Posts: 3917
Joined: Fri Sep 06, 2019 12:57 pm

DGIndexNV doesnt support mkv having more than 100 chapters

Post by Rocky »

I decided to just bump the define to 500 as malloc'ing was a bit fiddly. Releasing slipstream.
Post Reply