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

GlLutFilter.java seems to be exactly as GlLookUpTableFilter.java ?

HI this is very useful library from my project I want to create a custom colour filter. can you please suggest me how can i add color filters on video...

Hello, I am trying to generate a video in mp4 encoding that is working on web browsers on web browsers but it seems that the generated video is not compatible....

thanks author,you are great. when i user size() function set exact value,this lib not working.so how can i select output size?

is there any way to apply free rotation besides 0,90,180,270 while exportation? Little road map can be also helpful I have been maneuvering your Decode Surface with free rotation. in...

E/Mp4Composer: Unable to compose the engine java.lang.RuntimeException: setDataSource failed: status = 0xFFFFFFEA at android.media.MediaMetadataRetriever._setDataSource(Native Method) at android.media.MediaMetadataRetriever.setDataSource(MediaMetadataRetriever.java:165) at android.media.MediaMetadataRetriever.setDataSource(MediaMetadataRetriever.java:183) at com.daasuu.mp4compose.composer.Mp4ComposerEngine.compose(Mp4ComposerEngine.java:81) at com.daasuu.mp4compose.composer.Mp4Composer$2.run(Mp4Composer.java:297) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) at java.lang.Thread.run(Thread.java:919) E/:...

I want to do multi trim of a video, the duration of video is variable and I want trim in parts of 10 secs. I would like to know how...

how can i rotate video on custom degrees on FillModeCustomSample?

When using the option to **Trim**, some videos are processed incorrectly and show a static frame for the duration of the not trimmed audio. This happens because the class **RemixAudioComposer**...