Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when the user's video is on disk - VidSeeds MCP probe, frame/clip extraction, ffmpeg recipes, precision trim, and midroll analysis. Hosted tools return commands/recipes to run locally; media stays on the user's machine.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -32% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -12% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -24% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -28% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -27% | 0% |
VidSeeds.ai follows client-first media: the hosted MCP server does not read files from the user's computer. Tools return recipes (ffmpeg/ffprobe commands) or accept base64 frames the agent extracted locally.
vidseeds_probe_local_video - duration, resolution, codecs; use before trim or thumbnail frame picks.| Goal | Tool | | --------------------------- | ---------------------------------- | | Still frames for thumbnails | vidseeds_extract_video_frames | | Short clip for context | vidseeds_extract_video_clip | | Generic transcode recipe | vidseeds_transcode_format_recipe | | Media helper commands | vidseeds_get_local_media_recipe |
Run returned shell commands on the user's machine (requires ffmpeg/ffprobe installed). Pass results back into thumbnail tools as frames on vidseeds_generate_thumbnail when needed.
vidseeds_analyze_precision_trim - suggested cut points, segment catalog, seed cost preview.vidseeds_plan_precision_trim - AI edit plan (CritiquePlan) with genre-aware processing.vidseeds_execute_precision_trim - export recipe/commands for local ffmpeg.Precision Trim V3 adds genre classification + soundscape analysis + motion profile + hook detection + semantic boundaries as parallel client-side signals. These are passed as optional metadata in vidseeds_analyze_precision_trim / vidseeds_plan_precision_trim inputs:
detectedGenre - overrides automatic genre detection (speech_driven, action_dynamic, ambient_relax, visual_primary, mixed_narrative, tutorial)soundscape - spectral classification from PCM (silence/speech/music/ambient/noise)motionProfile - frame-by-frame pixel diff analysis (static/slow/action/scene_change)How it affects plans:
vidseeds_analyze_midroll_opportunities - suggested mid-roll times from transcript/context (analysis only; user edits in their editor).Prefer the vidseeds-local stdio MCP tool vidseeds_generate_thumbnail_from_video when the whole pipeline should run on-disk (see vidseeds-thumbnails).
vidseeds_get_youtube_video_transcript, vidseeds_get_youtube_video_captions - text from YouTube without downloading video to the server.Other measured skills in the registry, with their headline benchmark lift.