ffbinaries/ffbinaries-node

Binaries for windows are failing

Opened this issue · 0 comments

I am trying to use ffprobe to parse my files for processing but they return a file error, same goes for ffmpeg.
When i overwrite the executables with my regular ffmpeg it works like it's supposed to.

The executables downloaded by this package are half the size of my ffmpeg executables.

ffbinaries-node ffmpeg.exe: 67,081,216 bytes
ffbinaries-node ffprobe.exe: 6,993,152 bytes

Official ffmpeg.exe: 94,240,768 bytes
Official ffprobe.exe: 94,134,272 bytes

Source: https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2021-04-21-12-38/ffmpeg-n4.4-5-ge3fb0f0c88-win64-gpl-4.4.zip

The results from the linux executables are as expected.