Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpv-android/mpv-android
#mpv-android @ libera.chat
https://github.com/mpv-android/mpv-android
android-app audio mpv multimedia video
Last synced: 25 days ago
JSON representation
#mpv-android @ libera.chat
- Host: GitHub
- URL: https://github.com/mpv-android/mpv-android
- Owner: mpv-android
- License: mit
- Created: 2016-04-20T21:29:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T22:39:32.000Z (7 months ago)
- Last Synced: 2024-04-14T09:56:26.066Z (7 months ago)
- Topics: android-app, audio, mpv, multimedia, video
- Language: Kotlin
- Homepage:
- Size: 12 MB
- Stars: 1,743
- Watchers: 50
- Forks: 214
- Open Issues: 139
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kotlin - mpv-android - #mpv-android @ freenode (Libraries)
- awesome-mpv - mpv-android - For Android, based on Kotlin. (Other)
README
# mpv for Android
[![Build Status](https://github.com/mpv-android/mpv-android/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/mpv-android/mpv-android/actions/workflows/build.yml)
mpv-android is a video player for Android based on [libmpv](https://github.com/mpv-player/mpv).
## Features
* Hardware and software video decoding
* Gesture-based seeking, volume/brightness control and more
* libass support for styled subtitles
* Secondary (or dual) subtitle support
* High-quality rendering with advanced settings (scalers, debanding, interpolation, ...)
* Play network streams with the "Open URL" function
* Background playback, Picture-in-Picture, keyboard input supported### Library?
mpv-android is **not** a library/module (AAR) you can import into your app.
If you'd like to use libmpv in your app you can use our code as inspiration.
The important parts are [`MPVLib`](app/src/main/java/is/xyz/mpv/MPVLib.java), [`BaseMPVView`](app/src/main/java/is/xyz/mpv/BaseMPVView.kt) and the [native code](app/src/main/jni/).
Native code is built by [these scripts](buildscripts/).## Downloads
You can download mpv-android from the [Releases section](https://github.com/mpv-android/mpv-android/releases) or
[](https://play.google.com/store/apps/details?id=is.xyz.mpv)
[](https://f-droid.org/packages/is.xyz.mpv)
**Note**: Android TV is supported, but only available on F-Droid or by installing the APK manually.
## Building from source
Take a look at the [README](buildscripts/README.md) inside the `buildscripts` directory.
Some other documentation can be found at this [link](http://mpv-android.github.io/mpv-android/).