Mp4Composer-android icon indicating copy to clipboard operation
Mp4Composer-android copied to clipboard

This library generate an Mp4 movie using Android MediaCodec API and apply filter, scale, trim, transcode, crop, timeScale, mute and rotate Mp4.

Results 35 Mp4Composer-android issues
Sort by recently updated
recently updated
newest added

Is it possible to add support for multiple datasources and combine them into a single output?

enhancement

How do I extract an audio mp3 file from a video using this lib

I am adding watermark in video using this library, it is working fine in some devices but it takes very long processing time for some of the devices.

How to add image to video ?

working fine on other devices but raising this issue on infinix device Unable to compose the engine java.lang.IllegalArgumentException at android.media.MediaCodec.native_configure(Native Method) at android.media.MediaCodec.configure(MediaCodec.java:2127) at android.media.MediaCodec.configure(MediaCodec.java:2043) at com.daasuu.mp4compose.composer.VideoComposer.setUp(VideoComposer.java:78) at com.daasuu.mp4compose.composer.Mp4ComposerEngine.compose(Mp4ComposerEngine.java:124) at...