Skip to content

Commit

Permalink
Fix VTT formatting on Chapters page
Browse files Browse the repository at this point in the history
  • Loading branch information
szekelyzol authored Sep 5, 2023
1 parent 49bb556 commit 7546940
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions vod/creating-and-managing-chapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ Adding chapters can make your video easier to navigate if you have a long video.
Video chapters use the same concept as video [captions](/vod/add-captions.md) and the supported format is VTT. The chapters are listed with the timeframe in the VTT file. For example:

```
{
"codes": [
{
"code": "WEBVTT </br> </br> 01\n00:01.000 --> 00:04.000\n\n02\n00:05.000 --> 00:09.000",
"language": "text"
}
]
}
WEBVTT
01
00:01.000 --> 00:04.000
02
00:05.000 --> 00:09.000
```

### Supported chaoter file formats
Expand Down

0 comments on commit 7546940

Please sign in to comment.