-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
"Bad File Descriptor" when creating VideoFileClip #61
Comments
Thanks for the report. I have no idea what can cause this, but by googling around it seems that it is MacOS-related. Could you try to just comment away that line and reinstall ? If the program runs properly after this, I'll add a condition to skip that line on Macs. |
Could you also try VideoFileClip("some_file.mp4", audio=False) just to be sure that the problem is not just with the audio ? |
Commenting out that line and reinstalling seems to have worked, and the clip.audio was present. |
Thanks, I'll try to correct that in the next commits. Cross-platform pipe operations are really a pain. |
I think it is now fixed in the github version. If you have the occasion, give it a try and tell me if it works for you. |
The current repo version worked without any modification. |
Cool. Thanks for the feedback. |
There's another flush call that threw an error on my system: Commenting out this line fixed the problem. |
Hello,
I'm using moviepy 0.2.1.8.10 on OS X 10.7.5 with python 2.7.8
Executing:
always throws a
IOError: [Errno 9] Bad file descriptor
at
moviepy-0.2.1.8.10-py2.7.egg/moviepy/audio/io/readers.py
I've attached a screenshot of the traceback, in case it's useful.
Any idea why this error is occurring?
The text was updated successfully, but these errors were encountered: