How to Overcome the Electronjs Ffmpeg DLL Not Found Error: A Beginner’s Guide


Electronjs ffmpeg DLL Not Found Error representation

Here in this article we present how the Electronjs ffmpeg DLL not found error arise as well as the simple solution to it.

Triggering the Electronjs ffmpeg DLL not found error

Recently, I wanted to use Electronjs for developing cross-platform desktop apps. Then, I released the first version of my app in the form of executables by using the following command.

npm run make

I copied the output executable into the production environment and tried to run the application.

The following error popped up in two different environments:

How to Overcome the Electronjs Ffmpeg DLL Not Found Error: A Beginner's Guide ffmpeg DLL,Electronjs ffmpeg dll error,ffmpeg dll error,electronjs dll not found
The ffmpeg.dll not found error.

The Solution

Then, I realised I was using the wrong executable. I had used the executable in the folder named with my application rather than the one inside of the make folder.

The problem is solved when I set up the right executable in my production environments.

How to Overcome the Electronjs Ffmpeg DLL Not Found Error: A Beginner's Guide ffmpeg DLL,Electronjs ffmpeg dll error,ffmpeg dll error,electronjs dll not found
Use the executable inside of the out folder rather than the application-specific folder.


One response to “How to Overcome the Electronjs Ffmpeg DLL Not Found Error: A Beginner’s Guide”

Leave a Reply to Create Js Desktop App Using ElectronJs – Ktpql Cancel reply

Your email address will not be published. Required fields are marked *