FFmpegMediaMetadataRetriever is a unified interface for retrieving frame and meta data from an input media file.
View the Project on GitHub wseemann/FFmpegMediaMetadataRetriever
FFmpegMediaMetadataRetriever is a reimplementation of Android's MediaMetadataRetriever class. The FFmpegMediaMetadataRetriever class provides a unified interface for retrieving frame and meta data from an input media file and uses FFmpeg as its backend.
You can browse the javadoc for more information, including example usages.