FFBinaries with promise support, request normalisation and a simplified API.
npm install ffbinaries-extraconst ffBinaries = require("ffbinaries-extra");
ffBinaries.downloadBinaries();
//=> Promise<void>Get the versions of FFBinaries available.
Get the latest version of FFBinaries available.
Type: object
Type: Array<"ffmpeg" | "ffprobe" | "ffserver" | "ffplay">
An array of string values that describes which components to download. If not provided it will default to all components available for the platform.
Type: string
The version of ffmpeg to download.
Type: boolean
Automatically extract downloaded zip files. Defaults to true.
Type: string
The path where the binaries will be downloaded to.
Type: string[]
The platforms supported by FFBinaries.
Type: string
The current platform as detected from the os type and architecture.
