Open omer-ok opened 4 years ago
on recording video from camera at 4 minute its crashing please tell me how to handle long duration videos from camera and recording and uploading from gallery as well
@omer-ok have you found the solution? I'm facing the same problem
is their any way to upload a big video without trimming it I want to upload video more than 10 mins Please See to it its urgent I am using this code InsGallery.openGallery(this@CreateUserPostActivity, GlideEngine.createGlideEngine(), GlideCacheEngine.createCacheEngine(), this@CreateUserPostActivity) InsGallery.applyInstagramOptions(this@CreateUserPostActivity,PictureSelector.create(this) .openGallery(PictureMimeType.ofVideo()) .videoMinSecond(1200) .videoMaxSecond(2100) .recordVideoMinSecond(1200) but still the trim part gives me only 59 second video how to increase trim size Thank you