-
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
Error with write_videofile #727
Comments
@wgaylord could you share the error traceback with proper formating (i.e, as code, so it preserve right indentation). It's very hard to read in this way, and make very difficult to help you |
@mgaitan I’ve edited the original post to properly format the code. Thank you for trying to help! |
are you sure there is only images on that directory? could you debug it? |
What else do you need me to debug? I have no other information and yes I am sure they are all images.
This was not a problem when I used 32-bit python last year. But now it’s not working now that I am on a new computer with 64-bit python.
… On Apr 16, 2018, at 3:29 PM, Martín Gaitán ***@***.***> wrote:
are you sure there is only images on that directory? could you debug it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
For instance, which are the values
on ipython, you can enter in a postmortem debugger after running anyway, this seems to be a duplicated of #219 , and what I guessed is that it could be a hidden file like a ".DS_store"`in the same directory, and somebody point that here #219 (comment) |
@wgaylord Did you manage to solve the issue? Was it indeed a duplicate of the other issue mentioned (above)? |
(Looking to label/close this if it's a dupe.) |
Well as I can’t give you more information. I say close this. As I have used it on other images. Still can’t get it to work on those images even when I move them to another folder. |
Yes I realize there are two other issues about this but none of the issues seem to have answers.
This was executed in a directory containing 694 .jpg files. Could this be because my system is using a 64-bit install of python and imageio install a 32-bit version of ffmpeg? (When I ran the function to install ffmpeg it had 32 in its name.)
More information.
Windows 10 64-bit
Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:53:40)
The text was updated successfully, but these errors were encountered: