You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Play a H.265 (Main 10 Profile) video file and it won't be clear.
Actual Results:
There is a bug around on my machine and it cannot play H.265 (Main 10 Profile) w/o flickering. So I have to add extra configuration to play it clearly. And actually, through the vaapi the cpu using is 10x less.
Expected Results:
With mpv player only, I can play video files clearly if I add my config here ~/.config/mpv/mpv.conf or in cli too.
Only vo=libmpv is supported right now (if you try to set vo to something else, it will be overridden). We need it so that we can use the rendering API, which is the only embedding method that works on Wayland.
Overview Description:
I have default mpv config files here:
~/.config/mpv/mpv.conf
Some lines are ignored, i.e. thevo
even if I try to add it in command line:Or here
Or here
)
Steps to Reproduce:
Actual Results:
There is a bug around on my machine and it cannot play H.265 (Main 10 Profile) w/o flickering. So I have to add extra configuration to play it clearly. And actually, through the vaapi the cpu using is 10x less.
Expected Results:
With mpv player only, I can play video files clearly if I add my config here
~/.config/mpv/mpv.conf
or in cli too.Version:
Additional Information:
I found interesting lines in the logs:
The text was updated successfully, but these errors were encountered: