JessYanCoding / InsGallery

📸 Instagram-like image picker for Android (一款 UI 炫酷高仿 Instagram 的图片、视频选择器)
Apache License 2.0
660 stars 125 forks source link

Select Big Video More than 10 Minutes #30

Open omer-ok opened 4 years ago

omer-ok commented 4 years ago

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

omer-ok commented 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

vikasrairajput commented 3 years ago

@omer-ok have you found the solution? I'm facing the same problem