video-processing

Compress, convert, trim, and extract audio from video files via FFmpeg and Bun CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/leobrival/serum-plugins-official --skill video-processing-leobrival
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: video-processing
Source: https://github.com/leobrival/serum-plugins-official/tree/main/plugins/media-tools/skills/video-processing
Command: npx skills add https://github.com/leobrival/serum-plugins-official --skill video-processing-leobrival

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies heavy video processing by enabling fast compression, format conversion, trimming, and audio extraction, reducing manual editing time.

Core Features & Use Cases

  • Batch processing: Process multiple videos in one run to save time.
  • Format conversion: Convert between MP4, WebM, MOV, GIF and others with presets.
  • Smart trimming & audio handling: Extract or remove audio, trim clips, and generate previews.
  • Use Case: Prepare a batch of clips for social media by compressing and reformatting to platform presets.

Quick Start

Run a single-file conversion with a social-friendly preset: bun run video video.mov --Resolution 1080p --Format mp4

Frequently Asked Questions about video-processing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compress and convert multiple videos in a batch?

You can batch process videos by running a single command that processes multiple files across MP4, WebM, and MOV formats. This leverages FFmpeg under the hood to compress and convert clips efficiently, reducing manual editing time.

What is the best way to convert video files to social media presets?

The best way to convert videos to social media presets is using a Bun-based CLI to apply specific resolutions and formats. This skill enables automated format conversion to platform presets, preparing clips efficiently for social media.

Can I extract audio and trim video clips using FFmpeg?

Yes, you can extract or remove audio and trim video clips using FFmpeg. This skill automates smart trimming and audio extraction to generate previews and isolate specific segments without manual editing.

Do I need a specific environment to run automated video processing?

Yes, automated video processing requires a Bun-based CLI and FFmpeg installed. These dependencies are necessary to execute the scriptable commands for compression, conversion, and trimming tasks.

Does batch video conversion work with GIF and WebM formats?

Yes, batch video conversion works with GIF and WebM formats. The skill supports format conversion across MP4, WebM, MOV, and GIF, allowing you to switch between these formats using presets.