-
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
FFmpegFrameFilter does not work. #667
Comments
Are you sure this is caused by newer JavaCV and not newer FFmpeg? How did you confirm?
|
Sorry @saudet . |
Could you also let me know if this happens only on Android? Or does the same thing happen on other platforms as well? |
Unfortunately, I could not tested it on other platforms. If I'm going to test on a different platform, I'll comment. ps. I can not speak English well and it may be awkward sentences or rude. I apologize. |
Your English is fine, don't worry :) I'm not expecting you to fix this by yourself, but it would help to get more information, so please post anything you find. Thanks a lot! |
Yes, I will. |
@ninyess have you found any solution? I am strugling to implement video filter using image overlay. |
Hi @JoaoNH. Sorry for the delay. |
It still does not work!! |
I've just released JavaCV 1.4, which is based on FFmpeg 3.4.1. Does the issue persist? If it does, could someone please report this bug upstream so they can fix it? Thanks! |
It does not work yet. It seems to be a problem with ffmpeg commands rather than javacv. |
I get the same issues after upgrade to newest version. Did someone fix it? |
This is most likely a duplicate of issue #887. Use version 1.4.1-SNAPSHOT and call something like this: recorder.record(filteredFrame, frameFilter.getPixelFormat()) |
Hi @saudet, I did not get version 1.4.1-SNAPSHOT.
Error:Failed to resolve: org.bytedeco:javacv:1.4.1-SNAPSHOT Btw, Can I add a png Mat to another Mat? |
OpenCV doesn't support alpha channels. Use Java 2D, or in your case Android Graphics. |
This has actually been fixed with commit 35dd7f8 so please give it a try with JavaCV 1.4.2-SNAPSHOT: http://bytedeco.org/builds/ |
Still cares thank you for this issue. |
Hi @saudet!
I have a problem...again.
FFmpegFrameFilter does not work in javacv 1.3.2.
my source
I tested with the same environment, the same code, and only changed the version of javacv.
version 1.2
https://www.youtube.com/watch?v=1ZUOEXSLWQY
version 1.3.2
https://www.youtube.com/watch?v=ZQbA8G7QCVI
Thanks.
The text was updated successfully, but these errors were encountered: