-
Notifications
You must be signed in to change notification settings - Fork 437
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
ffmpeg not being picked up from current working directory #146
Comments
Copy to |
Hmm, that should have worked, i need to take a look at our code and check why it doesn't pick up ffmpeg binaries from project root. Meanwhile try to symlink to |
it works with the simlink |
Amended title to reflect the underlying problem. |
This issue is not present on Windows 10 (and I will take a guess and say also the previous Windows, since execSync uses cmd) |
One workaround I found is to copy the file into one of the folders in $PATH. |
It's faster but of course you need brew installed. |
This bug it's replicable on windows using git-bash |
On *nix we could try to search the local folder for the exe and set a flag if so |
I am experiencing this, Win10. I'm not the greatest with npm so I did not get this resolved. I simply dropped ffmpeg binary into the folder - - this application worked wonders after that. |
Hi @lukaarma , New Here Thanks for the help, I get different error , tried all suggested actions above, still get the same error, regardless of how I install ffmpeg and of the terminal I use [FATAL ERROR] The FFmpeg version currently installed is too old! Any ideas please? |
Put ffmpeg.exe in your PATH, Run -> sysdm.cpl -> Advanced System Settings -> Advanced. You can check by typing ffmpeg in your terminal from any directory. Also don't use that MINGW64 terminal host as it's going to bring you trouble. Use cmd.exe or Windows Terminal. |
hello, I have the error that he cannot find the ffmpeg file on macos. I have already copied them to every conceivable place, unfortunately none. Unfortunately, the same error message always appears.
I use Macos 10.15.4 latest ffmpeg version.
FFmpeg is missing!
Destreamer requires a fairly recent release of FFmpeg to download videos
The text was updated successfully, but these errors were encountered: