In the program I am working on in eclipse. I am required to extract media properties from video files, such as bit rate, codecs, containers etc. I have researched this and have found the MediaInfo JNI however I do not know how to add this to eclipse and when I go to the website provided I cannot seem to download the .jar. Since I am new adding any sort of external plugin's or JNI to eclipse I am clueless.
The main program is, I cannot download the mediaInfo .jar which is found here - https://code.google.com/p/subs4me/source/browse/trunk/Subs4me/src/net/sourceforge/filebot/mediainfo/?r=93
If this is a dead end, then is there any other solution to extracting this kind of information in java using eclipse?
Many Thanks.