Video Thumbnails in Java

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

    My own server-side app shells out to FFmpeg to do the encoding. I'm 98.42% sure FFmpeg does snapshots, too. (It is an all singing, all dancing beast of a program. The command line options alone could fill a book.)

    Check it out: ffmpeg.mplayerhq.hu

提交回复
热议问题