dsh-video-lens: Equipping Pure Text DSH Agents with Video Understanding Capabilities
dsh-video-lens is a DeepSeek Harness plugin maintained by dundunhan (v0.3.1, MIT). It utilizes three tools—video_probe, video_analyze, and video_ask—to read local video metadata via ffprobe/ffmpeg, perform scene-aware frame extraction with optional ASR, and interface with OpenAI-compatible vision models, outputting structured evidence JSON with timelines. Installation requires running `pnpm add dsh-video-lens` in the DSH Profile directory and registering the bundle, along with configuring environment variables such as `VIDEO_LENS_API_KEY`. It is suitable for video review, meeting recording summaries, and time-anchored Q&A; users are advised to review the source code and permission notes before use.
Read More