Short-form video analysis tool — crawl, transcribe, and visually analyze YouTube Shorts, Instagram Reels, and TikTok
Project description
Reel Scout
English | 繁體中文
Short-form video analysis CLI tool.
Crawl, transcribe, and visually analyze YouTube Shorts, Instagram Reels, and TikTok videos into structured data.
Install
pip install -e .
pip install -e ".[whisper]" # for faster-whisper transcription
Usage
reel-scout crawl "https://youtube.com/shorts/xxxxx"
reel-scout analyze "https://youtube.com/shorts/xxxxx"
reel-scout analyze --file urls.txt --skip-vision
reel-scout list
reel-scout show <video_id>
reel-scout inspect <video_id> # interactive single-clip inspector web app
reel-scout export --format json -o ./export
reel-scout config check
inspect starts a small local web app for one clip and opens it in the browser.
The video player is the single source of truth: a waveform (ffmpeg peaks,
cached) with a click-to-seek playhead, a keyframe filmstrip, and the
transcript all seek the player and highlight as it plays. Set IN/OUT
markers on the waveform and export the trimmed window as SRT. Needs the downloaded
video file on disk. (Design ported from arkiv's live inspector.) export --format html remains the offline multi-clip bundle; view is the read-only browsing
server.
Bilingual / code-switching audio (中英對照)
Whisper large-v3 locks onto the language it detects in the opening window and, on
long files, "translates" later speech of the other language back into the locked
one — a code-switching interview (Chinese host + English guest) comes out with the
guest's English mangled into garbled Chinese. It is a long-form drift, not a bad
audio issue: the same passage transcribes perfectly when sliced out on its own.
Fix — force per-chunk language re-detection:
WHISPER_MULTILINGUAL=1 WHISPER_CHUNK_LENGTH=15 reel-scout analyze "<url>"
multilingual alone is not enough — it needs a short chunk_length (~15s) so each
chunk re-detects. Verified on a 40-min ZH-host/EN-guest interview: latin-char
recovery 56% → 90%. Leave OFF for single-language short-form (per-chunk detection
adds cost). Other levers: WHISPER_LANGUAGE=en (force one language),
WHISPER_TASK=translate (force English output).
MCP Server
reel-scout-mcp # stdio transport for Claude Code integration
Prompt Pack (analysis layer)
Reel Scout's pipeline gets clean input into a model. The reverse-decode prompt
pack in prompts/ is the analysis brain you point at that input —
to reverse-engineer why a short-form video works and extract a transferable
structure, with anti-hallucination guardrails (observation vs. inference, cite the
timestamp). Open (MIT). See prompts/README.md.
Requirements
- Python 3.9+
- ffmpeg
- yt-dlp
Attribution
Video extraction techniques (captions-first transcription, duration-aware frame
budgeting, time-range focus, on-screen-text resolution bump) are adapted from
claude-video (MIT). See NOTICE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file reel_scout-1.2.0.tar.gz.
File metadata
- Download URL: reel_scout-1.2.0.tar.gz
- Upload date:
- Size: 195.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26369ab88537b46b3140931bbd39a5bd3df3c36680e1c7d316b2b1f87317050f
|
|
| MD5 |
9fcd5bd430e49364c7e21287f6e880f2
|
|
| BLAKE2b-256 |
eca05a907d96f7e8eef91c44106ccd0d927b1076c308fd60db6c18792c110407
|
Provenance
The following attestation bundles were made for reel_scout-1.2.0.tar.gz:
Publisher:
release.yml on vulture-s/reel-scout
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
reel_scout-1.2.0.tar.gz -
Subject digest:
26369ab88537b46b3140931bbd39a5bd3df3c36680e1c7d316b2b1f87317050f - Sigstore transparency entry: 2201792898
- Sigstore integration time:
-
Permalink:
vulture-s/reel-scout@94036bac4fa42ea9b87d672233dfa31de29404ac -
Branch / Tag:
refs/heads/master - Owner: https://github.com/vulture-s
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@94036bac4fa42ea9b87d672233dfa31de29404ac -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file reel_scout-1.2.0-py3-none-any.whl.
File metadata
- Download URL: reel_scout-1.2.0-py3-none-any.whl
- Upload date:
- Size: 110.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65cc44a5ea484c8bc3dd38c19604ecbef8632f493eafbcce58e3467afbbd0c9d
|
|
| MD5 |
62921c42079522b3eaddbcbac3175957
|
|
| BLAKE2b-256 |
7ecf85b76a657a2e89ebe990cd0b9e4fd1b1eafedf16f5dee3bebfe7151a03d2
|
Provenance
The following attestation bundles were made for reel_scout-1.2.0-py3-none-any.whl:
Publisher:
release.yml on vulture-s/reel-scout
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
reel_scout-1.2.0-py3-none-any.whl -
Subject digest:
65cc44a5ea484c8bc3dd38c19604ecbef8632f493eafbcce58e3467afbbd0c9d - Sigstore transparency entry: 2201792978
- Sigstore integration time:
-
Permalink:
vulture-s/reel-scout@94036bac4fa42ea9b87d672233dfa31de29404ac -
Branch / Tag:
refs/heads/master - Owner: https://github.com/vulture-s
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@94036bac4fa42ea9b87d672233dfa31de29404ac -
Trigger Event:
workflow_dispatch
-
Statement type: