From df649065815d687e5f9c9eac8a78c67bc9f59469 Mon Sep 17 00:00:00 2001 From: Sahib <100060676+Blackysh@users.noreply.github.com> Date: Mon, 6 Mar 2023 09:00:51 +0530 Subject: [PATCH] quality+1 --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91d3fca..9464cd0 100644 --- a/README.md +++ b/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)