-
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
something went wrong with the audio writing, Exit code 1 #10
Comments
I am experiencing a similar issue
|
I am also experiencing the same issue.
It makes no difference how large I make the buffersize or how small the fps. Any ideas? |
Thanks you three for the feedback.
This is because
@willperkins : I would need some more details, but my guess is that your issue (and its current solution) would be the same as for karpitsky. @jamiewannenburg : strange bug, maybe not related to the other's. I will see what I can do. How long lasts your sound ? |
Hi @Zulko, thanks for the reply. I think you are right. The largest file is around 3min HD footage. I am trying to automate the batch syncing and editing of a gopro camera array for a bullet time effect. I want to get the audio of at least two files into numpy arrays so I can do a Edit1:
Google pointed me to http://bugs.python.org/issue14252 . So I thought the subprocess was already terminated when the error gets raised, and therefore there would be no harm in excepting a Edit2: |
@karpitsky @willperkins I think I have fixed this bug (only on Github, didn't push to Pypi yet). You'll tell me. |
thanks @Zulko . I can update and test again. As a workaround, I found that if I worked with a smaller segment of the movie, I didn't encounter the error. The original movie I was editing is about 4 minutes long. |
@karpitsky @willperkins @jamiewannenburg |
@Zulko this fixed the issue for me. Thanks for the update! |
This is old, many things changed since then. I'm closing the issue. Open a new one if you still have problems. |
My video file http://d.pr/v/dAcW
Open and save:
Open and create a subclip:
And the new video file is crashed.
The text was updated successfully, but these errors were encountered: