[Vorbis] Chapters

Christopher Harrington webkid at webkid.com
Sat Sep 17 10:56:24 PDT 2005


You split each "chapter" into an individual Ogg Vorbis file, then 
concatenate them together.

eg
Rip your tracks
$ cdparanoia -B
Encode your tracks
$ oggenc track01.wav
$ oggenc track02.wav
Concatenate them together
$ cat track01.ogg track02.ogg > chapters_01_and_02.ogg

-Chris

Scott Shawcroft wrote:
> How would one go about creating these boundaries in a file?  Is there
> a program to create these?  Is there a way to do it in python?
> ~Scott


More information about the Vorbis mailing list