Video Thumbnails in Java

前端 未结 6 2075
温柔的废话
温柔的废话 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:29

    There is a relatively newer option called JThumbnailer that you find here: https://github.com/makbn/JThumbnail

    JThumbnail is a Java library for creating Thumbnails of common types of file including .doc, .docx, .pdf , .mp4 and etc. full list

提交回复
热议问题