> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/intercom/ko/configuration/integrate-verkada-intercoms-with-sip/intercom-high-efficiency-video-encoding-hevc.md).

# 인터콤 고효율 비디오 인코딩(HEVC)

H.265(고효율 비디오 코딩, HEVC)는 H.264(고급 비디오 코딩, AVC)의 후속으로 개발된 비디오 압축 표준입니다. 더 높은 압축 효율을 제공하여 더 낮은 대역폭과 저장 공간 사용으로도 비슷한 비디오 품질을 가능하게 하므로 보안 비디오 스트리밍에 매우 적합합니다.

{% hint style="info" %}
표준에 대한 더 자세한 개요는 다음을 참조하세요: [고효율 비디오 인코딩](https://en.wikipedia.org/wiki/High_Efficiency_Video_Coding)
{% endhint %}

모든 Verkada Video Intercom은 H.265 인코딩을 지원합니다. Verkada Command에서 비디오를 볼 때 재생은 장치 성능에 따라 최적화됩니다. H.265를 지원하는 장치는 최고의 품질을 위해 기본 스트림을 받으며, 지원하지 않는 장치는 호환성을 위해 자동으로 트랜스코딩된 H.264 스트림을 받습니다.

***

## 구성

{% stepper %}
{% step %}
**Verkada Command에서 모든 제품 > 인터콤으로 이동합니다.**
{% endstep %}

{% step %}
**인터콤을 선택합니다.**
{% endstep %}

{% step %}
**상단에서 설정 > 비디오를 클릭합니다.**
{% endstep %}

{% step %}
**비디오 코덱 아래에서 H.265를 선택합니다.**
{% endstep %}
{% endstepper %}

***

## 자주 묻는 질문

<details>

<summary>Verkada 인터콤에서 H.265 비디오 인코딩을 활성화해야 하는 이유는 무엇인가요?</summary>

H.265 인코딩은 비디오 품질을 향상시켜 아티팩트를 크게 줄이면서 최대 2배 더 선명한 화질을 제공합니다. 또한 디지털 확대 시에도 주요 세부 정보를 더 효과적으로 보존합니다.

</details>

<details>

<summary>어떤 Verkada 인터콤이 H.265 비디오 인코딩을 지원하나요?</summary>

모든 Verkada Video Intercom 모델은 H.265를 지원합니다.<br>

</details>

<details>

<summary>Verkada HEVC를 재생하기 위한 최소 시스템 요구 사항은 무엇인가요?</summary>

H.265는 H.264에 비해 인코딩 및 디코딩에 더 많은 처리 성능을 요구하므로 일부 장치나 브라우저에서 사용하기가 더 어려울 수 있습니다. Verkada H.265 비디오 디코딩에는 호환되는 장치 하드웨어와 브라우저가 필요합니다. 자세한 내용은 다음을 참조하세요. [장치 요구 사항](https://help.verkada.com/verkada-cameras/video-streaming-and-sharing/live-streaming/camera-high-efficiency-video-encoding-hevc#device-requirements) 이 문서의 섹션에서 자세한 정보를 확인하세요.

</details>


---

# 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://help.verkada.com/intercom/ko/configuration/integrate-verkada-intercoms-with-sip/intercom-high-efficiency-video-encoding-hevc.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.
