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 c9d4b3e
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions vod/creating-and-managing-chapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,16 @@ 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
### Supported chapter file formats

Currently only **VTT** file format is supported.

Expand Down

0 comments on commit c9d4b3e

Please sign in to comment.