-
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
Windows 8 Error #34
Comments
You don't need authorization to raise an issue :) Thanks for the feedback, this is a real bug. Looks like my last changes in the program messed things a little. It looks like an easy fix, I'll see that tonight (in circa 10 hours). |
Thank you so much Zulko for looking into this. You have a great coding skills. I am sure you will fix it easily. |
I think I have solved the problem (at least it works fine on my computer). Try reinstalling the module and tell me if it works. |
Hi Zulko, Thank you very much for your time on this. I am so sorry to say, it is not working. I used same script above and it throwed below output:
Just as a note, previous version were working fine for one video but this version does not work one video file, too. I hope it helps track the bug. Cheers |
Ah, I made a typo just before pushing the code, sorry for that. Could you please try it again (reinstall and retry the same code). There are good chances that it will work now. |
no worries, it stucks at some percentage without throwing any error
can you upload your video files so that i can try and make sure bug is not about my videos and codecs? |
Some people had the same problem with the video generation and it seems that we fixed it. Apparently your problem is now with the audio generation, so I just made similar changes to the audio section of the code, and now there are good chances that it will work. Could you try reinstalling moviepy and rerunning the script ? Thanks for your feedbacks, it's really appreciated. |
hi Zulko, works perfect now. thank you for your time on this. |
Very cool. The program is still young but it is getting better, most bugs come (came ?) from reading and writing video/audio but they are fixed after one another. Have fun. Cheers, |
I am reporting here by Zulko's permission.
http://zulko.github.io/blog/2014/01/23/making-animated-gifs-from-video-files-with-python/#comment-1342388341
I use below code:
If there is only one mp4 in clips folder, script works ok and demos.mp4 created. But if there are two mp4 videos in clips folder, script throws error. Output is below:
Could you look into this please?
The text was updated successfully, but these errors were encountered: