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

Can not use FFmpegMediaMetadataRetriever #268

Closed hsy2016052387 closed 1 year ago

hsy2016052387 commented 1 year ago

I had added this code to my build.gradle,but I can't use any class in this lib. implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-core:1.0.19' implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-native:1.0.19'

It worked when use implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever:1.0.14'

wseemann commented 1 year ago

@hsy2016052387 What do you mean by "I can't use any class in this lib."? Did the gradle import not work, did your app not compile, is there an error of some sort?

hsy2016052387 commented 1 year ago

Looks like I can't pull the lib down when I sync project,but it works when I use implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever:1.0.14