-
-
Notifications
You must be signed in to change notification settings - Fork 128
Support: Video
Thibault Deckers edited this page Feb 25, 2025
·
3 revisions
You can create your own builds for libmpv + FFmpeg + media_kit by:
- Fork https://github.com/media-kit/libmpv-android-video-build & enable GitHub actions.
- Modify the FFmpeg
configure
step, especially--enable-decoder
,--enable-demuxer
&--enable-parser
. - The GitHub actions will compile the project(s) & resulting binaries will be automatically uploaded as release & artifact.
- Remove
media_kit_libs_android_video
frompubspec.yaml
. - Bundle your *.jar(s) with your application by modifying
build.gradle
, something like this.