-
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
Unwanted skewing and distorting using ffmpegframerecorder #1143
Comments
Would you have some code snippet to reproduce that?
|
|
How do you create a "proccessedFrames"? |
I have some Bitmaps that using this yo convert them: |
Could you explain how to create one of those problematic Bitmap? |
I make them by some basic operation like canvas.drawBitmap() and etc... |
and also i don't think it is related to |
Yes, I think it's an issue with AndroidFrameConverter, but I won't be able to solve this unless I am able to reproduce this issue here. You're still not giving me anything to create such a Bitmap. |
Thanks! And how do I load this image to cause this issue? |
In any case, I probably found the cause. This should be fixed with commit 531220d. |
Hello again, |
Looks like your image has an alpha channel, you'll need to deal with it.
|
but It does not have alpha channel.. |
Even if your file doesn't have one Android uses RBGA so there is an alpha
channel that gets added.
|
so what is the problem with having alpha channel , though the pixels are fully colored. |
I checked my code, and I fund this problem is not related to your library ... thanks |
The skewing issue with AndroidFrameConverter is now fixed with JavaCV 1.5. |
….convert(Bitmap)` (issue bytedeco#1143)
I am using ffmpegframerecorder to record Bitamps that converted to Frame Object.
![capture](https://user-images.githubusercontent.com/18720898/53331501-4e6f1300-3906-11e9-96de-5655c883d39a.PNG)
for some Bitmap sizes mostly near to square sizes the out put is skewd... (but for some others there is no problem)
is there any way to solve it?
The text was updated successfully, but these errors were encountered: