Agent skill · Media & Video

stitch-videos-ffmpeg

stitch video segments with ffmpeg concat, xfade, overlay, audio mux, and export settings.

gooseworks-aigithub.com/gooseworks-aiGitHub ↗
claude-codecodexcursorships scriptsMIT
Install
npx skills add gooseworks-ai/goose-skills --skill stitch-videos-ffmpeg --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 12
SKILL.md size: 2 KB
Bundled scripts: yes
Path: skills/ads/packs/video-ad-formats/stitch-videos-ffmpeg/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,091
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# stitch-videos-ffmpeg ## Purpose Stitch video segments with ffmpeg concat, xfade, overlay, audio mux, and export settings. Implementation status: refactored from existing repository skills. The workflow consolidates behavior that previously lived across larger skills. Sources: ad-studio, voiceover-product-ad, ugc-product-video, voiceless-music-transformation-reel, product-stopmotion-ad. Extraction notes: assembly and composite scripts. ## Inputs - A clear user brief or source asset path. - Brand, product, audience, platform, and approval constraints when relevant. - Required credentials or provider access for any external service used by this skill. - Output directory or test-run directory where artifacts should be saved. ## Workflow 1. Read the brief and confirm all required inputs are present. 2. Load any referenced files in this skill folder only when they are needed. 3. Run the provider, script, or planning workflow described by this skill. 4. Save outputs under the requested output folder or `skills/test-runs/<timestamp>/<skill-name>/` during tests. 5. Write or update a `manifest.json` for executable runs with status, provider, outputs, warnings, and errors. ## Output - Prima

What's inside
Steps it walks through
  1. Purpose
  2. Inputs
  3. Workflow
  4. Output
  5. Quality Checks
  6. Failure Modes
Ships with 11 files
  • scripts/composite.py
  • scripts/composite_final.py
  • scripts/composite_final.sh
  • scripts/normalize_clip.sh
  • scripts/voiceless/composite.py
  • skill.meta.json
  • tests/expected-output.md
  • tests/human-test.md
  • tests/sample-input.md
  • tests/smoke-test.md
  • tests/verifier.md
More from goose-skills
All skills →
About this skill
What does the stitch-videos-ffmpeg skill do?

stitch video segments with ffmpeg concat, xfade, overlay, audio mux, and export settings.

How do I install it?

Run `npx skills add gooseworks-ai/goose-skills --skill stitch-videos-ffmpeg --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From gooseworks-ai/goose-skills, a repository with 1,091 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going