File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes Metadata extractor for Video file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Metadata extractor for Video file" Watch "Metadata extractor for Video file" New topic
Author

Metadata extractor for Video file

Rupali Sarolkar
Greenhorn

Joined: Nov 20, 2007
Posts: 13
I would like to know ...

Is there any metadata extractor (opensource , jar file) which can support all popular video file formats

Thanks,
Rupali
Rupali Sarolkar
Greenhorn

Joined: Nov 20, 2007
Posts: 13
Please let me know if anybody has any clue about this.

Atleast for most common video files .....

Any help will really be appriciated ...

Is it possible to do metadata extraction for video files using JAVA ???

-Rupali
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12928
    
    3

Ofcourse it's possible. You can program anything with Java. If nobody else has programmed it before, you can program it yourself. If you want to do that then you'll have to gather information on video file formats and find out how and where the data is stored in the files you want to analyze.

Maybe you can use JMF for this: http://java.sun.com/products/java-media/jmf/index.jsp


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
Rupali Sarolkar
Greenhorn

Joined: Nov 20, 2007
Posts: 13
Hi Jesper, Thanks for reply !!!

I am really stuck with this problem ... but thanks for replying. Now I will try to solve this with more enthu !!!


-Rupali
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35249
    
    7
You might also be able to use JVLC or QuickTime for Java.


Android appsImageJ pluginsJava web charts
Rupali Sarolkar
Greenhorn

Joined: Nov 20, 2007
Posts: 13
Thanks !!
but I want something which will be very generic and will have support for .avi,.mp4, .swf , .wmv, .rm , .qt, .3gp files.


It should atleast work for Windows video files ...

-Rupali
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35249
    
    7
I don't think the RealMedia format is supported by anything but the RealMedia software (for which -as far as I know- no Java client library is available). The others should be accessible by one of the libraries mentioned; you may have to use more than one.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Metadata extractor for Video file
 
Similar Threads
can add adtional metadata?
MPEG-4 standards/specification
JAVA APIs to parse MP4 file
WA #1.....word association
Need help with the java audio and video encoder (JAVE)