openvvc replaced by libvvdec of android mpv player

This commit is contained in:
Martin Eesmaa 2022-06-22 02:42:26 +10:00 committed by GitHub
parent bc06ab5e30
commit c5b7fd3944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 23 deletions

39
MPV.md
View File

@ -1,51 +1,44 @@
![mpv-icon128](https://user-images.githubusercontent.com/88035011/169686347-e7f06fa5-01ea-4b13-9ec6-c87570873db7.png)
# MPV Android Player (OpenVVC support)
# MPV Android Player (libvvdec support)
MPV Android Player (OpenVVC support) can play your VVC decoded video file.
MPV Android Player (libvvdec support) can play your VVC decoded video file and muxed MP4 container with VVC video codec + audio.
Screenshot preview, see top-left information of toggle stats:
![vvceasy_mpv](https://user-images.githubusercontent.com/88035011/169686173-b7717e01-9cc3-4f25-8f24-ddaa1f882667.jpg)
![martineesmaanewlibvvdecmpv](https://user-images.githubusercontent.com/88035011/174853076-83647f51-2082-4a13-8680-e5eed8e1c8c3.jpg)
# Download MPV Android Player (OpenVVC plugin)
# Download MPV Android Player (libvvdec plugin)
[Android API 29 .APK Debug (Recommended)](https://mega.nz/file/GsFzADRA#nyjyXwicrT5-thlHaxkkZoS-pY9It4atMwsdJn7RYDI)
[Android API 29 .APK Debug (Recommended)](https://mega.nz/file/Txk2zYqL#kzmdpuXITsxxJItgRkukW2CjUkDqqy9qT3zWWtTBRD4)
[Android API 29 .APK Release unsigned](https://mega.nz/file/qhEASBzD#OcSvHiQutEB1PrDwiSBNEUtC92tDLzW2qTS4rR6tTdU)
[Android API 29 .APK Release unsigned](https://mega.nz/file/K01RBKLb#k28EB0nKbPvi1HO8lZWFSs6h6d_vfoeigWtpI5toe84)
[Android Default 30 .APK Debug](https://mega.nz/file/apE3DbQR#fk_zAfwGY8xTnZAy1jUZ_f63JYOybL3hBW_yMx_E2Kw)
[Android Default 30 .APK Debug](https://mega.nz/file/y192xBCK#oCW2ieIOXQNiWnYNTq2nNDdQU7y743FrQ0e8ajtPelQ)
[Android Default 30 .APK Release unsigned](https://mega.nz/file/u8cHQKqK#UdEon6vTs5PvxrKONzeIJYyOIj9d-fiv1HRqMl98ppY)
[Android .APK Debug Stable](https://mega.nz/file/H8kRUDBT#zWax2e1xxebrIZMmYPrmiWcbZBHnVAzAVZlY3EmuPnU)
[Android Default 30 .APK Release unsigned](https://mega.nz/file/jg8iQZaS#2rjGnG91SJPmlW2g_dsDGU927G7Qc4hldPl0KSL6lgk)
# 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 (aarch64), x86 (i686), ARMv7 (armeabi-v7a) and x86_64 to run on Android.
MPV Android libvvdec app requires your system type of ARM64 (aarch64), x86 (i686), ARMv7 (armeabi-v7a) 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.
Android MPV Player doesn't work seek duration of VVC decoded file only, but only mp4 video container muxed with VVC video codec is seek only supported, including audio too.
### Tips
Make sure to allow apps from unknown sources. [Link: Wikihow](https://www.wikihow.com/Allow-Apps-from-Unknown-Sources-on-Android)
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".
You can also play external sound audio file from VVC video codec file.
If Google warns you, that Android MPV (libvvdec plugin) app is malicious by Play Protect, press "Install anyway" on your phone.
# SHA256 SUMS
```
60cac016967d555f790f8daeccd54c17960de49d1929ffbdeaba3e17f8fda77a MPV-VVCEasy-API29debug.apk
0a9fd2046f7a6eebcc7935257282e2c189d51a16f7c2aade7aa3d9177865fa87 MPV-VVCEasy-API29release-unsigned.apk
e7176a432b39c261ca4250f21750535cf52576e550f3e2e899929f907e7bcd50 MPV-VVCEasy-debug.apk
9dda2ea33956ce0880519c4d7ef77491802e93542c21603076b95a3dd1abf90d MPV-VVCEasy-release-unsigned.apk
f8c13279b23e334b985b69080e9cf755e593ac9f1fb0d2b98e0fa5ccf3ff4610 MPV-VVCEasy-stable.apk
e44d5ce683130fe7918f6fd28597a773a1dcfe7d0aea3378034c6bdec2488680 MPV-VVCEasy-API29debug.apk
2bc8436b7e5fd582eafb1537c6dbc0690c69a1c3e88aa7af55a2a5075c950eb6 MPV-VVCEasy-API29release-unsigned.apk
2189669f44a85ae5585b3d47c6435be94e9b572ad224554c9dbf106fd2c431c2 MPV-VVCEasy-debug.apk
27bed76d371dae7fd9091929c4a25b082f887fa1fe1b5c91f81ab5eb80c7f88d MPV-VVCEasy-release-unsigned.apk
```
- Martin Eesmaa