Closed fulalas closed 6 months ago
Your log shows dav1d
being used by default, where's the problem?
That's what mpv shows:
"Alliance for Open Media AV1" is the verbose name of the codec, irrespective of the decoder being used (which stats.lua no longer shows).
I see. It would be great if we could see the current decoder in the stats.
[ 0.081][v][vd] Selected codec: dav1d AV1 decoder by VideoLAN
I see. It would be great if we could see the current decoder in the stats.
Fixed in https://github.com/mpv-player/mpv/pull/13891 after 0.38 has been released. Decoder id is displayed if it differs from generic codec tag, like in libdav1d
case.
In mpv
0.37.0
when I open an AV1 video,dav1d
is the preferred decoder, but in0.38.0
that's no longer the case andaom
is the preferred one.When building
0.37.0
in the same environment and replacing0.38.0
, then dav1d is back as the preferred decoder.I'm using ffmpeg
6.1.1
and PorteuX1.3
x64 distro.0.38.0
log:0.37.0
log: 0.37.0.txt