开发者

Retrieving EXIF info and video informations from pictures/movies

开发者 https://www.devze.com 2023-01-02 19:28 出处:网络
is there a Java framework that will do the dirty work explained in title for me? Mainly I just need to retrieve images properties stored inside JPEGs:

is there a Java framework that will do the dirty work explained in title for me?

Mainly I just need to retrieve images properties stored inside JPEGs:

  • size
  • EXIF
  • geolocations
  • shot properties

and to retrieve movie files informations like:

  • codec name
  • duration
  • resolution
  • and so on

I don't need to be able to show the picture or play the movie, just to get the properties without having to write my own file header parsers..

开发者_StackOverflow中文版

while for images I mainly need JPEG support for movies it would be nice to be able to open as many formats as possible (avi, mkv, mp4, mpeg, mov, etc)

Thanks in advance!


Found this http://www.drewnoakes.com/code/exif/ to extract EXIF from JPEG.

0

精彩评论

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