MasayukiSuda / Mp4Composer-android

This library generate an Mp4 movie using Android MediaCodec API and apply filter, scale, trim, transcode, crop, timeScale, mute and rotate Mp4.
MIT License
956 stars 219 forks source link

Mp4Composer Throw and Exception in Samsung A30 Device #101

Closed VineshChauhan24 closed 3 years ago

VineshChauhan24 commented 3 years ago

This devicel cannot codec with that setting. Check width, height, bitrate and video format. i m trying to record video with filter but am getting this error

VineshChauhan24 commented 3 years ago

There was an issue with Height, the width of the Video. which was 405:720 so here width is not divisible by 2, so Mp4Composer throw an exception.