eugeneware / ffmpeg-static

ffmpeg static binaries for Mac OSX and Linux and Windows
GNU General Public License v3.0
1.11k stars 182 forks source link

Python Runtime Environment? #111

Open Luca-Blight opened 2 years ago

Luca-Blight commented 2 years ago

Would this binary file work in a python runtime environment? 3.9 to be specific

derhuerst commented 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?