Skip to content

Commit 5a81cc4

Browse files
committed
Sync transcript with talk audio
1 parent c4fa2a0 commit 5a81cc4

10 files changed

Lines changed: 39729 additions & 93 deletions

File tree

mise.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[tools]
22
bun = "1.3.5"
33
lefthook = "2.0.12"
4+
python = "3.11"
5+
ffmpeg = "latest"
6+
uv = "latest"
47

58
[settings]
69
experimental = true
@@ -43,3 +46,7 @@ description = "Upload images to R2 and update manifest"
4346
[tasks.deploy]
4447
run = "wrangler deploy"
4548
depends = ["build"]
49+
50+
[tasks.transcribe]
51+
run = "python scripts/transcribe.py"
52+
description = "Generate word-level transcript from audio/video"

0 commit comments

Comments
 (0)