a914-gowtham / android-video-trimmer

Helps to trim local videos with compress option on Android applications using Exoplayer 2 and FFmpeg.
Other
370 stars 117 forks source link

Permission Denied in Android 10 #1

Closed SpartanzRaj closed 4 years ago

SpartanzRaj commented 4 years ago

Receiving permission denied error in Android 10 : java.io.IOException: Cannot run program "/data/user/0/com.gowtham.videotrimmer/files/ffmpeg": error=13, Permission denied.

But working fine in below version of android 10

a914-gowtham commented 4 years ago

thanks for the first issue.will be fixed by tommorrow

SpartanzRaj commented 4 years ago

I replaced FFmpeg library with this new library https://github.com/tanersener/mobile-ffmpeg, Now it is working. But the problem is it supports currentMinSDK as 24

a914-gowtham commented 4 years ago

i checked these LTS versions of mobile-ffmpeg 4.2.2.LTS and 4.3.1.LTS doesn't have this issue.let you know once i complete with this

a914-gowtham commented 4 years ago

Use this latest version implementation 'com.github.a914-gowtham:Android-video-trimmer:1.0.5'

a914-gowtham commented 4 years ago

You can reopen this issue.if,you get error