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

How to keep FFmpegMediaMetadataRetriever and Exoplayer FFmpeg extension both? #235

Open tushar09 opened 4 years ago

tushar09 commented 4 years ago

I have installed Exoplayer FFMpeg extension. And after that if I try to use FFmpegMediaMetadataRetriever it give me the below error. How can I solve it. More than one file was found with OS independent path 'lib/armeabi-v7a/libavcodec.so'

badcodercpp commented 3 years ago

sorry for late reply , @tushar09 use pickfirst or exclude whatever you like in your apps build.gradle, something like following - pickFirst "lib/x86/libavcodec.so" exclude 'META-INF/DEPENDENCIES'