diff --git a/vod/creating-and-managing-chapters.md b/vod/creating-and-managing-chapters.md index 2c33282a..cd75e167 100644 --- a/vod/creating-and-managing-chapters.md +++ b/vod/creating-and-managing-chapters.md @@ -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

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