Replies: 1 comment 4 replies
-
|
Instead of setting hwdec=yes, set hwdec=vaapi (or whatever API you want to use) explicitly. This will be the best of all worlds, the probing will be cut out so mpv will start up faster and the fallback will be instant too |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi10p videos are generally not compatible with hardware decoders as they're outside the standard. I'm rather tired of having error spam and delayed startup whenever I play a "hi10p" video (i.e. a non-hdr h264 video with 10 bit color). I'd prefer it just never try to initialize hardware decoding.
Example of the errors:
A simple solution would be to just disable hardware decoding on all h264 videos but I'd prefer to avoid that.
I currently have tried:
which works, but there's a race condition of some sort and it often activates "too late" so it only works for further files in the same playlist.
I've also tried this, but it doesn't work at all as it activates instantly at startup and reads empty parameters and never runs again:
Beta Was this translation helpful? Give feedback.
All reactions