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: 254
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.
© Stack Overflow or respective owner