With any MP4 file that has a chapter stream, VLC will show it as an available subtitle stream (e.g., Track 1 - English). When that subtitle is enabled, VLC will immediately display the start timecode for the current chapter as if it were a subtitle. Seeking forward or backward causes this subtitle to vanish. Reaching the next or previous chapter marker by any method will cause the timecode for that chapter to appear. Seeking with the seek bar does not cause reemergence.
VLC has seems to have no such issue with MKV files with chapters.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
0
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
I just ran into the same issue. In certain applications using VLCKit it doesn't just cause false subtitles to show, but even takes precedence over other subtitles, which makes this more detrimental.
kTrackReferenceChapterList is defined in Movies.h. It has the value 'chap'.The text track that constitutes the chapter list does not need to be enabled, and normally is not. If it is enabled,the text track will be displayed as part of the movie, just like any other text track, in addition to functioning asa chapter list.If more than one enabled track includes a 'chap' track reference, QuickTime uses the first chapter list that itfinds.
@jbk This is not fixed. I just tested it(compiling from source on the 3.0.x branch) and the chapters are still selectable as subtitles. I also tried with ES_PRIORITY_NOT_SELECTABLE with the same result. Please reopen.