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

Reply via email to