Video Thumbnails in Java

前端 未结 6 2076
温柔的废话
温柔的废话 2020-12-01 13:00

I want to generate a thumbnail preview of videos in Java. I\'m mostly JMF and video manipulation alienated.

  • Is there an easy way to do it?
  • What about
6条回答
  •  情歌与酒
    2020-12-01 13:20

    I tried Xuggler and JCodec; Both can generate the frame snapshot;

    However, they cannot extract the orientation of the video properly (portrait video became landscape image); Anyone could help about this??

    • JCodec: http://jcodec.org/
    • Xuggler: http://www.javacodegeeks.com/2011/02/xuggler-tutorial-frames-capture-video.html

提交回复
热议问题