Video Filters using JAVACV on Android [closed]

asked 2014-04-21 02:49:25 -0600

Eu. Dr. gravatar image

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

berak gravatar image

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.

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by Andrey Pavlenko
close date 2014-04-23 07:46:07.978697

Comments

1

unfortunately, this is not the javacv website

berak gravatar imageberak ( 2014-04-21 02:53:42 -0600 )edit

@break can you please be a bit more helpful? I do not think it is illegal to ask a JAVACV related question on a OpenCV Site.

Eu. Dr. gravatar imageEu. Dr. ( 2014-04-23 02:27:06 -0600 )edit

sorry, i did not mean that at all. i only wanted to dampen your expectation here

berak gravatar imageberak ( 2014-04-23 02:32:30 -0600 )edit