Hi, MP4 chapter support was recently added following #104. That request focuses on chapters in M4A audio files; this request is specifically about chapters embedded in video containers.
Could the pure-Dart MP4 parser expose chapter markers from .mov and .mp4 video files through the existing MP4 metadata result?
Expected behavior:
- Return each chapter title, start time, and end time.
- Follow QuickTime
tref/chap references from video as well as audio tracks.
- Ignore unrelated data tracks such as
tmcd timecode.
- Read the chapter sample tables without decoding or loading the video payload.
- Include a video fixture with multiple chapters in the tests.
Apple’s QuickTime chapter layout documentation: https://developer.apple.com/documentation/quicktime-file-format/chapter_lists
Hi, MP4 chapter support was recently added following #104. That request focuses on chapters in M4A audio files; this request is specifically about chapters embedded in video containers.
Could the pure-Dart MP4 parser expose chapter markers from
.movand.mp4video files through the existing MP4 metadata result?Expected behavior:
tref/chapreferences from video as well as audio tracks.tmcdtimecode.Apple’s QuickTime chapter layout documentation: https://developer.apple.com/documentation/quicktime-file-format/chapter_lists