Download ffmpeg-2.5.1.jar file

Introduction

You can download ffmpeg-2.5.1.jar in this page.

License

Open Source

Type List

ffmpeg-2.5.1.jar file has the following types.

META-INF.maven.org.bytedeco.javacpp-presets.ffmpeg.pom.properties
META-INF.maven.org.bytedeco.javacpp-presets.ffmpeg.pom.xml
META-INF/MANIFEST.MF
org.bytedeco.javacpp.avcodec.class
org.bytedeco.javacpp.avdevice.class
org.bytedeco.javacpp.avfilter.class
org.bytedeco.javacpp.avformat.class
org.bytedeco.javacpp.avutil.class
org.bytedeco.javacpp.postproc.class
org.bytedeco.javacpp.presets.avcodec.class
org.bytedeco.javacpp.presets.avdevice.class
org.bytedeco.javacpp.presets.avfilter.class
org.bytedeco.javacpp.presets.avformat.class
org.bytedeco.javacpp.presets.avutil.class
org.bytedeco.javacpp.presets.postproc.class
org.bytedeco.javacpp.presets.swresample.class
org.bytedeco.javacpp.presets.swscale.class
org.bytedeco.javacpp.swresample.class
org.bytedeco.javacpp.swscale.class

Pom

ffmpeg-2.5.1.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.bytedeco</groupId>
    <artifactId>javacpp-presets</artifactId>
    <version>0.10</version>
  </parent>

  <groupId>org.bytedeco.javacpp-presets</groupId>
  <artifactId>ffmpeg</artifactId>
  <version>2.5.1-${project.parent.version}</version>
  <packaging>jar</packaging>
  <name>JavaCPP Presets for FFmpeg</name>

  <dependencies>
    <dependency>
      <groupId>org.bytedeco</groupId>
      <artifactId>javacpp</artifactId>
    </dependency>
  </dependencies>

  <build>
    <plugins>
      <plugin>
        <artifactId>maven-resources-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.bytedeco</groupId>
        <artifactId>javacpp</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-dependency-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-source-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-javadoc-plugin</artifactId>
      </plugin>
    </plugins>
  </build>

</project>

POM Entry

<dependency>
   <groupId>org.bytedeco.javacpp-presets</groupId>
   <artifactId>ffmpeg</artifactId>
   <version>2.5.1</version>
</dependency>

Download

If you think the following ffmpeg-2.5.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download ffmpeg-2.5.1.jar file




PreviousNext

Related