Open Luca-Blight opened 2 years ago
Depends on what you mean by "work": The ffmpeg
binary that is downloaded into the ffmpeg-static
npm package during installation (via npm install ffmpeg-static
) is just a plain old ffmpeg binary; You can use it like you would use the one provided by your system's package manager (version differences and support of formats aside).
Does that answer your question?
Would this binary file work in a python runtime environment? 3.9 to be specific