跳到主要内容
知仓学习社ZHICANG

vidseeds-local-video

Use when the user's video is on disk - VidSeeds MCP probe, frame/clip extraction, ffmpeg recipes, precision trim, and midroll analysis. Hosted tools…

不碰外部(只输出文字)无严重或高危命中hashgraph-online/awesome-codex-plugins

它会碰到什么

扫了多少1 个文本文件,3 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Local video media (MCP)

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.

Probe a file

  • vidseeds_probe_local_video - duration, resolution, codecs; use before trim or thumbnail frame picks.

Frames and clips

| 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.

Precision trim

  1. vidseeds_analyze_precision_trim - suggested cut points, segment catalog, seed cost preview.
  2. vidseeds_plan_precision_trim - AI edit plan (CritiquePlan) with genre-aware processing.
  3. vidseeds_execute_precision_trim - export recipe/commands for local ffmpeg.

V3 Genre-Aware Processing (2026-06-27)

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:

  • ambient_relax: high silence tolerance (15s+), preserves zero-word scenes, < 20% cut ratio
  • action_dynamic: aggressive pause trimming (500ms+), up to 40% cut ratio
  • speech_driven: cut at semantic boundaries, moderate trimming
  • visual_primary: preserves scenes without speech, cut only on true silence
  • mixed_narrative: uses all signals - only cuts when multiple agree
  • tutorial: precision trimming, no speed around instructions

Midroll placement

  • vidseeds_analyze_midroll_opportunities - suggested mid-roll times from transcript/context (analysis only; user edits in their editor).

Thumbnails from local file

Prefer the vidseeds-local stdio MCP tool vidseeds_generate_thumbnail_from_video when the whole pipeline should run on-disk (see vidseeds-thumbnails).

YouTube-hosted source (not local path)

  • vidseeds_get_youtube_video_transcript, vidseeds_get_youtube_video_captions - text from YouTube without downloading video to the server.

Do not

  • Expect hosted tools to accept arbitrary filesystem paths for upload/processing.
  • Re-run probe/extract in a loop - cache probe results for the session.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 1,027
本站分层T1
该仓技能数1910
原文件路径plugins/CarrotGamesStudios/vidseeds-mcp/skills/vidseeds-local-video/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 1910 个技能