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

# 실시간 녹화

## 녹화 시작

**디버그** 탭에서 **화면 녹화**를 누르거나, 단축키 `Cmd/Ctrl+Shift+X`를 누르면 녹화가 시작됩니다.

> 혹시 단축키가 안 먹는다면 OS나 다른 확장과 겹친 걸 수 있으니, 버튼으로 시작하셔도 됩니다.

![녹화 시작](/files/8xpFAalEF2f7xqhgV8FT)

## 녹화 중

녹화 중에는 **경과 시간과 최대 시간**이 타이머로 표시됩니다. 버그를 재현하는 동작을 평소처럼 보여주시면 됩니다.

* **녹화 완료** — 녹화를 멈추고 영상으로 마무리합니다.
* **취소** — 녹화를 버리고 처음으로 돌아갑니다.

영상은 **최대 길이 제한**이 있어서, 그 시간에 닿으면 알아서 멈추니 시간을 재며 조마조마하지 않으셔도 됩니다.

![녹화 중 타이머](/files/ZuqFCpqDEflnrKiNsIJe)

## 처리·산출

멈추면 영상이 MP4로 처리되고 썸네일이 만들어집니다. 처리가 끝나면 자연스럽게 이슈 초안으로 넘어갑니다.

> 이어지는 이슈 작성은 [이슈 작성](/ko/video/issue.md)에서 안내해 드립니다.

***

🌐 [English](https://bugshot.gitbook.io/en/video/record)


---

# 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://bugshot.gitbook.io/ko/video/record.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.
