Media Information Extractor for Java

Posted by eyazici on Stack Overflow See other posts from Stack Overflow or by eyazici
Published on 2010-01-30T16:05:25Z Indexed on 2010/05/07 17:38 UTC
Read the original article Hit count: 227

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:

  1. Video length (Runtime)
  2. Video bitrate
  3. Video framerate
  4. Video format and codec
  5. Video size (width X height)
  6. Audio channels
  7. Audio format
  8. Audio bitrate and sampling rate

There are several libraries and tools around but I couldn't find for Java.

© Stack Overflow or respective owner

Related posts about java

Related posts about information-extraction