Конвертация и сжатие видео и изображений
★ 6.5 · media-processing
media-processor is a Claude Code skill that processes video and image files using FFmpeg and ImageMagick, handling format conversion, resolution adjustment, and compression. It ships with six Python scripts: video_convert.py, video_compress.py, video_scale.py, image_convert.py, image_scale.py, and image_compress.py. Supported formats include MP4, AVI, MOV, MKV for video and JPG, PNG, GIF, WebP for images; video quality is controlled via bitrate and CRF values (18–28), while image quality ranges from 1 to 100. Both ffmpeg and imagemagick dependencies are installed automatically on first use via apt-get. The skill is well-suited for developers and content teams who need batch media processing, automated format conversion, or file-size optimization without writing FFmpeg commands by hand.
- #video-processing
- #image-processing
- #format-conversion
- #ffmpeg
- #imagemagick
- #media-optimization