Ask Your Question
0

Video Processing in Android

asked 2014-06-02 23:48:06 -0600

Deep12 gravatar image

updated 2014-06-03 01:44:32 -0600

Moster gravatar image

Hello, I want to create on application through which user can process on Video, means Video splitting, merging and editing. I have studied that using OpenCV, we can do this easily in android

I have already install OpenCV in my system withing Eclipse.

So, Can you please tell me how can i achieve my goal?

Thanks in advance.

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
2

answered 2014-06-03 01:45:09 -0600

Moster gravatar image

No, you cannot. Opencv does not support reading/writing videos on android (yet).

edit flag offensive delete link more

Comments

Ok...Thanks. Can you please tell me any other way through which i can achieve this?? Is there any other library for video processing in android?

Deep12 gravatar imageDeep12 ( 2014-06-03 01:50:25 -0600 )edit

No, sorry. I never messed with videoediting on android. Isnt there an android API for that?

Moster gravatar imageMoster ( 2014-06-04 00:56:26 -0600 )edit

You can actually use opencv on android. Opencv has an android api

chidi gravatar imagechidi ( 2016-11-15 09:28:03 -0600 )edit
1

answered 2014-09-03 03:20:59 -0600

Namrata gravatar image

Hi Deep12, You can opt for mp4Parser library, here is a very nice tutorial given for it : Video Editing. But be careful it does have some issues. Please don't include isoviewer library as I got myself work without it. There is also another link Video Trimmer if you can understand. And there is one more library called 'ffmpeg' available for this purpose but I could not find any workable code for it.

edit flag offensive delete link more

Comments

I would disencourage the ffmpeg way ... its a start of many errors and headaches. But go ahead with all the rest.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-09-03 07:20:24 -0600 )edit

Yes Steven, I agree with you ffmpeg is full of headaches..Even I didn't prefer it..

Namrata gravatar imageNamrata ( 2014-09-03 23:49:43 -0600 )edit

Question Tools

Stats

Asked: 2014-06-02 23:48:06 -0600

Seen: 2,502 times

Last updated: Sep 03 '14