Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML HTML Video and Audio (Retired) Captioning Video Create a Caption File

Final Time Code Question

Shouldn't the final timecode for the [water flow continues] start at 00:00:24.351 since the previous caption for [water flowing] ended at 00:00:24.350 ??

1 Answer

Colin Marshall
Colin Marshall
32,861 Points

If you want a caption to show immediately after another caption (which I'm assuming is what Nick wanted to happen), you need to have the end time of the first caption, match the start time of the second caption.

If the first caption ended at 00:00:24.350, and the second caption started at 00:00:24.351, there would be .001 seconds where no caption was on the video. You would not be able to notice it for that short of a duration though.