项目作者: johnsonmoon

项目描述 :
Java调用ffmpeg工具的封装类
高级语言: Java
项目地址: git://github.com/johnsonmoon/MediaFormatter.git
创建时间: 2016-11-02T10:39:25Z
项目社区:https://github.com/johnsonmoon/MediaFormatter

开源协议:

下载


MediaFormatter

Java调用ffmpeg工具的封装类

dependencies for cloning

  1. javaSE
  2. ffmpeg
  3. maven building tool

how to use

  • cloning into your PC.
  • downloading javaSE, ffmpeg, maven into your PC and setting their environments for executing.
    1. JAVA_HOME=${the directory you install the jdk}
    2. MAVEN_HOME=${the directory you install the maven /bin}
    3. FFMPEG_HOME=${the directory you install the ffmpeg /bin}
  • locate into the project folder, execute command [mvn install -Dmaven.test.skip=true]
  • you will find the tar.gz package in /target/
  • extract tar.gz package and execute command [./startup.bat], run the program