-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Description
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
Labels
No labels