@@ -16,8 +16,8 @@ This is an object settings list option. See `List Options`_ for details.
16
16
17
17
See ``--vo=help `` for a list of compiled-in video output drivers.
18
18
19
- The recommended output driver is ``--vo=gpu ``, which is the default. All
20
- other drivers are for compatibility or special purposes. If the default
19
+ The recommended output driver is ``--vo=gpu-next ``, which is the default.
20
+ All other drivers are for compatibility or special purposes. If the default
21
21
does not work, it will fallback to other drivers (in the same order as
22
22
listed by ``--vo=help ``).
23
23
@@ -27,6 +27,17 @@ This is an object settings list option. See `List Options`_ for details.
27
27
28
28
Available video output drivers are:
29
29
30
+ ``gpu-next ``
31
+ Video renderer based on ``libplacebo ``. This supports almost the same set
32
+ of features as ``--vo=gpu ``. See `GPU renderer options `_ for a list.
33
+
34
+ Should generally be faster and higher quality, while also implementing some
35
+ features specific to ``gpu-next ``, but some features may be intentionally
36
+ omitted or there may be functional differences to ``--vo=gpu ``.
37
+ See here for a list of known differences:
38
+
39
+ https://github.com/mpv-player/mpv/wiki/GPU-Next-vs-GPU
40
+
30
41
``gpu ``
31
42
General purpose, customizable, GPU-accelerated video output driver. It
32
43
supports extended scaling methods, dithering, color management, custom
@@ -57,17 +68,6 @@ Available video output drivers are:
57
68
with ``rgb32f ``. If you have problems, you can also try enabling the
58
69
``--gpu-dumb-mode=yes `` option.
59
70
60
- ``gpu-next ``
61
- Experimental video renderer based on ``libplacebo ``. This supports almost
62
- the same set of features as ``--vo=gpu ``. See `GPU renderer options `_ for a
63
- list.
64
-
65
- Should generally be faster and higher quality, but some features may still
66
- be missing or misbehave. Expect (and report!) bugs. See here for a list of
67
- known differences and bugs:
68
-
69
- https://github.com/mpv-player/mpv/wiki/GPU-Next-vs-GPU
70
-
71
71
``xv `` (X11 only)
72
72
Uses the XVideo extension to enable hardware-accelerated display. This is
73
73
the most compatible VO on X, but may be low-quality, and has issues with
0 commit comments