Media Information Extractor for Java [closed]
I need a media information extraction library (pure Java or JNI wrapper) that can handle common media formats. I primarily use it for video files and I need at least these information: Video length (Runtime) Video bitrate Video framerate Video format and codec Video size (width X height) Audio channels Audio format Audio bitrate and sampling rate There are several libraries and tools around but I couldn't find for Java. After a few days of asking this question, I have found MediaInfo which supplies dozens of technical and tag information about a video or audio file. There is a JNI wrapper for