MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files.
This product uses various open source software.
These source code has been modified, including little improvement, extending Android Environment.
Thanks to a MediaInfo project.
How to use: This is android jni library.
-Compile it with android-ndk or take prebuild binary files in /libs/
-Put MediaInfo.java to your project in org.mediainfo.android package or modify MediaInfo.java and libmediainfo-jni.cpp
-Call MediaInfo class, (example: MediaInfo mi = new MediaInfo(); String result= mi.getMI(filepath);)