homebridge/ffmpeg-for-homebridge

unable to run ffmpeg on windows 10 - 32 bit

Faisalthe01 opened this issue · 3 comments

Describe The Bug:
i have downloaded the ffmpeg.exe for windows 10 from your download page but it seems to not supported. I believe it says that it would work on 32 Bit system but when i run it, it says

ffmpeg output:

This version of C:\ffmpeg\bin\ffmpeg.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.

Screenshots:
Capture

Environment:

  • Operating System: Windows 10 Pro - 32 Bit
oznu commented

See https://github.com/homebridge/ffmpeg-for-homebridge#supported-platforms

Only x86_64 Windows systems are supported by this project. You can still compile and or install ffmpeg from another source and use that instead.

See https://github.com/homebridge/ffmpeg-for-homebridge#supported-platforms

Only x86_64 Windows systems are supported by this project. You can still compile and or install ffmpeg from another source and use that instead.

Hey mate. Thanks for getting back. Would you know any easy way to compile the ffmpeg?

oznu commented

Not on Windows - the script used to generate the x64 binary is no longer working and Windows development is not my strong point.