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.
DGIndexNV doesnt support mkv having more than 100 chapters
DGIndexNV doesnt support mkv having more than 100 chapters
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?
I'll look at the code but in the meantime can you please provide an MKV sample that I can use to duplicate this?
DGIndexNV doesnt support mkv having more than 100 chapters
OK, I found the controlling #define and it is set to 100. How many do you need?
DGIndexNV doesnt support mkv having more than 100 chapters
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

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
DGIndexNV doesnt support mkv having more than 100 chapters
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. 

DGIndexNV doesnt support mkv having more than 100 chapters
I decided to just bump the define to 500 as malloc'ing was a bit fiddly. Releasing slipstream.