ディレクトリに戻る

dsh-video-lens

キュレーション掲載メンテナンス: 活発

dundunhan/dsh-video-lens

テキスト専用DSHエージェントにローカル動画理解をさせる2ツール。フレーム抽出+視覚キャプションとASR書起こし、プロバイダー設定可。

GitHub で見る
$ dsh plugin add dsh-video-lens

72

スター

2

フォーク

JavaScript

言語

MIT

ライセンス

2026-08-18

作成日

2026-08-18

最終プッシュ

テキストのみのエージェントに動画メタデータの確認、任意の ASR を伴う場面理解、時間アンカー付き質問応答をもたらすネイティブ DSH プラグイン。すべて OpenAI 互換のビジョン/ASR エンドポイント経由でプロバイダ非依存。

DSH 統合

ネイティブ実行

作者による申告

安全性監査

未監査

最終検証日

2026-08-30

ライセンス

MIT

01どんなタスクに使えるのか?

  • Inspect a local video's technical specs before deeper analysis

    Compact metadata JSON via `video_probe`: container, duration, resolution, fps, codecs, audio tracks, subtitles

    Text-only DSH agents and developers who need cheap, instant video metadata without decoding frames

  • Understand video content and answer time-anchored questions for text-only DSH agents

    Structured evidence JSON from scene-change-aware frame sampling plus optional timestamped ASR; `video_ask` returns grounded answers with confidence and supporting timestamps

    DSH agents that must reason about scenes, speech, or specific moments (e.g. "at 3:20") in local video

02DeepSeek Harness への導入方法

作者は未記載

03DSH 統合と能力の範囲

DSH 統合ネイティブ実行

Native DSH plugin — text-only agents call `video_probe` / `video_analyze` / `video_ask` tools; vision & ASR use OpenAI-compatible `baseUrl` + `model` + key endpoints.

  • video_probe — instant metadata

    local video file pathcompact metadata JSON: container, duration, resolution, fps, codecs, audio tracks, subtitles

  • video_analyze — content understanding

    local video file; optional ASR key env varstructured evidence JSON from scene-change-aware frame sampling fused with an OpenAI-compatible vision model; optional timestamped ASR transcript

  • video_ask — time-anchored Q&A

    a prior analysis / transcript plus a natural-language question with time referencesgrounded answer with confidence and supporting timestamps, re-sampling frames from the matched windows

04誰に向いているのか?使うべきでない場面は?

向いている用途

  • Text-only DSH agents and developers who need cheap, instant video metadata without decoding frames
  • DSH agents that must reason about scenes, speech, or specific moments (e.g. "at 3:20") in local video

不向きな用途

  • Requires `ffmpeg` and `ffprobe` on `PATH`; the plugin delegates all media work to them and does no native decoding.

05互換性・メンテナンス・セキュリティ上の注意

  • Scene-change detection requires ffmpeg ≥ 6.0 (the `scdet` filter); videos without detectable cuts fall back to uniform midpoint sampling.
  • Requires `ffmpeg` and `ffprobe` on `PATH`; the plugin delegates all media work to them and does no native decoding.
  • ASR is strictly additive: if `asrApiKeyEnv` is unset or the provider fails, visual analysis still completes and `transcript` is `null`.
2026-08-182026-08-18v0.3.1

MIT license · latest release v0.3.1 (published 2026-08-18) · default branch main

06よくある質問

DeepSeek Harness 向けに dsh-video-lens をインストールするには?

公開 README は `ffmpeg` と `ffprobe` が `PATH` にあること(場面変化検知には ffmpeg ≥ 6.0)を要件としていますが、今回確認したスナップショットではインストール手順が省略されていました。展開前にリポジトリの README で正確な `dsh` インストール/クローン手順を確認してください。

利用前の前提条件は何ですか?

README によると 2 点:`ffmpeg` と `ffprobe` が `PATH` になければならず(すべてのメディア処理を委譲、ネイティブなデコードはなし)、場面変化を `scdet` フィルタで検知するには ffmpeg ≥ 6.0 が必要です。検出できない動画は均一な中点サンプリングにフォールバックします。

DeepSeek Harness とどう接続しますか?

ネイティブな DSH プラグインです。テキストのみの LLM エージェントは `video_probe`、`video_analyze`、`video_ask` をツールとして呼び出します。ビジョンと ASR は OpenAI 互換エンドポイント(baseUrl + model + key 環境変数)で接続するため、単一プロバイダに縛られません。

LLM に直接動画を見せるのと何が違いますか?

メディア処理自体を担います——ffprobe メタデータ、ffmpeg `scdet` 場面サンプリングと抽枠、任意の ASR——を実行し、サンプル枠を OpenAI 互換ビジョン・モデルと融合して構造化証拠 JSON にし、`video_ask` で時間アンカー付きの質問応答(例「3 分 20 秒」)を自信度と根拠タイムスタンプ付きで提供します。

ASR プロバイダが失敗したり key が未設定の場合は?

ASR は厳密に付加的です。`asrApiKeyEnv` が未設定またはプロバイダが失敗しても、視覚分析は完了し `transcript` は `null` になります。プラグインはエラーで停止せずグレースフルに劣化します。

08データと出典

  • 作者による申告github.com73c30b168c4b…

    A [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) (DSH) plugin that lets text-only LLM agents unders…

  • 作者による申告github.com73c30b168c4b…

    v0.3.1. The plugin never locks you into a provider: vision and ASR are both OpenAI-compatible endpoints configured via `…

このページは、プロジェクトの公開ドキュメント、リポジトリのメタデータ、および DSH Plugins の構造化解析に基づいて生成されています。最終検証日:2026-08-30。誤りを見つけた場合は、修正を送信してください。

🏆

dsh プラグイン おすすめ

最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。

DSH Plugins は DeepSeek Harness プラグインの独立したコミュニティ ディレクトリです。DeepSeek との提携・公認はありません。サードパーティ製プラグインはセキュリティ監査を受けていません。インストール前にソースコードをご確認ください。

DeepSeek Harnessの新着プラグインを毎週お届け。スパムはありません。