refactor(video-pipeline): 用 music-metadata 替换 ffprobe 测量音频时长

ffprobe 在 Mac 上有路径/权限兼容性问题,改用纯 JS 的 music-metadata
实现跨平台音频时长测量,零外部依赖。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-02 14:58:37 +08:00
parent 6097a809bf
commit 3e79e46041
3 changed files with 221 additions and 12 deletions

5
package.json Normal file
View File

@@ -0,0 +1,5 @@
{
"dependencies": {
"music-metadata": "^11.12.3"
}
}