@anzhen9/ffprobe-static-v5-darwin-arm64
v5.2.8
Published
ffprobe static binary (darwin-arm64).
Readme
ffprobe-static-v5-darwin-arm64
平台专用子包,包含 macOS (darwin) + arm64 的静态 ffprobe 二进制。
用法
// 推荐:通过主包使用,主包会优先使用已安装的子包
const ffprobe = require('ffprobe-static-v5');
console.log(ffprobe.path);
// 或者直接引用子包
const ffprobeDirect = require('@anzhen9/ffprobe-static-v5-darwin-arm64');
console.log(ffprobeDirect.path);二进制位置
包内二进制位于 bin/ffprobe。
许可证
MIT
仓库
https://gitee.com/anzhen9/ffprobe-static-v5
