|
|
|
@ -6,7 +6,7 @@ |
|
|
|
|
`FFmpegKit` is a collection of tools to use `FFmpeg` in `Android` applications. |
|
|
|
|
|
|
|
|
|
It includes scripts to build `FFmpeg` native libraries, a wrapper library to run `FFmpeg`/`FFprobe` commands in |
|
|
|
|
applications. |
|
|
|
|
applications. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -32,9 +32,11 @@ It includes scripts to build `FFmpeg` native libraries, a wrapper library to run |
|
|
|
|
### USE PREBUILT PACKAGE FROM RELEASES SECTION |
|
|
|
|
|
|
|
|
|
### 3. Using With Python |
|
|
|
|
If you are having lower quality exports, add "-q:v 1 -q:a 1" before your output file/path. 1 for highest. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##### NOTE: If you are having lower quality exports, add "-q:v 1 -q:a 1" before your output file/path. 1 for highest. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##### 0) Add SmartExpetion Common and SmartExeption java from (https://github.com/tanersener/smart-exception/releases/tag/v0.2.1) |
|
|
|
|
##### 1) and the FFMPEG aar(https://github.com/Blackysh/ffmpeg-kit-python/releases/tag/tag) tab or the one generated by you to your projects folder. |
|
|
|
|
##### 2) In Buildozer spec file add jnius to requirements and the aar file. (Alongside what you already have) |
|
|
|
|