add srt files

This commit is contained in:
2024-12-24 15:20:16 -06:00
parent 3129677921
commit 566cdab6d6
95 changed files with 1199450 additions and 16 deletions

11
layouts/transcript.hbs Normal file
View File

@@ -0,0 +1,11 @@
---
layout: base
---
<script>
{{{content}}}
</script>
{{#each transcript}}
<div>
{{formatDuration this.data.start "hh:mm:ss"}}: {{this.data.text}}
</div>
{{/each}}