Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Basically I want to develop trim/cut and merge/join video app in android. Searched some libraries like mp4parser , Intel INDE for mobile and FFmpegg, but haven't get proper help from it. So Please tell me how can I start or suggest me some sample code related to this. I will be really thankful.

What I have tried:

I have searched many libraries samples and run on android but not getting exactly output that's what I am looking for.
Posted
Comments
Richard MacCutchan 13-Feb-16 9:15am    
This is the Quick Answers forum; it is unlikely that anyone can answer such a question. You need to do more research into Video handling in Android. Yes, I know that is not very helpful, but you need to have a very good understanding of video files and how to read and write them, in order to devlop such an application.

1 solution

Go with mp4 parser of google compile 'org.mp4parser:isoparser:1.9.27'
Otherwise if your input video and audio are of different formats(other than mp4) and there are other things needed such as speed up, video resolution normalization, go with ffmpeg android library. GitHub - tanersener/mobile-ffmpeg: FFmpeg for Android, iOS and tvOS[^]

Use LTS version of ffmpeg library to support from 16 and above android api level
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900