From 0e6116b478e63025d7bc3d246a8532cb4f884a95 Mon Sep 17 00:00:00 2001 From: nkh0472 <67589323+nkh0472@users.noreply.github.com> Date: Wed, 27 Dec 2023 22:29:31 +0800 Subject: [PATCH] Detailed description for hwdec --- src/MpvNet.Windows/Resources/editor_conf.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MpvNet.Windows/Resources/editor_conf.txt b/src/MpvNet.Windows/Resources/editor_conf.txt index ce8d8457..453b4432 100644 --- a/src/MpvNet.Windows/Resources/editor_conf.txt +++ b/src/MpvNet.Windows/Resources/editor_conf.txt @@ -82,7 +82,7 @@ file = mpv default = no directory = Video 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: +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. Hardware decoding is disabled by default to maintain reliability. However, modern hardware should supports hardware video decoding, reducing CPU usage and power consumption.\n\nFor more information visit: option = no always use software decoding option = auto enable best hw decoder option = yes exactly the same as auto