skills/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
testing
Merge a GitHub pull request, merge when green, use a merge queue, or decide whether a pull request is mergeable. Use only for explicit merge intent, not ordinary review.
development
Generate premium performance audit reports for web apps, APIs, or SaaS surfaces with metrics, findings, budgets, remediation plans, and manifest metadata.
data-ai
Generate premium customer feedback reports from reviews, support tickets, surveys, call notes, or raw feedback with clusters, sentiment, root causes, roadmap recommendations, evidence, and manifest metadata.
development
Generate high-quality PDF documents from markdown, HTML, or templates