Author
JAVA APIs to parse MP4 file
Rupali Sarolkar
Greenhorn
Joined: Nov 20, 2007
Posts: 13
Is there a free Java based MP4 parser out there? preferably open-source? . . I'm looking for some Java API to read, parse, and possibly modify MP4 files and it's metadata. Many thanks in advance for any info. Roops !!! SCJP , SCWCD
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12950
"roops roops", please check your private messages. You can see them by clicking My Private Messages . About your question: I don't know if MP4 is encumbered by patents like MP3, and if it is, you're most likely not going to find a free and open source implementation of it. I'm not sure but maybe the Java Media Framework can handle MP4.
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35438
posted Nov 21, 2007 01:18:00
0
You mght also look into QuickTime for Java and JVLC .
Android apps – ImageJ plugins – Java web charts
Rupali Sarolkar
Greenhorn
Joined: Nov 20, 2007
Posts: 13
Thanks a lot for replying !!! I searched in above specified links but stil I did not find anything !!! thanks Please let me know if anybody has any clue about this !!! Roops
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
"roops s", It is important that you check your private messages and follow Jesper's instructions.
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35438
posted Nov 21, 2007 05:11:00
0
Try searching a little harder VLC -the software for which JVLC provides a Java API- can handle MPEG-4 .
Rupali Sarolkar
Greenhorn
Joined: Nov 20, 2007
Posts: 13
Yeah JVLC supports mpeg-4 but it has API's to play video file. My problem is that I want to extract metadata like Album, Artist from mp4 file. Can anybody help me ???
Sebastian Annies
Greenhorn
Joined: Oct 04, 2008
Posts: 1
Have a look here: https://contributions.coremedia.com/isobox4j
Originally posted by roops roops: Is there a free Java based MP4 parser out there? preferably open-source? . . I'm looking for some Java API to read, parse, and possibly modify MP4 files and it's metadata. Many thanks in advance for any info. Roops !!! SCJP, SCWCD
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32830
That looks promising, but from the link it appears it might only be an alpha version. And welcome to JavaRanch
subject: JAVA APIs to parse MP4 file