Java Video Data extraction question

The old Video Software Help forum, left visible as an archive.
Locked
User avatar
Yogurtron
Joined: Mon May 27, 2002 6:51 pm
Org Profile

Java Video Data extraction question

Post by Yogurtron » Wed Dec 29, 2004 3:06 am

Greetings. Because I lost my anime list in a reformat, and I have a new DVD burner, I was giong to redo my Anime Collection's form of storage. I was also going to make a new, better database to hold my collection. I'm currently programming it myself in java, just a way to store a bunch of information about it.

But I was curious about on thing though. I wanted to make mine uber in depth, so it'd save the codec used, and the resolutions, and bitrates and all that fun stuff.... but it'll take a long time to write that part in by hand. I was curious if anybody knows of any class files or other means of getting a Java program to read video information from a file? (By that I mean actually extract the resolution, FOURCC identifier, other codec information, etc from the header itself)

Thanks

trythil
is
Joined: Tue Jul 23, 2002 5:54 am
Status: N͋̀͒̆ͣ͋ͤ̍ͮ͌ͭ̔̊͒ͧ̿
Location: N????????????????
Org Profile

Post by trythil » Wed Dec 29, 2004 3:49 am

The Java Media Framework may have what you're looking for.

It won't, however, cover some of the newer container formats such as Matroska or Vorbis streams. For those kinds of things, I'd suggest adapting an existing parser or writing your own.

Locked

Return to “Video Software Help Archive”