一、下载Releases · blogwy/ffprobe-static-installer

二、文件复制到:node_modules/ffprobe-static/bin/darwin/arm64/ffprobe
# 3. 设置权限
chmod 755 node_modules/ffprobe-static/bin/darwin/arm64/ffprobe
# 4. 对下载的文件移除隔离属性
xattr -d com.apple.quarantine node_modules/ffprobe-static/bin/darwin/arm64/ffprobe
# 5. 验证架构
file node_modules/ffprobe-static/bin/darwin/arm64/ffprobe
三、测试执行
codesign --sign "53DFA9FC3CAC8AC84EA8B216D95F47E04016CD9E" --force node_modules/ffprobe-static/bin/darwin/arm64/ffprobe