extract-audio

Extract audio streams from video files using FFmpeg and FFprobe.

270|16|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/gupsammy/Claudest --skill extract-audio-gupsammy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: extract-audio
Source: https://github.com/gupsammy/Claudest/tree/main/plugins/claude-content/skills/extract-audio
Command: npx skills add https://github.com/gupsammy/Claudest --skill extract-audio-gupsammy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill allows users to extract audio tracks from video files, enabling them to save audio in various formats for different purposes like music, podcasts, or editing.

Core Features & Use Cases

  • Audio Extraction: Separates audio streams from video content.
  • Format Conversion: Supports conversion to multiple audio formats (FLAC, MP3, AAC, WAV).
  • Quality Control: Offers options for lossless or perceptually lossless audio, and specific bitrates for speech.
  • Use Case: You have a lecture video and want to save just the audio for offline listening. This skill can convert the video into an MP3 or AAC file.

Quick Start

Use the extract-audio skill to save the audio from the attached video file as an MP3.

Frequently Asked Questions about extract-audio

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

FAQPage Schema
How do I extract audio from a video file using FFmpeg?

To extract audio from a video file using FFmpeg, this skill isolates the audio streams and converts them into formats like MP3, AAC, FLAC, or WAV with options for quality control and specific codec selection.

Can I convert video to MP3 for offline listening?

Yes, you can convert video to MP3 for offline listening. This skill extracts the audio stream from video files and saves it as an MP3, making it suitable for lectures, podcasts, or music tracks.

Does this tool support extracting multiple audio streams from a single video?

Yes, extracting multiple audio streams is supported. The skill uses FFprobe to analyze video files and can map either specific audio streams or all available audio streams during the extraction process.

What is the best way to get lossless audio from a video file?

The best way to get lossless audio from a video file is using this skill's quality control options, which support lossless or perceptually lossless audio extraction into FLAC or WAV formats.

How do I extract a specific bitrate for speech from a video soundtrack?

You can extract a specific bitrate for speech from a video soundtrack by using this skill's quality control options, which allow specific bitrate configurations during the audio extraction and conversion process.