There are Number of ways to check video file Meta data , using FFmpegMediaMetadataRetriever(Slow but reliable) and using Native MediaMetadataRetriever(Slow and not reliable).
There are number of question answered in SO for same purpose to get MetaData using FFMPEG or Native Media api , like Q1 , Q2 , Q3 but they are not solving my problem.
My Problem:
Get following meta data from file(Video) of android directory:
- Video have Sound/Audio or not?
- Creation date and time
- thumbnail of video file
Kindly let me know if you have any suggestion or code samples would be big help.