More and more people (especially in the german speaking podcasting scene) use the new chapter extension in ogg containers or flac files, see:
http://wiki.xiph.org/Chapter_Extension
This enables chapter marks for all fileformats, which use the vorbis comments metadata system (ogg vorbis, flac, speex, the new upcoming opus/celt, etc.).
It would be really cool, if VLC could support this new standard - as it is already possible to show chapters in MP4/M4A files.
This is especially interesting for podcaster, audiobooks, lecture recordings, etc.
Furthermore it should be quite easy to implement.
If you need any further information or some example files, let me know and I will provide them!
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
...
Linked items
0
Link issues together to show that they're related.
Learn more.
Well, I have never seen any file using hierarchical chapters ...
IMHO it would be more than sufficient, to just parse the start time of each chapter and display it in the chapters menu of VLC (that's how we do it here too).
Yes, you are right - I will give feedback on the vorbis-dev mailing list!
However, the whole purpose of the spec is to be able to seek to points in the media file - as it is a common usecase in e.g. podcasts.
This should be perfectly possible by parsing the start time.
And it would be really great if VLC could support that - so far podcasters/audiobooks are limited to MP4, because no other format supports chapters ...
Yes I know, but I am speaking of audio files here ...
Ogg vorbis plays on old hardware players, nearly every audio program, etc. - MKV/MKA unfortunately not!
Ogg: parse and create Vorbis Comment Chapter Extension seekpointsThis does not actually seek to the right position yetRef [#6895](https://code.videolan.org/videolan/vlc/-/issues/6895)