|
|
2 месяцев назад | |
|---|---|---|
| .. | ||
| scripts | 2 месяцев назад | |
| README.md | 2 месяцев назад | |
| SKILL.md | 2 месяцев назад | |
Claude Code skill that runs ffmpeg / ffprobe via a bundled static binary
(ffmpeg-static / ffprobe-static) — no system ffmpeg install required.
See SKILL.md for the full skill definition and recipes. The helper module
scripts/ffmpeg-runner.mjs exposes ffmpegPath(), ffprobePath(),
runFfmpeg(), probeMedia(), and probeDurationMs().
Resolution order for the binaries: FFMPEG_PATH / FFPROBE_PATH env var →
npx --yes fmode-ffmpeg which (bundled static binary) → ffmpeg / ffprobe
on PATH.