From 7546940976c52ce240b391499cea0929c6227c14 Mon Sep 17 00:00:00 2001 From: szekelyzol Date: Tue, 5 Sep 2023 13:12:47 +0000 Subject: [PATCH] Fix VTT formatting on Chapters page --- vod/creating-and-managing-chapters.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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