-
Notifications
You must be signed in to change notification settings - Fork 895
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
FileNotFoundError: [WinError 2] The system cannot find the file specified #845
Comments
Try |
If I try this:
I get:
I was running into the same thing as OP...really not sure what is going on as it all seems to be good until this point. |
Ok, so I found the issue and it is user error. |
Take the ffmpeg.exe file and put it in the python environment which has python.exe it will work |
I've imported ffmpeg-python and had the error but i tried installing ffmpeg as well but the issue still persists. I have the input file in the same directory as the python file so it should be able to find it? I even pasted in the whole directory but it still didn't work.
I've looked at posts on here with the same issue but the solutions they gave were either not descriptive enough, confusing, or didn't work. I am extremely new to python, programming and computers in general so maybe i don't understand things people say on here
Here is my code currently:
The text was updated successfully, but these errors were encountered: