abdallahmehiz / mpvKt

A media player for android, based on mpv-android and built with Jetpack Compose.
Apache License 2.0
517 stars 17 forks source link

How to use glsl shaders #120

Open Sensex00 opened 6 days ago

Sensex00 commented 6 days ago

I want to use shader on my smartphone I have used in mpv android app-api29-universal-debug.apk by giving this command in mpv.conf glsl-shaders="/storage/emulated/0/cache/shaders/FSR.glsl" I want to know if there are any other method to get work if please tell

abdallahmehiz commented 6 days ago

Didn't you already make https://github.com/abdallahmehiz/mpvKt/issues/29?

Sensex00 commented 6 days ago

Didn't you already make #29?

I tried with that method but that doesn't work on my smartphone I want to know if the command I given above can be used in mpvkt . If not then please explain how What should I write in mpv.conf