Android natively offers APIs that enable video processing and various video effects. I used some of these APIs already in my previous projects. MediaCodec and OpenGL ES are the main parts that enabled video processing.

I'm planning to use MediaCodec and OpenGL ES also in...

Continue Reading...

deer apple
Android offers multiple solutions for capturing the screen and transferring the captured stream. In this post I would like to show how to do screencast from one Android device to another via USB and WiFi with the help of my Bugjaeger app.

The Bugjaeger app consists of tools used by professio...

Continue Reading...

Android offers various APIs for video encoding, decoding, and editing. In my other posts I already showed some examples on how to use these API's. In this post I would like to extend the information from my previous post and add a new use case - embedding text into existing ...

Continue Reading...

tiger
Android's MediaCodec API offers functionality that allows you to decode and encode video and audio efficiently, possibly also with hardware acceleration.

Used together with OpengGL ES, you get access to powerful APIs for manipulating and editing video files.

In this post I would like...

Continue Reading...

marakech

Playing and recording video is one of the most important features of an Android device. Video now became one of the main ways for spreading information and many times it is the preferred way of presenting educational information before text.

Android offers various APIs that enable video playbac...

Continue Reading...