Video Editing For Android

2.1k Views Asked by At

i want to build a app having video editing feature.

These are what I need:

  • Mix a new sound track(mp3) into a mp4.
  • Adjust sound volume proportion for original mp4 sound track and the new sound track.
  • Generate mp4 from images.
  • Remove some frames from mp4.

I've found FFMEPG but it's quite complicated. Is there a easier one?

2

There are 2 best solutions below

5
On BEST ANSWER

1.Mix a new sound track into a mp4.

2.Adjust sound volume proportion for original mp4 sound track and the new sound track.

--> Use MP4Parser for adding and removing audio tracks.

checkout this link http://code.google.com/p/mp4parser/

3.Generate mp4 from images.

4.Remove some frames from mp4.

--> Use JCodec to get all frames from mp4 or create mp4 from frames,

checkout this link http://jcodec.org/index.html

0
On

I think you are looking for JavaCv which wrapps OpenCV, FFmpeg, libdc1394, PGR FlyCapture, OpenKinect, videoInput, ARToolKitPlus, and flandmark. You can easily create video editing application using this.