Make로 자동화 쇼츠 생성하기

소개

Make를 이용해 영상 콘텐츠 자동 생성 및 채널 업로드 후 스프레드 시트 자동등록

진행 방법

Make, OpenAPI, JSON2VIDEO, Leonardo, Suno

오프라인 모임에서 스터디장님 두 분 (이석구님, 이재엽님)의 도움으로 기존의 Make blueprint를 불러와 퀴즈형태의 영상을 제작하는 방법을 배울 수 있었습니다. 강의시간에는 한국어 퀴즈 블루프린트를 사용해서 한국인 50대에게 흥미가 있을 퀴즈를 만들어보았습니다.

방법을 익힌 뒤 제공받았던 미국퀴즈 블루프린트(아래)를 가지고 제가 만들고 싶었던 퀴즈를 만들어보았습니다.

프로젝트의 다양한 단계를 보여주는 순서도

먼저 구글시트를 만들어 콘텐츠 목록을 작성할 시트 베이스를 설정한 뒤 스프레드시트를 연결해주었습니다.

Google 스프레드시트의 스크린샷

그리고 나서 API들을 연결해 주었습니다.

먼저 OpenAPI 연결을 한 뒤에 원래 자동으로 설정되어 있던 Message 부분의 프롬프트를 제가 생각한 미국 스포츠 관련 주제에 맞게 수정해주었습니다.


# Task

Create 3 quick, interesting trivia questions. Each question should be easy to answer and come with three options, only one of which is correct. Format the output in JSON, with the following structure for each question: Question | Option A | Option B | Option C | Answer.

Additionally provide a prompt for background music that will serve as background audio of the quiz video

## Specifics

- Create a fun quiz for ‘American Sports fans’

- Questions should be designed to be fun and engaging, encouraging participation.

- Keep the difficulty level moderate to ensure they are accessible to a general audience.

- Don't include ' in your text

- Keep the background music prompts in English

- Exclude common, easy, and frequently encountered quizes about american pro sports

ex) Major League Baseball, National Football League, national basketball association, national hockey league, etc

Generate video script content that aligns with the given title or keyword. The output must be structured as a JSON object with three fields: ‘content’, ‘video_title’, ‘description’ and "bgmPrompt". The ‘content’ should be a narrative script ranging from 150 to 160 words, designed for an AI voice generator to narrate. The ‘video_title’ will serve as the YouTube video title, and the ‘description’ will be used for the video’s description on YouTube. "bgmPrompt" will be used tocreate audio on the background score based oon the prmpt. Ensure the script is engaging, informative, and tailored to the intended audience.

- The quiz topics are {{85.`0`}}

그리고 나서 Leonardo API를 연결해주었습니다.

레오나르도 결제 ($9 필요)

AI 액세스 대시보드의 스크린샷

그리고 나서 JSON2VIDEO API도 생성하여 연결해주었습니다.

aws 구��성 페이지의 스크린샷

Combine Video 단계에서 bgm이 필요한데 이를 위해 SUNO에서 음원을 하나 만들어주었습니다.
스포츠 관련 퀴즈답게 밝고 경쾌한 리듬의 bgm을 만들기 위해 스크립트를 chatGPT 통해서 작성한뒤 붙여넣어 만들었더니 그럴싸한 음악이 생성되었습니다. 그리고 나서 이 음원들을 구글드라이브에 넣고 연동해주었는데, 이 부분에서 계속 에러가 났습니다. 나중에 보니 공유 폴더 링크를 넣으면 안되고 음원 하나를 지정해서 음원파일의 링크를 넣어야 하더라구요. 이걸 몰라서 구글 Outh 설정하고 난리를 지기느라 1시간을 보낸 것 같네요.

컴퓨터 화면에 표시된 suno 앱의 스크린샷

마지막 구글 스프레드까지 연결한 뒤 Run하니 오류 없이 최종적으로 오류 없이 영상이 제 채널에 업로드 되었습니다.

https://www.youtube.com/shorts/Lqz44uFIzNw

넘 신기한 경험이라 저도 모르게 소리를 질렀다는...

결과와 배운 점

이제 더 해야할 것은

6시간 주기로 자동으로 돌아가게 하는 것

그리고 구글스프레드 시트에 제목생성이 자동으로 안됐던 것 보안

그리고 음원 수익 창출방법 (짤스튜디오 등록시 채널 총 조회수가 10만 이상이어야 채널 등록 가능)

메이크 공부해서 블루프린트 직접 만들어보기

JSON 수익성 60$ 결제 할지 말지...

도움 받은 글

메이크가 어떻게 기능하는지 알려주신 석구님과 재엽님께 감사드립니다.

6
1개의 답글

👉 이 게시글도 읽어보세요