
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
Make a video feel like a codebase — searchable, inspectable, citeable.
One API key. Two cents per hour of video. Every answer grounded in timestamps.
node video-cli.js init # set up API key (secure, interactive)
node video-cli.js setup video.mp4 # ingest + transcribe + analyze + embed
node video-cli.js ask <id> "what is the main argument?"
That's it. setup ingests, transcribes, OCRs, and embeds. ask returns a grounded answer with timestamps and citations. Most sessions are 1-3 commands.
You have a video. → setup → Now it's searchable.
ask "what happened at the end?"
search "pricing discussion"
context --at 3:45
chapters
frame --at 2:30
clip --at 2:30 --pre 5 --post 10
Every command returns JSON. An AI agent can setup a meeting recording then ask questions about it — with cited timestamps, frame paths, and suggested follow-ups.
| Tier | Commands | What they do |
|---|---|---|
| Intent | setup, ask | One-shot: ingest a video or answer a question |
| Navigate | search, context, chapters, next, grep | Drill into specific moments |
| Extract | frame, clip | Pull out frames or video clips |
| Pipeline | ingest, transcribe, analyze, embed | Run pipeline steps individually |
| Inspect | list, status, inspect, brief, config | Check what's available |
video.mp4
→ ffmpeg scene detection (free, local)
→ Gemini transcription ($0.0002/min)
→ Gemini OCR + frame descriptions ($0.003)
→ Gemini embeddings ($0.0002)
→ searchable JSON artifacts on disk
query
→ semantic + lexical + description search (local, instant)
→ Gemini synthesizes answer ($0.0001)
→ { answer, citations[], suggestedFollowUps[], framePaths[] }
| Video length | Setup cost | Per query |
|---|---|---|
| 5 min | $0.002 | $0.0001 |
| 1 hour | $0.018 | $0.0001 |
| 10 hours | $0.18 | $0.0001 |
One API key (GEMINI_API_KEY) powers everything. Optionally swap in ElevenLabs or Deepgram for transcription via --provider.
ffmpeg and ffprobeGEMINI_API_KEY in .envSee SKILL.md — the complete agent-facing reference with output shapes, flags, and session examples.
npm test # 16 tests, no API calls
npm run eval # retrieval quality eval
Zero npm dependencies. Pure Node.js + ffmpeg.
FAQs
Local-first video REPL for AI agents - search, ask, navigate, extract
The npm package video-cli receives a total of 17 weekly downloads. As such, video-cli popularity was classified as not popular.
We found that video-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.