开发者

Is there a way to get the metadata(like hight, framerate, bitrate) of an MPEG file?

开发者 https://www.devze.com 2023-03-09 04:39 出处:网络
For part of a private project I am working on, I want to get the height, width, bite rate, FPS 开发者_高级运维of an MPEG in Java. Does anyone know how to do this? Hum... I\'m not an expert in the subj

For part of a private project I am working on, I want to get the height, width, bite rate, FPS 开发者_高级运维of an MPEG in Java. Does anyone know how to do this?


Hum... I'm not an expert in the subject but I would start by taking a look in the source code of some Open Source decoders:

  • http://sourceforge.net/projects/javampeg1video/
  • http://vsr.informatik.tu-chemnitz.de/~jan/MPEG/MPEG_Play.html
  • http://sourceforge.net/projects/h264avcjavaenco/

Cheers,

0

精彩评论

暂无评论...
验证码 换一张
取 消