use java-ffmpeg wrapper, or simply use java runtime to execute ffmpeg?

前端 未结 8 2082
余生分开走
余生分开走 2020-11-28 21:37

I\'m pretty new to Java, need to write a program that listen to video conversion instructions and convert the video once an new instruction arrives (instructions is stored i

8条回答
  •  半阙折子戏
    2020-11-28 22:39

    i try several ways, the most simple for me is ffmpeg-cli-wrapper, because it use default ffmpeg or specific one, moreover you can configure lot of configuration like scale, bitrate... get duration... JAVE from sauronsoftware make lot of error, XUGGLE and other i found it too complicated

提交回复
热议问题