Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm start failed with 'Could not find ffmpeg executable' #28

Open
ttran-harborobjects opened this issue Aug 13, 2021 · 1 comment
Open

Comments

@ttran-harborobjects
Copy link

Hi,

When I try to start this (on Windows), it gives me this error
'Could not find ffmpeg executable, tried "' + npm3Binary + '" and "' + npm2Binary + '"'

During install, I got a warning
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @ffmpeg-installer/darwin-x64@4.0.4 (node_modules@ffmpeg-installer\darwin-x64);

Do you know what I may have done wrong or why I get this error?

Thanks,
ttran

@alibabayev0
Copy link

alibabayev0 commented Dec 3, 2021

Hi @ttran-harborobjects,
Your os platform does not releated to the platform, you should follow:

  1. npm install
  2. npm install --save @ffmpeg-installer/ffmpeg
  3. npm run dev (for windows)

Note: the main reason you did not install ffmpeg.
I hope it will work for your problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants