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
- Host: GitHub
- URL: https://github.com/bookzhan/bzffmpegcmd
- Owner: bookzhan
- Created: 2020-06-29T01:53:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-22T03:47:01.000Z (about 1 year ago)
- Last Synced: 2025-02-22T04:24:49.056Z (about 1 year ago)
- Topics: android, ffmpeg, ffmpegcommand
- Language: C
- Homepage:
- Size: 109 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)