-
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
V1.5.6 FFmpegFrameGrabber could not grab frames: avcodec_send_packet() error -1094995529 #1679
Comments
Does it work "correctly" if you ignore that error and just keep grabbing? |
yes, it works if I ignore that error. |
I "fixed" it for video codecs because I didn't have any failing examples for audio codecs, but it looks like we'll need to do the same for audio codecs, yes. |
👍 thank you Do you plan to fix it soon? or we have to wait util the next release? |
Already done in commit f145bf7. |
👍 |
The fixes for these regressions have been released with JavaCV 1.5.7. Please let me know if you're still having issues with this though, and thanks to you for helping out! It's very much appreciated. |
Thanks you for your working hard to release v1.5.6. I tested and found an issue:
Ver 1.5.6 (release version)
Issue: FFmpegFrameGrabber.grab could not grab frames
Test code:
Output:
OS: Mac and Centos
Test video:
t.mpg.zip
The text was updated successfully, but these errors were encountered: