video-use-best-practices

Installation
SKILL.md

video-use Best Practices (Hebrew)

Problem

video-use ships with a strong English-first default: the bundled SUB_FORCE_STYLE uses Helvetica (no Hebrew glyphs, renders as boxes), 2-word UPPERCASE chunks (Hebrew has no uppercase), and the filler-removal step assumes an English filler lexicon while Scribe itself does not tag fillers per-word in any language. Hebrew creators using video-use hit the same three walls every time: missing-glyph boxes burned into the final video, captions that look wrong because UPPERCASE doesn't exist in Hebrew, and a "filler removal" step that leaves "אֶה", "כאילו", "יעני", and friends in. On macOS there's also a fourth wall: libass + SRT BiDi reordering is unreliable even with a fully-built libass, so Hebrew sentences render as characters drawn left-to-right in source byte order rather than in proper RTL visual order. This skill is the Hebrew-specific override layer on top of video-use's 12 Hard Rules. None of the upstream rules change, only the style values, font fallback chain, filler lexicon, caption-burn recipe, and self-eval frame checks.

Pricing you should understand before you start

video-use is free; underlying services are paid. Mode determines cost.

Mode What Best for Cost / 1hr video
A. Captions-only (scripts/captions-only.sh) Transcribe + burn Hebrew captions on original. No cuts. Lectures, webinars, podcast videos. ~$1-3 total
B. Full cut (default video-use flow) Inventory → strategy → cut → render → self-eval. Teaser from raw footage; multi-take selection. ~$25-60 (1hr); $120-300 (3hr). Scales super-linearly.

Per-unit: Scribe ~$0.40/hr (paid). Claude tokens depend on mode (above). Local FFmpeg/libass rendering is $0.

Free-tier reality check (the "$1-3" number assumes paid Starter, $5/mo). ElevenLabs free tier is 10,000 characters/month, not hours. A 10-minute Hebrew talking-head burns ~7,000-8,000 characters in one transcription. Gap-recovery (see Step 8) re-transcribes the dropped window, which counts again. So on free tier you realistically get ~1 long Hebrew video/month before the quota wall. If the user is non-technical and "just wants captions on this one lecture", warn them upfront.

Installs
2
GitHub Stars
9
First Seen
May 24, 2026
video-use-best-practices — skills-il/developer-tools