From 9ead5dbd19118c07288f3662e8cfd9d2415a2af7 Mon Sep 17 00:00:00 2001 From: Frank Skare Date: Mon, 16 Aug 2021 09:07:33 +0200 Subject: [PATCH] #309 support hwdec=auto-safe --- src/Resources/editor_conf.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Resources/editor_conf.txt b/src/Resources/editor_conf.txt index 9146f9b..41dc9b0 100644 --- a/src/Resources/editor_conf.txt +++ b/src/Resources/editor_conf.txt @@ -8,9 +8,10 @@ url = https://mpv.io/manual/master/#options-hwdec help = Specify the hardware video decoding API that should be used if possible. Whether hardware decoding is actually done depends on the video codec. If hardware decoding is not possible, mpv will fall back on software decoding.\n\nFor more information visit: option = no always use software decoding -option = auto enable best hw decoder (see below) +option = auto enable best hw decoder option = yes exactly the same as auto -option = auto-copy enable best hw decoder with copy-back (see below) +option = auto-copy enable best hw decoder with copy-back +option = auto-safe enable any whitelisted hw decoder option = dxva2 requires vo=gpu with gpu-context=d3d11, gpu-context=angle or gpu-context=dxinterop (Windows only) option = dxva2-copy copies video back to system RAM (Windows only) option = d3d11va requires vo=gpu with gpu-context=d3d11 or gpu-context=angle (Windows 8+ only)