You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: