Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Video Filters using JAVACV on Android

Now I wish to perform some video editing tasks on this video and apply filters like Sepia, Gray-scale etc to the video file. It would be great if I could apply the selected filter to the camera capture or the SurfaceView bound to the camera object(The Preview).

Doing this frame by frame using Android Matrix and Pixel Manipulations will slow down the app considerably. So I assume there must be some existing JAVACV methods which can help me in Video Editing.

Can some help me out with this? Any kind of input is most welcome. This is my first project with this library(JAVACV in android) so please bear with me.

Video Filters using JAVACV on Android

I have integrated JavaCV into android and I am currently able to record a video using FFmpegFrameRecorder. This implies to me that I have successfully integrated JavaCV into my application.

Now I wish to perform some video editing tasks on this video and apply filters like Sepia, Gray-scale etc to the video file. It would be great if I could apply the selected filter to the camera capture or the SurfaceView bound to the camera object(The Preview).

Doing this frame by frame using Android Matrix and Pixel Manipulations will slow down the app considerably. So I assume there must be some existing JAVACV methods which can help me in Video Editing.

Can some help me out with this? Any kind of input is most welcome. This is my first project with this library(JAVACV in android) so please bear with me.

click to hide/show revision 3
retagged

updated 2014-04-21 02:51:43 -0600

berak gravatar image

Video Filters using JAVACV on Android

I have integrated JavaCV into android and I am currently able to record a video using FFmpegFrameRecorder. This implies to me that I have successfully integrated JavaCV into my application.

Now I wish to perform some video editing tasks on this video and apply filters like Sepia, Gray-scale etc to the video file. It would be great if I could apply the selected filter to the camera capture or the SurfaceView bound to the camera object(The Preview).

Doing this frame by frame using Android Matrix and Pixel Manipulations will slow down the app considerably. So I assume there must be some existing JAVACV methods which can help me in Video Editing.

Can some help me out with this? Any kind of input is most welcome. This is my first project with this library(JAVACV in android) so please bear with me.