Files
nexus/wiki/concepts/硬件转码.md
2026-04-17 08:38:12 +08:00

17 lines
609 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "硬件转码"
type: concept
tags: [video, encoding, hardware-acceleration]
sources: []
last_updated: 2025-04-17
---
## Definition
利用 GPU 硬件(如 Intel QuickSync、NVIDIA NVENC、AMD VCE加速视频编码/解码的过程,相比 CPU 软件编码能显著降低功耗和提高转码速度。
## Related Concepts
- [[Docker-Compose]]:容器化部署环境
- [[容器化媒体服务]]:媒体服务器容器化架构
## Application
在 Jellyfin 等媒体服务器中,通过挂载 `/dev/dri` 设备利用 Intel GPU 进行硬件转码,实现实时视频转码和流媒体播放。