# OBS Studio로 화면 녹화하기

{% hint style="info" %}
인프런이 추천하는 영상 녹화 툴은 [**OBS Studio**](https://obsproject.com/ko)입니다. Windows, macOS, Linux 등에서 무료로 사용하실 수 있습니다.
{% endhint %}

### OBS Studio 기본 사용법 <a href="#obs-studio" id="obs-studio"></a>

OBS Studio를 실행하고, 소스 목록에서 추가(+) 버튼을 클릭하면 녹화 화면을 추가할 수 있어요.\
PC 화면 캡쳐, 웹캠 캡쳐, PC 화면 + 웹캠 동시 캡쳐를 모두 지원합니다.

<figure><img src="/files/y2IJS8czggFI5VjqLfWA" alt=""><figcaption></figcaption></figure>

### PC 화면 캡처 <a href="#pc" id="pc"></a>

2가지 방식 중에서 선택할 수 있습니다.

* **디스플레이 캡처** : 디스플레이(모니터)를 녹화합니다.
* **윈도우 캡처** : 활성화된 윈도우(창)을 선택 녹화합니다.

### 웹캠/PC 화면 동시 캡처 <a href="#pc" id="pc"></a>

비디오 캡쳐 장치를 클릭하고 웹캠을 연동합니다. 웹캠과 PC 화면을 동시에 녹화하려면 **디스플레이 또는 윈도우 캡쳐를 추가**한 다음 **비디오 캡쳐 장치로 웹캠을 추가**하시면 됩니다.

### 설정 <a href="#undefined" id="undefined"></a>

제어 - 설정 - 출력에서 녹화한 영상이 저장되는 경로, 품질, 형식, 인코더 등을 설정할 수 있어요.

<figure><img src="/files/wL37jStZk7ES6wMcqQXE" alt="" width="384"><figcaption></figcaption></figure>

* 인프런 플레이어에서 지원하는 **포맷**을 확인해서 녹화해 주세요. [(지원 형식 보기)](/inflearn/lecture-video/format.md#undefined)&#x20;
  * 만약 다른 포맷으로 녹화했다면 파일을 따로 인코딩해 주세요.&#x20;
* 오디오, 비디오, 단축키 등 기타 세부 설정도 가능합니다.

### 영상 녹화 <a href="#undefined" id="undefined"></a>

모든 준비를 마쳤다면, 제어 - 녹화 시작을 클릭해주세요. 마이크/보조 믹서로 녹음 상태도 함께 확인할 수 있습니다. *(오디오 믹서의 75\~95%까지 목소리 볼륨이 녹음되어야 합니다.)*

### 일시정지

* 녹화를 잠깐 정지하려면 일시정지 버튼을 클릭해주세요.
* 정지된 상태에서 버튼을 한 번 더 클릭하면 녹화를 다시 진행합니다.

### **녹화 중단**

* 녹화를 마치고 싶다면 녹화 중단 버튼을 클릭해주세요.
* 설정 - 출력 - 녹화 - 녹화 경로에서 지정한 폴더에 영상이 저장됩니다.

<figure><img src="/files/xZtXOd2InSA53LbujYbz" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://inflab-1.gitbook.io/inflearn/lecture-video/recording/obs-studio.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
