local-transcript

Installation
SKILL.md

Local Transcript

Extract transcripts from local video and audio files.

Usage

Run the script with a path to a video or audio file:

uv run scripts/get_local_transcript.py "/path/to/video.mp4"

With timestamps:

uv run scripts/get_local_transcript.py "/path/to/video.mp4" --timestamps

How It Works

Installs
2
First Seen
Mar 29, 2026
local-transcript — somtougeh/dotfiles