First time here? Check out the FAQ!

Ask Your Question
0

Video Processing in Android

asked Jun 3 '14

Deep12 gravatar image

updated Jun 3 '14

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.

Preview: (hide)

2 answers

Sort by » oldest newest most voted
2

answered Jun 3 '14

Moster gravatar image

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

Preview: (hide)

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 (Jun 3 '14)edit

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

Moster gravatar imageMoster (Jun 4 '14)edit

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

chidi gravatar imagechidi (Nov 15 '16)edit
1

answered Sep 3 '14

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.

Preview: (hide)

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 (Sep 3 '14)edit

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

Namrata gravatar imageNamrata (Sep 4 '14)edit

Question Tools

Stats

Asked: Jun 3 '14

Seen: 2,830 times

Last updated: Sep 03 '14