audio-extract

Extract and encode audio from video files into MP3, AAC, WAV, FLAC, or OGG formats.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/maxgent-ai/maxgent-plugin --skill audio-extract
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audio-extract
Source: https://github.com/maxgent-ai/maxgent-plugin/tree/main/skills/audio-extract
Command: npx skills add https://github.com/maxgent-ai/maxgent-plugin --skill audio-extract

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

从视频文件中提取音频,支持输出为 MP3、AAC、WAV、FLAC、OGG 等格式,简化多媒体工作流。

Core Features & Use Cases

  • 支持多种输出格式,并在需要时自动检测音频参数并给出选项。
  • 交互式设置:通过 AskUserQuestion 收集输出格式、比特率、声道等偏好。
  • 批量处理与自动化:可在批量视频中批量提取音频,提升工作效率。

Quick Start

Provide the input video path and your preferred output format to start extracting audio.

Frequently Asked Questions about audio-extract

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

FAQPage Schema
How do I extract audio from a video file to MP3 or WAV?

To extract audio from a video file, provide the input video path and your preferred format. The tool encodes audio from video files to MP3, AAC, WAV, FLAC, or OGG with configurable quality and channel options.

Can I batch extract audio from multiple videos at once?

Yes, you can batch extract audio from multiple videos at once. The batch-processing capability automates audio extraction across several video files, significantly improving workflow efficiency for multimedia tasks.

What audio formats can I convert video audio into using ffmpeg?

Using ffmpeg, you can convert video audio into MP3, AAC, WAV, FLAC, and OGG formats. The process automatically detects audio parameters and offers configurable bitrates and channel options.

Does the video-to-audio extraction process validate input files?

Yes, the video-to-audio extraction process includes input validation. It guides you through verifying the input file and uses interactive prompts to collect your output format, bit rate, and channel preferences.

Are there configurable quality settings for audio extraction?

Yes, there are configurable quality settings for audio extraction. During the extraction process, you can specify your preferred bit rate and channel configuration to ensure the output meets your audio encoding requirements.

What is the best way to automate audio extraction in a multimedia workflow?

The best way to automate audio extraction in a multimedia workflow is using batch processing with ffmpeg. This approach extracts and encodes audio to specified formats while validating inputs and verifying outputs automatically.