Is there any open source lib or code sample which can help?
________________________________ From: Franco Amato <[email protected]> To: Libav* user questions and discussions <[email protected]> Sent: Tuesday, December 23, 2008 11:26:27 AM Subject: Re: [libav-user] Metadata extractor using open source lib 2008/12/22 Java Developer <[email protected]> > Hello friends, > > I am trying to extract meta data from .flv, .wmv and .rm file with no luck. > > What I need to extract from these files is: > > 1. Width > 2. Height > 3. Bit rate > 4. FileSize > 5. Duration > 6. MimeType > > Is anybody have any idea or suggestion how to do this using Java and any > third party open source lib? > > Any help or comments on this would highly appreciated. I think these information are stored in the header of the file, so you only have to parse it. > > > Thank You, Regards, > > Jd franco > > > > > _______________________________________________ > libav-user mailing list > [email protected] > https://lists.mplayerhq.hu/mailman/listinfo/libav-user > -- Franco Amato _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
