Ask Your Question

Namrata's profile - activity

2014-11-22 12:58:37 -0600 received badge  Student (source)
2014-09-04 06:29:31 -0600 commented question How to apply effects to video stored in sdcard in android

Ok thanks berak.. No I am looking for video not image..

2014-09-04 05:28:46 -0600 asked a question How to apply effects to video stored in sdcard in android

Can somebody please let me know whether OpenCv can be used for applying effects like greyscale, sepia, emboss, sharpness, increase or decrease brightness etc to a video retrieved from sdcard in android. It would be a great help if somebody could help me out with some sample code if it's possible as I am new to OpenCV. Thanks in advance.

2014-09-03 23:49:43 -0600 commented answer Video Processing in Android

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

2014-09-03 07:19:42 -0600 received badge  Necromancer (source)
2014-09-03 03:20:59 -0600 answered a question Video Processing in Android

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.