/ Annuaire / Playground / Claude Video Vision
● Communauté jordanrendric ⚡ Instantané

Claude Video Vision

par jordanrendric · jordanrendric/claude-video-vision

Make Claude actually understand a video — frames + transcript + scene segmentation, fed in a token-efficient layout.

The skill takes a video file or URL, extracts keyframes (scene-aware), aligns transcript segments, and presents the bundle to Claude for QA, summary, or content extraction. Smart-sampling avoids blowing the context window.

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

prêt

Installer

Choisissez votre client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "claude-video-vision": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/jordanrendric/claude-video-vision"
      ],
      "_inferred": true
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "claude-video-vision": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/jordanrendric/claude-video-vision"
      ],
      "_inferred": true
    }
  }
}

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "claude-video-vision": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/jordanrendric/claude-video-vision"
      ],
      "_inferred": true
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claude-video-vision": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/jordanrendric/claude-video-vision"
      ],
      "_inferred": true
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "claude-video-vision",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/jordanrendric/claude-video-vision"
      ]
    }
  ]
}

Continue utilise un tableau d'objets serveur plutôt qu'une map.

~/.config/zed/settings.json
{
  "context_servers": {
    "claude-video-vision": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/jordanrendric/claude-video-vision"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

claude mcp add claude-video-vision -- git clone https://github.com/jordanrendric/claude-video-vision

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Claude Video Vision

Answer questions about a 30-min talk

👤 Claude Code users ⏱ ~15 min intermediate

Quand l'utiliser : Conference talk just dropped; you want notes without watching it.

Déroulement
  1. Ingest
    Point skill at the URL.✓ Copié
    → Frames + transcript ready
  2. Ask
    Ask focused questions; skill scopes to relevant scenes.✓ Copié
    → Precise answers with timestamps

Résultat : Targeted understanding without re-watching.

Combinaisons

Associez-le à d'autres MCPs pour un effet X10

claude-video-vision + filesystem

Save the structured note output for later reference

Combine claude-video-vision with filesystem: Save the structured note output for later reference✓ Copié

Outils

Ce que ce MCP expose

OutilEntréesQuand appelerCoût
ingest (see docs) Pull video + transcript 1 call
query (see docs) Scope-aware question answering 1 call

Coût et limites

Coût d'exécution

Quota d'API
Bound by transcription cost
Tokens par appel
Mid (sampled, not full video)
Monétaire
Free skill; transcription/model costs
Astuce
Use shorter scenes when QA is targeted; use long-window mode for summary

Sécurité

Permissions, secrets, portée

Portées minimales : fs-read fs-write
Stockage des identifiants : API keys for transcription provider in env
Sortie de données : Transcription provider
Ne jamais accorder : process private video without consent

Dépannage

Erreurs courantes et correctifs

Transcript misaligned

Lower scene-segmentation threshold; transcript may be off due to music

Alternatives

Claude Video Vision vs autres

AlternativeQuand l'utiliserCompromis
Manual notesTalk is shortDoesn't scale to many videos

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills