media-processor

音视频处理器 - 企业级多媒体内容处理工具 | Media Processor - Enterprise multimedia content processing

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "media-processor" with this command: npx skills add kaiyuelv/media-processor

Media Processor - 音视频处理器

企业级多媒体内容处理解决方案,支持音视频转码、剪辑、转录和格式转换。

核心功能

功能模块说明
格式转换支持 50+ 种音视频格式互转
视频剪辑裁剪、合并、添加水印、调整分辨率
音频处理降噪、音量调整、格式转换、片段提取
智能转录语音转文字(支持中英文)
批量处理多文件并行处理,支持队列

快速开始

from scripts.video_processor import VideoProcessor

# 视频转码
processor = VideoProcessor()
processor.convert('input.mp4', 'output.webm', 
                 video_codec='vp9', audio_codec='opus')

# 视频剪辑
processor.clip('input.mp4', 'output.mp4', start='00:01:30', duration=60)

安装

pip install -r requirements.txt
# 确保系统已安装 FFmpeg
ffmpeg -version

项目结构

media-processor/
├── SKILL.md                 # Skill说明文档
├── README.md                # 完整文档
├── requirements.txt         # 依赖列表
├── scripts/                 # 核心模块
│   ├── video_processor.py   # 视频处理器
│   ├── audio_processor.py   # 音频处理器
│   ├── transcribe_engine.py # 转录引擎
│   └── format_converter.py  # 格式转换器
├── examples/                # 使用示例
│   └── basic_usage.py
└── tests/                   # 单元测试
    └── test_processor.py

运行测试

cd tests
python test_processor.py

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

FFHub FFmpeg Skill

Process video/audio files using FFHub.io cloud FFmpeg API. Use when the user wants to convert, compress, trim, resize, extract audio, generate thumbnails, or...

Registry SourceRecently Updated
3350Profile unavailable
General

Openclaw Video Editor

Pro-Studio v4.0.0. AI-powered background removal, smart subtitle placement, and cinematic LUT presets. The ultimate production suite for high-end video content.

Registry SourceRecently Updated
3961Profile unavailable
General

Transcription

Transcribe audio and video files using the Signal Loom AI API. Supports MP3, WAV, M4A, MP4, MOV, and more. Runs locally on Apple Silicon for speed and privacy.

Registry SourceRecently Updated
1020Profile unavailable
Automation

Augent

The audio & video layer for agents. 22 local MCP tools. No cloud, no API keys.

Registry SourceRecently Updated
1720Profile unavailable