bzffmpegcmd

bzffmpegcmdlib

License

License

GroupId

GroupId

io.github.bookzhan
ArtifactId

ArtifactId

bzffmpegcmd
Last Version

Last Version

1.0.10
Release Date

Release Date

Type

Type

aar
Description

Description

bzffmpegcmd
bzffmpegcmdlib
Project URL

Project URL

https://github.com/bookzhan/bzffmpegcmd
Source Code Management

Source Code Management

https://github.com/bookzhan/bzffmpegcmd

Download bzffmpegcmd

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.bookzhan/bzffmpegcmd/ -->
<dependency>
    <groupId>io.github.bookzhan</groupId>
    <artifactId>bzffmpegcmd</artifactId>
    <version>1.0.10</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.bookzhan/bzffmpegcmd/
implementation 'io.github.bookzhan:bzffmpegcmd:1.0.10'
// https://jarcasting.com/artifacts/io.github.bookzhan/bzffmpegcmd/
implementation ("io.github.bookzhan:bzffmpegcmd:1.0.10")
'io.github.bookzhan:bzffmpegcmd:aar:1.0.10'
<dependency org="io.github.bookzhan" name="bzffmpegcmd" rev="1.0.10">
  <artifact name="bzffmpegcmd" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.bookzhan', module='bzffmpegcmd', version='1.0.10')
)
libraryDependencies += "io.github.bookzhan" % "bzffmpegcmd" % "1.0.10"
[io.github.bookzhan/bzffmpegcmd "1.0.10"]

Dependencies

compile (1)

Group / Artifact Type Version
» unspecified jar

Project Modules

There are no modules declared in this project.

本工程是基于FFmpeg 3.4.8(这个版本比较稳定),在工程里面也有一个3.3.2, 4.2.3版本,有需要的可以自己去Git库里面checkout,工程17年就做好了,一直没有开源,原谅我懒,哈哈哈

如何使用:

  1. 在allprojects下面添加: mavenCentral()
  2. implementation 'io.github.bookzhan:bzffmpegcmd:1.0.9@aar'
  3. FFmpegCMDUtil.executeFFmpegCommand(String command, OnActionListener onActionListener)

English documentation:

This project is based on FFmpeg 3.4.8. There is also a version 3.3.2 and 4.2.3 in the project. If you need it, you can checkout it in the Git library.

How to use:

  1. Add below allprojects: mavenCentral()
  2. implementation 'io.github.bookzhan:bzffmpegcmd:1.0.9@aar'
  3. FFmpegCMDUtil.executeFFmpegCommand(String command, OnActionListener onActionListener)

Versions

Version
1.0.10
1.0.9