android decoding video frame not displayed properly - interlacing problem?
I am beginner in android. I am working on porting ffmpeg to android and i am able to display the picture, which looks really odd. I am providiing the links to pictures please advice me what really went wrong in my case.
In the native code I call sws_scale function to convert image from native format to rgb 565 and I use this rgb565 frame to be displayed using canvas and bitmap in java code.
I am guessing this is interlacing problem, but not sure. Need su开发者_如何学运维ggestions . Please help.
How are you calling ffmpeg? I definitely agree that its an interlacing issue. Can you just pass deinterlace
to it?
精彩评论