Skip to content

How to add chapters to videos? #173

@MelissaKR

Description

@MelissaKR

Hi,

I'm trying to add chapters to an uploaded video using the Python SDK. I don't get any errors but the chapters don't show up either. This is how I'm doing it:

client.upload_texttrack(uri, 'chapters', 'en-US', 'chapters_file.vtt')

and the vtt file looks something like this:

WEBVTT

00:20.000 --> 00:21.000
First Chapter

00:40.000 --> 00:41.000
Second Chapter

I'm wondering if I'm not doing it right or the functionality is not supported.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions