Skip to content

Commit b9cf904

Browse files
authored
Fix WebVVT timestamp format
According to WebVVT standard milliseconds are separated by full stop character . https://www.w3.org/TR/webvtt1/#webvtt-timestamp
1 parent 9290faf commit b9cf904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Speech-Service/captioning-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The [SRT](https://docs.fileformat.com/video/srt/) (SubRip Text) timespan output
5353
Welcome to applied Mathematics course 201.
5454
```
5555

56-
The [WebVTT](https://www.w3.org/TR/webvtt1/#introduction) (Web Video Text Tracks) timespan output format is `hh:mm:ss,fff`.
56+
The [WebVTT](https://www.w3.org/TR/webvtt1/#introduction) (Web Video Text Tracks) timespan output format is `hh:mm:ss.fff`.
5757

5858
```
5959
WEBVTT

0 commit comments

Comments
 (0)