Is there a Java API for mp4 files?

后端 未结 3 1153
再見小時候
再見小時候 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条回答
  •  一生所求
    2020-12-01 10:26

    You don't specify what you want to do. If you just want to play the files, you can use MPlayer and control it remotely via the ProcessBuilder API and stdio.

提交回复
热议问题