Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] MPV: Directly edit mpv.conf & inputs.conf #157

Open
versedwildcat opened this issue Aug 31, 2022 · 4 comments
Open

[Feature Request] MPV: Directly edit mpv.conf & inputs.conf #157

versedwildcat opened this issue Aug 31, 2022 · 4 comments

Comments

@versedwildcat
Copy link

The ability to directly pass options and set custom keybindings to MPV is very useful if you want to customize your viewing experience.

Adding an option to mpv.conf is also the only way to playback 10bit videos using MPV on Android currently. (See this issue)

Thanks and on congrats 0.6!

@jarnedemeulemeester
Copy link
Owner

While I don't have issues playing 10bit content (except for h264 10bit which is always problematic...) there is already a way to edit the mpv.conf file.

Using your computer or an app (to browse the files on your phone) you should be able to find the config in this location: <internal/external storage>/Android/data/dev.jdtech.jellyfin/files/mpv/
There you can edit the mpv.conf and add an inputs.conf file.

However I can't guarantee that everything you enter in the config will work since mpv is using a stripped down version of ffmpeg.
But vf=format=yuv420p should work I think :)

@versedwildcat
Copy link
Author

Using your computer or an app (to browse the files on your phone) you should be able to find the config in this location: <internal/external storage>/Android/data/dev.jdtech.jellyfin/files/mpv/ There you can edit the mpv.conf and add an inputs.conf file.

Your method worked great!
I had no idea it was possible to access an app's data over USB. I recall seeing mostly empty folders (because you couldn't view the contents)

Also I should mention that I was in fact talking about h264 10bit, which normally doesn't work on neither HW or SW decoding.

I'll leave the issue open as a feature request.

Thanks!

@gudvinr
Copy link

gudvinr commented Sep 25, 2023

Simpler option would be to have text edit field in findroid option that passes options to mpv as it was config file (with mpv_set_option_string, since it's how mpv does it basically).

@rohitghali
Copy link

Any timeline on adding the input and mpv inline editing option in the app?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants