VideoCrop
VideoCrop copied to clipboard
Doesn't work in Android 10
Please describe a little more information on what's the problem?
I have tested it and it's not working on devices that have Android 10 and 11
I don't think so, because i have used this and it works fine in all the tested devices with Android 10. Can you please specify where the issue occurs (while opening video or at the time of Saving video)?
As fo From 2 November 2020, app updates must target Android 10 (API level 29) or higher. the target SDK and compile SDK is less than 29 in this repo. when you higher the SDK the error pops up. I have found a solution I could make a pr to fix this repo
So, basically the solution is to simply add "requestLegacyExternalStorage=true" in manifest file?
even with requestLegacyExternalStorage still, there is a crash happening
@aldrek in first line, you can see error "permission denied". So,can you please check if you have added any required permissions or not?
it's not related to any manifest permission. As from android 10, no external binaries are allowed to be executed for security concern I would recommend using a well-supported library for decoding the video. like this one https://github.com/tanersener/mobile-ffmpeg
@aldrek yeah, sorry for that, that's what I'm using since more than one year but i thought you are cropping video using UI based tools,by the way best of luck!!
you need to update the ffmpeg