ffmpeg-android-java icon indicating copy to clipboard operation
ffmpeg-android-java copied to clipboard

Is there working in oreo 8.0

Open androidtechfirst opened this issue 6 years ago • 4 comments

I have perform segmenting video. Occurs error like that :

java.io.IOException: CANNOT LINK EXECUTABLE "/data/user/0/com.techfirst.splitvideo/files/ffmpeg": "/data/data/com.techfirst.splitvideo/files/ffmpeg" has text relocations (https://android.googlesource.com/platform/bionic/+/master/android-changes-for-ndk-developers.md#Text-Relocations-Enforced-for-API-level-23)

androidtechfirst avatar May 24 '18 07:05 androidtechfirst

check for if you have any space character in Video Url (in folder name).

nileshg994 avatar May 28 '18 12:05 nileshg994

since api 23 android doens't allow text relocations

bolds07 avatar Jun 08 '18 21:06 bolds07

I found solution with use of below ffmpeg library import :

implementation 'nl.bravobit:android-ffmpeg:1.1.5'

androidtechfirst avatar Jun 16 '18 04:06 androidtechfirst

support android 8.0 https://github.com/microshow/RxFFmpeg

microgogo avatar Dec 19 '18 15:12 microgogo