Borrowing it
Nothing to install: this file belongs to jordanurbs/venice-video-harness. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/jordanurbs/venice-video-harness/main/.agents/commands/edit-footage.mdgit clone --depth 1 https://github.com/jordanurbs/venice-video-harnessWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/jordanurbs/venice-video-harness/edit-footage)<a href="https://agentmods.dev/commands/jordanurbs/venice-video-harness/edit-footage"><img src="https://agentmods.dev/badge/commands/jordanurbs/venice-video-harness/edit-footage/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/jordanurbs/venice-video-harness/edit-footage"><img src="https://agentmods.dev/badge/commands/jordanurbs/venice-video-harness/edit-footage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.02058 |
| Opus 5 | $0.00000 | $0.01029 |
| Sonnet 5 | $0.00000 | $0.00412 |
| Haiku 4.5 | $0.00000 | $0.00206 |
Grade A, and why
edit-footage scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -L -o ~/.cache/whisper.cpp/ggml-base.en.bin \ How it starts
The opening of the file, as written. The whole thing — 197 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/edit-footage
End-to-end editing pipeline for existing media. Read the video-editing skill before running this command — it defines the EDL format, the ask-confirm-execute-self-eval loop, and the anti-patterns to avoid.
Scope: cuts, trims, re-orderings, filler-word removal, and delivery of an edited mp4 from sources already on disk. This is NOT the generation pipeline. For synthesizing new shots use /produce-episode or /generate-videos.
When To Use
- User brings raw footage (interview takes, phone recordings, screen caps) and wants a cut
- User wants to re-cut a Venice-generated episode without re-rendering shots
- User needs to rescue a truncated TTS VO by editing the working audio
- User asks to trim umms / false-starts from a talking-head take
Preflight
Confirm before starting:
- Source directory — where are the clips? Typically
output/<project>/shots/or a user-supplied folder. - Output target —
output/<project>/edit/final-edit.mp4by default. - Ground-truth script (if any) — for TTS-generated content, locate the
VO_TEXTconfig so the transcriber can run in aligned mode and flag VO truncation. - Format expectations — aspect ratio (pull from
series.jsonif it exists), target duration, cut style (hard cuts by default; crossfades only if user asks).
If the directory is missing or contains zero matching sources, stop and ask the user for the correct path.
Step 1 — Transcribe
npx tsx scripts/transcribe-sources.ts \
--dir <sources_dir> \
--out output/<project>/edit/takes_packed.md \
--model base.en
If a ground-truth script exists:
npx tsx scripts/transcribe-sources.ts \
--dir <sources_dir> \
--out output/<project>/edit/takes_packed.md \
--aligned-from scripts/<project>/config.ts
The transcriber writes one *.words.json per source plus takes_packed.md. Transcription time: ~0.1x realtime for the base.en model on an M-series Mac.
If transcription fails with a "whisper-cpp binary not found" or "model not found" error, print the install commands to the user and stop:
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 197 lines · 0 tokens per session scan A 7e9630d2a15d
edit-footage is a command published in the GitHub repository jordanurbs/venice-video-harness (30 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,058 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
brand-generate
Generate an on-brand document from a saved Brand Profile.
list
List available Piper TTS TTS voices with optional filtering.
review-video
Make a " Reviews" video — a fast, faceless VO montage of REAL, verified competitor reviews that names the recurring complaints and positions YOUR business as the alternative, then hands off to your own customer testimonials.
transcribe
Transcribe the file at $ARGUMENTS into Markdown using the Frenchie MCP server.
varyshop-carousel
Create a Varyshop multi-slide carousel (LIGHT style, hook → CTA).
imperium:create-video
Create startup video content. Supports pitch videos, product demos, social clips, investor updates, and hiring videos. Bridges to Remotion for rendering.