·audio-extract
*

audio-extract

agntswrm/agent-media

从视频文件中提取音轨。当您需要从视频中获取音频、准备转录音频或将音频与视频内容分离时使用。在本地运行,无需 API 密钥。

8安装·0热度·@agntswrm

安装

$npx skills add https://github.com/agntswrm/agent-media --skill audio-extract

SKILL.md

Extracts the audio track from a video file. This is a local operation using the bundled ffmpeg binary - no API keys or external services required.

| --in | Yes | Input video file path or URL (supports mp4, webm, mkv, avi, mov) | | --format | No | Output audio format: mp3 (default) or wav | | --out | No | Output path, filename or directory (default: ./) |

Since transcription services work best with audio files (smaller uploads, faster processing), use this workflow:

从视频文件中提取音轨。当您需要从视频中获取音频、准备转录音频或将音频与视频内容分离时使用。在本地运行,无需 API 密钥。 来源:agntswrm/agent-media。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/agntswrm/agent-media --skill audio-extract
分类
*创意媒体
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 audio-extract?

从视频文件中提取音轨。当您需要从视频中获取音频、准备转录音频或将音频与视频内容分离时使用。在本地运行,无需 API 密钥。 来源:agntswrm/agent-media。

如何安装 audio-extract?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/agntswrm/agent-media --skill audio-extract 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/agntswrm/agent-media