skills/skill-compress-video/SKILL.md
Compress videos while preserving quality using FFmpeg with multiple codec options and preset configurations
npx skillsauth add hasna/skills Compress VideoInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Shrink video files without sacrificing quality. This skill uses FFmpeg to intelligently compress videos for Web, Mobile, or Archive storage. It includes smart presets (1080p, 720p), batch processing for folders, and target file size calculations.
This is a CLI skill. It requires the
skillsCLI to execute. Install it withnpm install -g @hasna/skills, then run the commands below.
# Compress for web sharing
skills run compress-video -- input.mp4 --preset web
# Compress to a specific size
skills run compress-video -- large_file.mov --target-size 50
# Batch compress a folder
skills run compress-video -- ./raw_footage/*.mp4 --preset mobile --output ./proxies/
| Option | Description | Default |
| --------------- | ------------------------------------------------ | -------------- |
| <files...> | Input video files (positional args) | - |
| --preset | Compression profile (web, mobile, archive) | web |
| --target-size | Desired file size in MB | - |
| --resolution | Output resolution (1080p, 720p, original) | original |
| --codec | Video codec (h264, hevc, vp9) | h264 |
| --crf | Custom quality factor (0-51) | (varies) |
| --output | Output directory | (same as input)|
_compressed.mp4).skills run compress-video -- project_archive/*.mov \
--preset archive \
--codec hevc
skills run compress-video -- vlog.mp4 \
--resolution 1080p \
--target-size 100
tools
Generate hosted voiceover variants and short jingles
tools
Generate premium video highlight packages with clip plans, captions, thumbnails, chapter markers, social copy, edit decisions, and manifest metadata.
testing
Generate high-quality articles using parallel AI agents. Supports research, writing, and optional cover image generation. Write single articles or batch process multiple topics with configurable parallelism.
testing
Generate videos using OpenAI Sora, Minimax Hailuo, Gemini Veo, or Seedance through the hosted Skills runtime with provider-cost pricing.