We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
pip install moviepy
sudo apt install ffmpeg
Sorry, something went wrong.
In case you're using brew on an m-series mac and having trouble fixing, here's what I did:
brew install ffmpeg@4
/opt/homebrew/Cellar/ffmpeg@4/4.4.4/bin/ffmpeg
.env
FFMPEG_BINARY="/opt/homebrew/Cellar/ffmpeg@4/4.4.4/bin/ffmpeg"
from moviepy.config import * if try_cmd([FFMPEG_BINARY])[0]: print( "MoviePy : ffmpeg successfully found." ) else: print( "MoviePy : can't find or access ffmpeg." )
No branches or pull requests
The text was updated successfully, but these errors were encountered: