ffmpeg-static icon indicating copy to clipboard operation
ffmpeg-static copied to clipboard

ffmpeg static binaries for Mac OSX and Linux and Windows

Results 19 ffmpeg-static issues
Sort by recently updated
recently updated
newest added

### ffmpeg-static version [email protected] ### Node.js version v20.10.0 ### operating system and/or environment system: win11 ### What happened? In the current `electron-vite-vue`, both `import` and `require` will throw errors. ![image](https://github.com/eugeneware/ffmpeg-static/assets/77133741/6851c5f6-297e-4374-9b1b-97368a226cb9)...

### ffmpeg-static version 5.2.0 ### Node.js version v16.14.2 ### operating system and/or environment Window ### What happened? Hello, I'm using ffmpeg-static when building Electron with a Windows target. However, the...

bug

ffmpeg 6.1 has been released recently, but there are no prebuilt binaries yet. - [announcement](https://www.ffmpeg.org/index.html#pr6.1) - [download section](https://www.ffmpeg.org/download.html#release_6.1) - [git tag](https://git.ffmpeg.org/gitweb/ffmpeg.git/tag/3cdfac27d3ea06f8719faed48b4ae2e75e94a463) ### ffmpeg - [x] Linux x64 - [x] Linux...

help wanted
dependencies

Would it be possible to keep the ffprobe executable and also export the path to ffprobe ?

enhancement
help wanted

### ffmpeg-static version [email protected] ### Node.js version v18.17.1 ### operating system and/or environment I'm using node js for writing api. ### What happened? I'm trying to extract frames from a...

This adds a pretest script to download both binaries simultaneously before running the tests. Without doing this an error is thrown as the binary doesn't exist. It makes sense to...

`fluent-ffmpeg` uses `FFMPEG_PATH`.

breaking

## 5.1 [git tag](https://git.ffmpeg.org/gitweb/ffmpeg.git/tag/4f3c925bd5e8f253c1dbf57eb9552b92ce0b12d5) ### ffmpeg - [ ] Linux x64 - [ ] Linux x86 - [ ] Linux `arm` - [ ] Linux `arm64` - [x] macOS x64...

dependencies

Hi @eugeneware! As you may know, ffmpeg is built of some libraries (libav*) - which can be useful on their own. I'm currently manually managing libav dependencies in a node...

enhancement