
一、下載Releases · blogwy/ffprobe-static-installer解壓gunzip -c darwin-arm64.gz ffprobe二、文件復(fù)制到node_modules/ffprobe-static/bin/darwin/arm64/ffprobe# 3. 設(shè)置權(quán)限 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. 驗證架構(gòu) file node_modules/ffprobe-static/bin/darwin/arm64/ffprobe三、測試執(zhí)行codesign --sign 53DFA9FC3CAC8AC84EA8B216D95F47E04016CD9E --force node_modules/ffprobe-static/bin/darwin/arm64/ffprobe