From e72177a5084d6f0b91a0ed69aeeaced10ec81abb Mon Sep 17 00:00:00 2001 From: Martin Eesmaa <88035011+MartinEesmaa@users.noreply.github.com> Date: Mon, 23 May 2022 19:25:21 +1000 Subject: [PATCH] added sha256sums, complete MPV instructions --- MPV.md | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/MPV.md b/MPV.md index 463fec1..f16ad85 100644 --- a/MPV.md +++ b/MPV.md @@ -10,16 +10,36 @@ Screenshot preview, see top-left information of toggle stats: # Download MPV Android Player (OpenVVC plugin) -[Android .APK Debug (Recommended)](https://mega.nz/file/mptjCZpR#zWax2e1xxebrIZMmYPrmiWcbZBHnVAzAVZlY3EmuPnU) +[Android SDK 30 .APK Debug (Recommended)](https://mega.nz/file/v4shBToK#P8bBW70b5QG3SY4rqnz7DZaFq7vrXACmS9tHTWFHgqg) -[Android .APK Release unsigned](https://mega.nz/file/T1MwVARb#0Hl6Le-CyWEhUBx1c6m_v0iAtiOaaYFcK4EvuARRNQ8) +[Android SDK 30 .APK Release unsigned](https://mega.nz/file/L1d0RCRA#JyGcjFRsVQNjo_y0j11_Kdx9oXapOt3fg87-RzppURg) -# Limitations +[Android SDK 29 .APK Debug](https://mega.nz/file/K4FQFATS#7E6FmEOn9h3UIQLg0ZVb66_zItlHBT8DzT2qx5Zr23Q) + +[Android SDK 29 .APK Release unsigned](https://mega.nz/file/Ch1AgJDD#f__m02qj0F8xkYTVY8o_BOUfZQkhtNkX1Y3fhKG8PKM) + +# Limitations & Tips This app might crash, slow or freeze on your Android phone for playing VVC high resolutions or/and old devices. -MPV Android OpenVVC App requires your system type of ARM64 and x86_64 to work on Android. +MPV Android OpenVVC App requires your system type of ARM64 (aarch64) and x86_64 to run on Android. Android MPV Player doesn't work seek duration of VVC decoded file. +Standby or sleep Android device may not return of your resume playback after you unlock device. + +### Tips + +Make sure to allow apps from unknown sources. [Link: Wikihow](https://www.wikihow.com/Allow-Apps-from-Unknown-Sources-on-Android) + +If Google warns you, that Android MPV (OpenVVC plugin) app is malicious by Play Protect, press "Install anyway". + +# SHA256 SUMS +``` +f806f216b7eb407dcbfd3c05bbb2fc9c2b771fb482f0a111ddeefb110ac71e8e MPV-VVCEasy-debug.apk +06bc7a8c3b2a97e96c89b9dca5d9b0f034afa6cdf1aec8ed80081890a6392985 MPV-VVCEasy-release-unsigned.apk +ead8e9bdf617cc61bd1ed13f246bd3b247afc4f529dd50bba445975d7f3b7266 MPV-VVCEasy-API29debug.apk +f184ee6eed67c944a79ae76a9efefd48adb6666313dc2e6f7fddfad2aee0ac77 MPV-VVCEasy-API29release-unsigned.apk +``` + - Martin Eesmaa