pull/686/head
Sahib 2 years ago committed by GitHub
parent e3cf9ec241
commit df64906581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      README.md

@ -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)

Loading…
Cancel
Save