ffprobe-baron
v2.0.3
Published
Downloads the ffprobe binary for use in npx scripts
Downloads
12
Readme
ffprobe-baron
Downloads a platform-specific static ffprobe binary for use in npm/npx scripts
- Downloads the latest version of ffprobe
- Downloads from https://www.osxexperts.net for darwin platform
- Downloads from https://ffbinaries.com/api/v1/version/latest for other platforms
"scripts": {
"dev": "cross-env FFPROBE_PATH=./node_modules/.bin/ffprobe ..."
"ffprobe:version": "ffprobe -version",
"ffprobe:tags": "ffprobe -show_format -print_format json music.mp3"
}