{currentGpu.name}
{currentGpu.driver_version && ({t("videoCompiler.gpu.driver")}: {currentGpu.driver_version}
)}{t("videoCompiler.gpu.os")}: {systemInfo.os.type} {systemInfo.os.version} ( {systemInfo.os.architecture})
{t("videoCompiler.gpu.cpu")}: {systemInfo.cpu.cores} {t("videoCompiler.gpu.cores")} ( {systemInfo.cpu.arch})
{systemInfo.memory && ({t("videoCompiler.gpu.memory")}: {formatGpuMemory(systemInfo.memory.total_bytes, t)}
)}{t("videoCompiler.gpu.recommendations")}
{t("videoCompiler.gpu.refreshTooltip")}
{isGpuAvailable ? t("videoCompiler.gpu.gpuTooltip", { encoder }) : t("videoCompiler.gpu.gpuUnavailableTooltip")}