An open API service indexing awesome lists of open source software.

https://github.com/bookzhan/bzffmpegcmd

bzffmpegcmd,AndroidFFmpeg command execution tool
https://github.com/bookzhan/bzffmpegcmd

android ffmpeg ffmpegcommand

Last synced: 3 months ago
JSON representation

bzffmpegcmd,AndroidFFmpeg command execution tool

Awesome Lists containing this project

README

          

> 本工程是基于FFmpeg 7.1.2,在工程里面也有一个3.3.2, 3.4.8, 4.2.3, 5.1.1,6.0.0版本,有需要的可以自己去Git库里面checkout

#### 如何使用:

1. 在allprojects下面添加: maven { url "https://nexus.raoyunsoft.com/repository/maven-releases/" }
2. implementation 'com.guaishou.bzlib:bzffmpegcmd:1.0.26@aar'
3. FFmpegCMDUtil.executeFFmpegCommand(String command, OnActionListener onActionListener)

English documentation:

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

#### How to use:

1. Add below allprojects: maven { url "https://nexus.raoyunsoft.com/repository/maven-releases/" }
2. implementation 'com.guaishou.bzlib:bzffmpegcmd:1.0.30@aar'
3. FFmpegCMDUtil.executeFFmpegCommand(String command, OnActionListener onActionListener)