AI Agent Hub
Back to plugins
🧰

dsh-video-size

Web Tools Updated 2026.08.21

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-video-size

Paste the following prompt into your AI chat to install this plugin:

In DeepSeek Harness, run dsh plugin install uckkk/dsh-video-size to install this plugin; the full source code is available at https://github.com/uckkk/dsh-video-size .

About this plugin

In any video-processing pipeline, file size is one of the first numbers you need to know—estimating upload bandwidth, validating post-encoding output, or checking CDN quotas all hinge on a quick, reliable figure. dsh-video-size exists for exactly that: it registers a video_size tool inside your dsh session that calculates video file size precisely from the parameters you supply and returns a structured, detailed result.

The entire implementation is pure Node with zero network calls and no third-party binaries, so it runs comfortably in offline environments, CI pipelines, or air-gapped toolchains without the overhead of bundling a full media runtime like ffmpeg.

If you are building automated workflows around transcoding, content delivery, or moderation and want volume figures right inside your conversation context without breaking flow, dsh-video-size is a lightweight, plug-and-play option that gets out of your way.

Use Cases

  • Verify transcoded output file size meets target constraints at a glance
  • Estimate video file size before upload to assess bandwidth and storage quotas
  • Compute file size in offline CI pipelines without pulling ffmpeg or other binaries

Best For

  • Engineers building automated transcoding and CDN delivery pipelines
  • Content moderation or ops teams that need size data inside the session context
  • Developers who favor pure-Node, zero-network lightweight toolchains