> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/technical-library/zh/guan-li-yuan-zhuan-qu/network-management/quality-of-service-and-network-best-practices-explainer/how-zoom-audio-and-video-codecs-affect-bandwidth-usage.md).

# Zoom 音频和视频编解码器如何影响带宽使用

#### <mark style="color:蓝色;">Zoom 设备和 Zoom 产品利用专有编解码技术来适应网络状况和 CPU 使用情况</mark> <a href="#cfl101gciai2" id="cfl101gciai2"></a>

Zoom 在应用层的自适应编解码器通过我们称之为“Reactive QoS 层”的机制优化性能。Zoom 应用程序会在时间维度（每秒帧数）和空间维度（分辨率）上调整视频流。

{% hint style="success" %}
**示例**

如果 Zoom Workplace 桌面应用以每秒 30 帧发送 720P 分辨率，而 Reactive QoS 层检测到 CPU 占用率很高，则该应用将尝试保持相同分辨率，但将帧率调整为每秒 15 帧，以降低 CPU 负载。如果 Reactive QoS 层检测到设备本身的网络 I/O 成为瓶颈，自适应编解码器将降低所有发送/接收视频流的分辨率，以便在可用带宽内运行。采取这些措施有助于在低带宽下保留可理解的音频通信。
{% endhint %}

#### <mark style="color:蓝色;">Zoom 使用业界领先的音频和视频编解码器，在不同网络条件和视频布局下保持高质量媒体。</mark> <a href="#id-8gaj771b59fw" id="id-8gaj771b59fw"></a>

下表显示了 Zoom 应用程序和 Zoom 设备使用了哪些音频和视频软件编解码器。

{% hint style="info" %}
**备注**

AV1 编解码器仅在以下情况下启用：硬件编码为 **关闭** 并且您的设备 **不** 处于省电模式。

AV1 编码会根据 CPU 负载动态管理。在 CPU 负载很高时，客户端会回退到 H.264 高级视频编码（AVC）以保持性能。
{% endhint %}

| Zoom 产品               | H.264（AVC） | Opus 音频编解码器 | SILK 音频编解码器 | AV1 编解码器 |
| --------------------- | ---------- | ----------- | ----------- | -------- |
| Zoom Workplace 桌面应用   | 是          | 是           | 是           | 是        |
| Zoom Workplace 移动应用   | 是          | 是           | 是           | 是        |
| Zoom Workplace VDI 应用 | 是          | 是           | 是           | 是        |
| Zoom Rooms            | 是          | 是           | 是           | 是        |
| Zoom Phone            | 否          | 是           | 是           | 不适用      |
| Zoom 呼叫中心             | 是          | 是           | 是           | 不适用      |

#### <mark style="color:蓝色;">H.264 可伸缩视频编解码器会适应视频布局、分辨率以及其他会议参会者的视频分辨率</mark> <a href="#id-69joo9v7f5ju" id="id-69joo9v7f5ju"></a>

随着更多参会者加入 Zoom 会议，他们的 Zoom 应用程序会向您正在使用的 Zoom 应用请求特定的视频分辨率。这些请求的分辨率质量将根据 *远端* 会议参会者所选的视频布局。您的 Zoom 应用程序可以同时传输最多四路 H.264 AVC 视频流，以满足远端参会者请求的不同分辨率。H.264 AVC 还会根据您在内容共享和布局方面的视频设置进行调整。

#### <mark style="color:蓝色;">Opus 和 SILK 编解码器用于 Zoom Meetings 和网络研讨会中的音频通信，以及 Zoom Phone 和 Zoom 呼叫中心</mark> <a href="#yd9zc77zfnm7" id="yd9zc77zfnm7"></a>

SILK 和 Opus 音频编解码器具有自适应性，会根据实时网络状况动态调整其比特率，以提供最佳的语音通信质量。由于这些编解码器具有动态特性，本文档中建议的音频带宽分配以范围形式给出

#### <mark style="color:蓝色;">AV1 编解码器</mark>&#xD;

AV1（AOMedia Video 1）是一种开放的视频编解码器，旨在以比之前的编解码器更高的效率提供高质量视频压缩。它能够在降低流媒体和存储成本的同时提供高质量视频，并在不影响质量的情况下显著减小文件大小。AV1 针对高分辨率内容进行了优化，并支持自适应流和 HDR 内容等现代技术。

有关更多信息，请参阅 [开放媒体联盟](https://aomedia.org/specifications/av1/) 站点。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://library.zoom.com/technical-library/zh/guan-li-yuan-zhuan-qu/network-management/quality-of-service-and-network-best-practices-explainer/how-zoom-audio-and-video-codecs-affect-bandwidth-usage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
