From 53476a2e14c8c0dcf89fd8a4452982d1199a1151 Mon Sep 17 00:00:00 2001 From: Alexander Berezhnoi Date: Fri, 3 Jan 2020 19:26:57 +0200 Subject: [PATCH] Mentioning the new article in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 005beb2..7b4003e 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ The version of FFmpeg here by default is **4.2.2** (but can be overridden). And The details of how this script is implemented are described in this series of posts: * [Part 1](https://proandroiddev.com/a-story-about-ffmpeg-in-android-part-i-compilation-898e4a249422) * [Part 2](https://proandroiddev.com/a-story-about-ffmpeg-in-android-part-ii-integration-55fb217251f0) +* [Part 3](https://proandroiddev.com/a-story-about-ffmpeg-on-android-part-iii-extension-71025444896e) The [WIKI](https://github.com/Javernaut/ffmpeg-android-maker/wiki) contains a lot of useful information.