Create Chapters

View Markdown

Generate chapter tracks for your media files.


Create a VTT file

You can create a new chapters file with a chapters task.

The default output format is vtt.

const task = await ittybit.tasks.create({
  kind: 'chapters',
  url: 'https://example.com/video.mp4',
});

See the Chapters Tasks section for more information about available output formats.


(See SDKs for install and initialization steps.)

On this page