wseemann / FFmpegMediaMetadataRetriever

FFmpegMediaMetadataRetriever provides a unified interface for retrieving frame and meta data from an input media file.
1.72k stars 387 forks source link

does this support armabi? #252

Closed denghanhao closed 1 year ago

denghanhao commented 2 years ago

I get an error when I run it on an armabi device.

java.lang.UnsatisfiedLinkError: dlopen failed: library "/system/lib/libavutil.so" needed or dlopened by "/system/lib/libnativeloader.so" is not accessible for the namespace "classloader-namespace"

wseemann commented 1 year ago

This library currently supports armeabi-v7a, x86, x86_64 and arm64-v8a. As the README states: ARM and MIPS aren't supported as of version 1.0.14