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
MPV's default decoder selection doesn't consider whether the decoder can decode the alpha channel if a video has it. Hardware decoders typically do not support decoding the alpha channel. Additionally, the default VP8 and VP9 decoders don't either, libvpx and libvpx-vp9 have to be specified in the config.
Presently in order to play transparent videos I have to use this config:
Expected behavior of the wanted feature
MPV's default decoder selection doesn't consider whether the decoder can decode the alpha channel if a video has it. Hardware decoders typically do not support decoding the alpha channel. Additionally, the default VP8 and VP9 decoders don't either, libvpx and libvpx-vp9 have to be specified in the config.
Presently in order to play transparent videos I have to use this config:
This completely disables hardware decoding for VP8 and VP9, regardless of whether the video has an alpha channel.
MPV should check if the video has an alpha channel and choose an appropriate decoder to decode it. Only this config should be necessary:
background=none
Alternative behavior of the wanted feature
No response
Log File
No response
Sample Files
kinda.hot.webm
The text was updated successfully, but these errors were encountered: