-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
One of the hardest things to do is get info on the Chapter format. I've recently been working with some that have poorly formatted chapters & were created by some AI tool, but I recently discovered an easy(-ish) way to do this with mp4v2 by using mp4chaps -lQ "input_file.m4b" & mp4chaps -lN "input_file.m4b". This lists only QT chapters with -lQ & only Nero chapters with -lN.
I just started using this & I love the display format, it makes it a pleasure to use, but I noticed this as a missing feature
An example of my suggested improvement
chapters - - - Nero - - -
┌───────────────────┬───────────┐
│ 00:00:00.000 │ Chapter 1 │
│ 00:00:12.345 │ Chapter 2 │
│ 00:00:35.678 │ Chapter 3 │
└───────────────────┴───────────┘
chapters [QT]
┌───────────────────┬───────────┐
│ 00:00:00.000 │ Chapter 1 │
│ 00:00:12.345 │ Chapter 2 │
│ 00:00:35.678 │ Chapter 3 │
└───────────────────┴───────────┘
chapters (Nero | QT)
┌───────────────────┬───────────┐
│ 00:00:00.000 │ Chapter 1 │
│ 00:00:12.345 │ Chapter 2 │
│ 00:00:35.678 │ Chapter 3 │
└───────────────────┴───────────┘
chapters Nero | (QT)
┌───────────────────┬───────────┬─────────────┐
│ 00:00:00.000 │ Chapter 1 │ (Chapter 1) │
│ 00:00:12.345 │ Chapter 2 │ (Chapter 2) │
│ 00:00:35.678 │ Chapter 3 │ (Chapter 3) │
└───────────────────┴───────────┴─────────────┘
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels