Binaries for ffprobe (Ubuntu Linux). The binaries are installed using apt-get inside a fixed Docker image that Google Cloud Run functions use (us-central1-docker.pkg.dev/serverless-runtimes/google-22/runtimes/nodejs18@sha256:023bea2a56aa1a5dfb6b760a79754f
npm install google-cloud-run-node18-ffprobe-staticThis package bundles both built binaries and extra libraries in an npm package to be able to run ffprobe in a Google Cloud Run Node.js based serverless runtime.
In order for the binary to find required libraries not available by default in the Google Cloud Run Node.js runtime, we also need to supply LD_LIBRARY_PATH pointing to the lib directory of this module.
The contents of this package were retrieved using apt-get install ffprobe in us-central1-docker.pkg.dev/serverless-runtimes/google-22/runtimes/nodejs18@sha256:023bea2a56aa1a5dfb6b760a79754facfa2567f328c114abb3b892cc8230b2e8. Compatibility with other environments is not guaranteed.