> For the complete documentation index, see [llms.txt](https://inflab-1.gitbook.io/inflearn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inflab-1.gitbook.io/inflearn/lecture-video/monitoring.md).

# 완성한 영상 모니터링하기

수업 영상 녹화와 편집을 모두 끝내셨다면 완성된 영상을 최종 확인해주세요. \
수강생이 학습하는 데 어려움이 없도록 [권장 영상 형식](/inflearn/lecture-video/format.md#undefined)을 꼭 지켜주시기 바랍니다.

{% hint style="warning" %}
**Windows 환경의 노트북으로 모니터링을 진행하시길 권장합니다.** \
iMac, MacBook 등 Apple PC의 경우 음향을 강하게 보정해서 출력하는 경향이 있습니다. (오디오 크기, 노이즈 및 반향 등) 때문에 Apple PC에서는 무난하게 수강할 수 있더라도, 다른 PC나 모바일 기기 등 수강 환경에 따라 학습에 어려움이 있을 수 있습니다.&#x20;

때문에 꼭 Windows 환경의 노트북에서 **내장 스피커**를 통해 영상을 검토해 주세요. \
모바일, 태블릿 기기를 통해서도 함께 확인해주시면 더욱 좋습니다.
{% endhint %}

1. **오디오:** 적정 볼륨을 지키셨나요? 가능한 노이즈나 하울링, 강의와 무관한 소음 등이 들리지 않도록 해주세요. 음향이 좋지 않으면 수강생 컴플레인이 지속적으로 발생할 수 있어요.
2. **비디오:** 화질 등 학습하면서 화면을 무리없이 참고할 수 있는지 확인해주세요. 수강생을 고려해 PC/모바일 장치 양쪽에서 화면이 잘 보이는지 살펴주시면 좋습니다. (코드나 프로그램 메뉴 글자 크기 등)
3. **녹화된 내용:** 수강생에게 노출되어서는 안 되는 내용이 녹화되지는 않았는지 검토해주세요.
4. **영상 상태:** 화면비, 오디오-비디오 싱크, 끊김이나 멈춤 등 이상이 없는지 확인해주세요.
5. **그밖에:** 말하는 속도가 너무 느리거나 빠르지는 않은지, 목소리 톤과 발음이 적절한지, 부적절한 말을 하지는 않았는지 확인해주세요.


---

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

```
GET https://inflab-1.gitbook.io/inflearn/lecture-video/monitoring.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.
