←back to thread

1113 points Bluestein | 3 comments | | HN request time: 0.506s | source
Show context
Venn1 ◴[] No.41278065[source]
If you're on Linux, don't forget to enable hardware acceleration by adding hwdec=auto to mpv.conf. Works with AMD/Intel/NVIDIA.

https://interfacinglinux.com/2024/01/10/hardware-acceleratio...

replies(6): >>41278523 #>>41279207 #>>41279536 #>>41281393 #>>41282346 #>>41294660 #
NavinF ◴[] No.41279207[source]
Why would that be disabled by default?
replies(5): >>41279339 #>>41279391 #>>41279988 #>>41281302 #>>41281618 #
1. varenc ◴[] No.41279988[source]
In addition to what others have said, hardware decoding comes with other drawbacks. There’s occasionally decoding inaccuracies and there’s no support for most video filters (unless you’re using `auto-copy`)
replies(2): >>41280486 #>>41284755 #
2. tvshtr ◴[] No.41280486[source]
Try watching UHD HDR on intel iGPU without accel, or AV1. MPV also supports vulkan decoders.
3. radicality ◴[] No.41284755[source]
Do you know if/why on apple silicon Macs there’s a difference between videotoolbox and videotoolbox-copy ? I thought the SoC memory is shared and that there wouldn’t be a need for copying data from VRAM to RAM.