androidvideo

Video Editing For Android


i want to build a app having video editing feature.

These are what I need:

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


Solution

  • 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