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
When i run the script i got this error:
MoviePy - Writing audio in Eden - Derivakat [OFFICIAL M/V].mp3 Exception ignored in: <function FFMPEG_AudioWriter.__del__ at 0x0000022C93AB77E0> Traceback (most recent call last): File "C:\Users\3D\AppData\Local\Programs\Python\Python311\Lib\site-packages\moviepy\audio\io\ffmpeg_audiowriter.py", line 132, in __del__ self.close() File "C:\Users\3D\AppData\Local\Programs\Python\Python311\Lib\site-packages\moviepy\audio\io\ffmpeg_audiowriter.py", line 121, in close self.proc.stdin.close() OSError: [Errno 22] Invalid argument
Update: I got this error after updating the libraries:
from moviepy.editor import * ModuleNotFoundError: No module named 'moviepy.editor'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When i run the script i got this error:
Update: I got this error after updating the libraries:
The text was updated successfully, but these errors were encountered: