audio-processor

Convert audio formats, sample rates, channels, and segments via FFmpeg.

12|1|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/jiunbae/agent-skills --skill audio-processor
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: audio-processor
Source: https://github.com/jiunbae/agent-skills/tree/main/ml/audio-processor
Command: npx skills add https://github.com/jiunbae/agent-skills --skill audio-processor

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires ffmpeg, jq, and includes scripts (resource) components.

What problem does it solve?

๋‹ค์–‘ํ•œ ์˜ค๋””์˜ค ํฌ๋งท ๊ฐ„ ๋ณ€ํ™˜๊ณผ ์ƒ˜ํ”Œ๋ง/์ฑ„๋„ ๋ณ€ํ™˜์„ ์ผ๊ด€๋˜๊ฒŒ ์ฒ˜๋ฆฌํ•˜๊ณ , ๋ฐฐ์น˜ ์ž‘์—…๊นŒ์ง€ ์ž๋™ํ™”ํ•ฉ๋‹ˆ๋‹ค.

Core Features & Use Cases

  • ํฌ๋งท ๋ณ€ํ™˜: wav, mp3, opus, m4a ๊ฐ„ ์ƒํ˜ธ ๋ณ€ํ™˜
  • ์ƒ˜ํ”Œ๋ ˆ์ดํŠธ ๋ณ€ํ™˜: 8kHz~48kHz
  • ์ฑ„๋„ ๋ณ€ํ™˜: ์Šคํ…Œ๋ ˆ์˜ค/๋ชจ๋…ธ ๋ณ€ํ™˜
  • ์„ธ๊ทธ๋จผํŠธ ๋ถ„ํ• : ๊ณ ์ • ์‹œ๊ฐ„ ๋˜๋Š” ํƒ€์ž„์Šคํƒฌํ”„ ๊ธฐ๋ฐ˜ ๋ถ„ํ• 
  • ๋ฐฐ์น˜ ์ฒ˜๋ฆฌ: ๋””๋ ‰ํ† ๋ฆฌ ๋‚ด ํŒŒ์ผ ์ผ๊ด„ ์ฒ˜๋ฆฌ

Quick Start

์˜ˆ: "์ด ํŒŒ์ผ์„ 16kHz ๋ชจ๋…ธ wav๋กœ ๋ณ€ํ™˜ํ•ด์ค˜"

Frequently Asked Questions about audio-processor

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

FAQPage Schema
How do I convert audio files between different formats like MP3, WAV, and Opus?โ–ผ

Audio format conversion transforms files between wav, mp3, opus, and m4a using FFmpeg automation. The Skill handles the conversion parameters and produces the output file in your target format without manual FFmpeg command construction.

Can I batch process audio files across an entire directory?โ–ผ

Batch processing applies conversion and segmentation operations to all audio files in a directory tree automatically. The Skill processes multiple files and reports results for each, eliminating manual file-by-file handling.

What's the best way to change sample rate and convert stereo to mono audio?โ–ผ

Sample-rate conversion adjusts audio between 8kHz and 48kHz while channel mapping transforms stereo to mono or vice versa. The Skill combines these operations in a single command with configurable defaults for your workflow.

How do I split audio files into segments by time or timestamps?โ–ผ

Audio segmentation divides files into chunks using fixed time intervals or explicit timestamp boundaries. The Skill supports both methods and outputs separate segment files with clear naming for downstream processing.

Do I need to install FFmpeg separately to use audio conversion automation?โ–ผ

FFmpeg is a required dependency for audio conversion and must be installed in your environment. The Skill wraps FFmpeg functionality but does not include it; installation is a prerequisite step before running conversion commands.