aixlb/dsh-bcc1

dsh-bcc

包拆拆:在DSH中将视频转化为脚本、分镜或风格指南,使用当前会话模型,不自带API密钥。

AI 分析

提供视频切分、关键帧提取及脚本/分镜导出功能,依赖会话中的多模态模型。适合需要进行视频拆解、脚本分析和分镜制作的视频创作者。

套件
dsh-bcc
版本
0.1.0
授權
MIT
最近更新
2026年8月21日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:aixlb/dsh-bcc

dsh-bcc · 包拆拆 for DeepSeek Harness

English | 简体中文

Turn a video into a script, storyboard, or style guide inside DeepSeek Harness.

The plugin owns ffmpeg cut detection, keyframes, and export (docx / xlsx / html). Analysis uses whatever model the current DSH session already has. There is no Gemini/Kimi settings page and no bundled API key.

Recommended model: deepseek-v4-flash-vision-exp. If the current model cannot see images, the plugin prompts you to switch in the DSH model picker. It never rewrites your default model.

Install

npx @deepseek-ai/dsh plugin --profile web add github:aixlb/dsh-bcc

Local checkout:

npx @deepseek-ai/dsh plugin --profile web add ./dsh-bcc

Restart dsh web and hard-refresh the browser. Open the 包拆拆 conversation view (sidebar footer or the tab next to Trajectory).

Use

  1. Put a video in the workspace.
  2. In chat: 拆这个视频的分镜 / 拆剧本 / 做风格指南.
  3. The agent calls bcc_shotsbcc_read_frames (batches of keyframes) → bcc_export.
  4. Fine-tune cuts in chat: 切太碎了,min-gap 调到 0.5 or 00:12 再切一刀.

Workbench: project list | video + timeline | process (current shot thumbnail).

Tools

ToolRole
bcc_probeDuration / resolution
bcc_shotsCut detection + optional keyframes
bcc_set_cutsExplicit cut list (chat edits)
bcc_read_framesSend keyframes to the vision model
bcc_exportscript → docx/md/html; storyboard → xlsx/html
bcc_master山之音 methodology text
bcc_project_list / bcc_project_openWorkspace .dsh-bcc/projects

Scripts are image-only: dialogue comes from burned-in captions. Unseen speech is written 【画面未见对白】.

License

MIT