Ffmpeg

🌐Community
by digitalsamba · vlatest · Repository

This FFmpeg skill converts videos to various formats and codecs, offering powerful media manipulation for diverse needs.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add ffmpeg npx -- -y @trustedskills/ffmpeg
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "ffmpeg": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/ffmpeg"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The ffmpeg skill enables AI agents to process and manipulate video, audio, and image files using the powerful FFmpeg tool. It supports tasks like transcoding formats, trimming clips, adjusting resolution, extracting audio, and applying filters for enhanced media processing.

When to use it

  • To convert a high-resolution video file into a compressed MP4 format suitable for web streaming.
  • When editing raw footage by cutting out unwanted segments or adding transitions.
  • For batch processing multiple media files with consistent encoding settings.

Key capabilities

  • Video and audio transcoding across various formats (e.g., MP4, AVI, MKV).
  • Audio extraction from video files.
  • Resolution scaling and bitrate adjustment for optimized file size and quality.
  • Support for applying filters like brightness, contrast, or watermarking.

Example prompts

  • "Convert this 4K video to a 1080p MP4 file with H.264 encoding."
  • "Trim the first 30 seconds from this video clip and save it as a new file."
  • "Extract the audio track from this movie and save it as an MP3."

Tips & gotchas

Ensure that FFmpeg is installed on your system or container for full functionality. Some advanced features may require specific codecs or hardware acceleration, which might not be available in all environments.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
digitalsamba
Installs
887

🌐 Community

Passed automated security scans.