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
Running the Installation cell, I get the following error: ModuleNotFoundError Traceback (most recent call last) in 24 25 # Utility functions ---> 26 import ffmpeg 27 28 def encode_audio(video_path, audio_path, output_path):
ModuleNotFoundError: No module named 'ffmpeg'
The text was updated successfully, but these errors were encountered:
same
Sorry, something went wrong.
its solved ,use !pip3 install ffmpeg-python
!pip3 install ffmpeg-python
No branches or pull requests
Running the Installation cell, I get the following error:
ModuleNotFoundError Traceback (most recent call last)
in
24
25 # Utility functions
---> 26 import ffmpeg
27
28 def encode_audio(video_path, audio_path, output_path):
ModuleNotFoundError: No module named 'ffmpeg'
The text was updated successfully, but these errors were encountered: