Is there a Java API for mp4 files?

后端 未结 3 1150
再見小時候
再見小時候 2020-12-01 09:47

Mp3 files can be handled using this mp3 SPI support, but I\'m not finding something similar to mp4 files.

Any help would be appreciated.

--UPDATE

Wha

3条回答
  •  Happy的楠姐
    2020-12-01 10:33

    Xuggler ( http://www.xuggle.com/xuggler/ ) provides about the best Java wrapper for FFMPEG that I've seen - it'll let you decode the images out of almost any file, and then do whatever you like with them.

提交回复
热议问题