From f712cd6a8d07a5f1e90a5c8894bb33f6491cf7bc Mon Sep 17 00:00:00 2001 From: Martin Eesmaa <88035011+MartinEesmaa@users.noreply.github.com> Date: Sat, 2 Jul 2022 17:13:20 +1000 Subject: [PATCH] Added android screenshot of vvdecapp in Termux app --- AndroidVVDEC/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 AndroidVVDEC/README.md diff --git a/AndroidVVDEC/README.md b/AndroidVVDEC/README.md new file mode 100644 index 0000000..efe04e5 --- /dev/null +++ b/AndroidVVDEC/README.md @@ -0,0 +1,15 @@ +# Android vvdec applications (Termux app) + +Requirements: Termux app with apk or F-Droid app. + +See the screenshot of vvdecapp in Termux app: + +![termuxvvdecappinandroid](https://user-images.githubusercontent.com/88035011/176990694-52279bf1-86fd-419e-a2b7-1b6d1038ac18.jpg) + +All system types of arm64, armeabi, x86 and x86_64 are built on vvdecapp, it is use of Termux app. + +arm64 - API 21 (phones only) +armeabi - API 19 (some phones) +x86 & x86_64 - API 21 (tablets only) + +- Martin Eesmaa