Thanks for your reply. I can parse the any media files if I have an information about byte rang..
For example: I should be able to know between which bytes I will be getting "Hight","Width" and etc.. Thanks, ________________________________ From: Franco Amato <[email protected]> To: Java Developer <[email protected]> Sent: Tuesday, December 23, 2008 3:35:32 PM Subject: Re: [libav-user] Metadata extractor using open source lib 2008/12/23 Java Developer <[email protected]> Is there any open source lib or code sample which can help? Sorry but you don't need any open source lib source. The only think you you have to do is extract the header from the file and parse every field as a stream. Sorry but I don't know the specifications of the files you mentioned. Regards, Franco ________________________________ 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 -- Franco Amato _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
