{{define "hwaccel"}} {{template "head-common" .}} {{.Title}} {{template "accessibility-common" .}} {{template "main-layout-start" .}} {{template "hwaccel-content" .}} {{template "main-layout-end" .}} {{template "body-common-scripts" .}} {{end}} {{define "hwaccel-content"}}

Hardware Acceleration

Configure GPU-based video decoding

GPU Information

GPU Model

{{range .Platform.GPUInfo.Models}}

{{.}}

{{end}}

GPU Vendor

{{getVendorDisplay .Platform.GPUInfo.Brand}}

Supported Codecs

Your GPU supports the following hardware decoding formats:

{{range .Platform.GPUInfo.SupportedCodecs}} {{formatCodecName .}} {{end}} {{if not .Platform.GPUInfo.SupportedCodecs}} No codec information available {{end}}

Hardware Acceleration Method

Select hardware acceleration method for MPV:

{{range .HWAOptions}} {{end}}
{{end}}