feat: 完成 ffmpeg 音频提取节点

This commit is contained in:
cat-shark
2026-08-08 21:04:19 +08:00
commit 472c8b4311
9 changed files with 555 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# WOV FFmpeg Node
从视频/音频提取标准化音频,供 ASR 节点使用。
## 输入
- `video_uri`:输入媒体文件。
- 参数:`sample_rate``channels`
## 输出
- `audio_uri`:提取后的 WAV 文件。
## 跨平台
- Windows 和 Linux 均支持。
- 优先使用 `FFMPEG_BIN`,其次 PATH 中的 `ffmpeg`,最后使用 `imageio-ffmpeg` 内置二进制。
- 不写死 ffmpeg 路径。