With --minlength omitted, 'makemkv info' shows that The Avengers has 10 titles. The title I am interested in turns out to be title id 1, playlist 00800.mpls. Using title id 1 with 'makemkv mkv' produces my desired result.
If however I use --minlength=3600, 'makemkv info' indicates that the disc has 2 titles. This time, according to the output, playlist 00800.mpls is title id 0. Of course, using title id 0 with 'makemkv mkv' does not produce my desired result. Title id 0 corresponds to 00200.mpls.
So using different minimum lengths, I can produce different title info results:
Code: Select all
TINFO:1,16,0,"00800.mpls"
vs
TINFO:0,16,0,"00800.mpls"
Thanks