From 9a086481a62d8e8730be37c3f4670831191f4818 Mon Sep 17 00:00:00 2001 From: Paul Pederson <paul.c.pederson@gmail.com> Date: Mon, 29 Aug 2016 10:17:28 -0700 Subject: [PATCH] headings with no space don't render correctly --- .../2013-07-17-using-caption-services-with-html5-video.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_posts/2013-07-17-using-caption-services-with-html5-video.md b/_posts/2013-07-17-using-caption-services-with-html5-video.md index 3d7c041a..3c372831 100644 --- a/_posts/2013-07-17-using-caption-services-with-html5-video.md +++ b/_posts/2013-07-17-using-caption-services-with-html5-video.md @@ -25,7 +25,7 @@ So how do we pull off putting captions into a video after the video has been pro But what do these track files look like? -##VTT +## VTT VTT is a specially formatted text document. It contains each of the queues numbered, followed by the start time & end time and finally the text. It is recommended to include in the text the name of the person talking. Some styling can be included in the text via basic HTML elements like ```i``` or ```b```. We start it by declaring it a WEBVTT file. @@ -44,7 +44,7 @@ We start it by declaring it a WEBVTT file. 00:00:19.000 --> 00:00:20.000 <b>Mouse:</b> I am not convinced. -##TTML +## TTML In addition to the VTT file format, you can also use TTML (Time Text Markup Language) which is a specific XML format that is currently supported in Flash and used by some major properties on the internet. If you are migrating from Flash, this may be the best choice as you may have the files already. @@ -64,10 +64,10 @@ In addition to the VTT file format, you can also use TTML (Time Text Markup Lang </tt> -##Transcribing +## Transcribing Now that you know how to implement it, you need to transcribe all of your videos. You can watch, and rewatch, and rewatch them to capture all of the talking perfectly timed (I watched that Alice in Wonderland trailer 30 or 40 times and it is only a minute long). However there are services that can handle the transcription for you. These will typically start at $1 per minute for transcription with a fee of $0.25 per minute for the needed timestamping. A few well-reviewed services include: - [http://verbalink.com/](http://verbalink.com/) - [https://www.speechpad.com/](https://www.speechpad.com/) -- [http://www.rev.com/transcription](http://www.rev.com/transcription) \ No newline at end of file +- [http://www.rev.com/transcription](http://www.rev.com/transcription) -- GitLab