Segment map list truncated after 75 elements

Discussion of advanced MakeMKV functionality, expert mode, conversion profiles
Post Reply
kevmitch
Posts: 72
Joined: Mon Mar 11, 2013 6:35 am

Segment map list truncated after 75 elements

Post by kevmitch »

I have a copy of the three disc Blade Runner 30th anniversary collectors edition. On the third disc with special features, 00581.mpls has a lot of entries in the segment map (Segment count: 108). It looks like makemkvcon stops listing them after 75 and instead adds an ellipsis. I see the same behaviour in the GUI.

I can maybe understand truncating the list for the GUI, but I have a script that parses the output of makemkvcon -r to select titles based on the full segment map list. Is there a way to get makemkvcon to not truncate long segment maps?

The makemkvcon output looks like

Code: Select all

$ makemkvcon --noscan -r info dev:/dev/sr0
...
TINFO:15,16,0,"00581.mpls"
TINFO:15,25,0,"108" 
TINFO:15,26,0,"1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116
,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,..."
...
Post Reply