> ## Documentation Index
> Fetch the complete documentation index at: https://carat.im/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 길거리 인터뷰 영상 만들기

> 길거리 인터뷰 영상 기획부터 제작까지 한 번에 완성하는 방법을 배워보세요.

<div style={{position: 'relative', paddingBottom: '56.25%', height: 0, overflow: 'hidden', maxWidth: '100%', marginBottom: '2rem'}}>
  <iframe style={{position: 'absolute', top: 0, left: 0, width: '100%', height: '100%', border: 0}} src="https://www.youtube.com/embed/a0TDZTRMO24" title="캐럿 아카데미 | Ep2. 길거리 인터뷰 AI로 만들기" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowFullscreen className="rounded-lg shadow-lg" />
</div>

<Steps>
  <Step title="큐시트 작성">
    ```text theme={null}
        길거리 인터뷰 제작을 위한 큐시트를 만들어줘. 내용은 "캐럿 에이전트를 이용하면 요즘 유행하는 바이럴 쇼츠를 기획부터 제작까지 한번에 가능하다"는 내용이야.
        
        다음 요청사항을 지켜줘
        * 캐럿 에이전트의 장점이 잘 드러나는 질문과 답변으로
        * 질문과 답변은 짧고 간결하게
        * 전체 길이는 10초
    ```
  </Step>

  <Step title="큐시트 수정">
    ```text theme={null}
        더 상세한 큐시트가 필요해. 시간대별 대사와 상황 감정을 포함해서. 인물의 외모와 스타일도 더 구체적으로 설명해줘.
    ```
  </Step>

  <Step title="인터뷰 영상 제작">
    ```text theme={null}
        이 큐시트를 활용해서 이제 인터뷰 영상을 제작해봐.
        * 대사는 모두 한국어로 해주고
        * 구글 비오3 모델을 활용해봐.
    ```
  </Step>
</Steps>
