소개
Make를 이용해 영상 콘텐츠 자동 생성 및 채널 업로드 후 스프레드 시트 자동등록
진행 방법
Make, OpenAPI, JSON2VIDEO, Leonardo, Suno
오프라인 모임에서 스터디장님 두 분 (이석구님, 이재엽님)의 도움으로 기존의 Make blueprint를 불러와 퀴즈형태의 영상을 제작하는 방법을 배울 수 있었습니다. 강의시간에는 한국어 퀴즈 블루프린트를 사용해서 한국인 50대에게 흥미가 있을 퀴즈를 만들어보았습니다.
방법을 익힌 뒤 제공받았던 미국퀴즈 블루프린트(아래)를 가지고 제가 만들고 싶었던 퀴즈를 만들어보았습니다.
먼저 구글시트를 만들어 콘텐츠 목록을 작성할 시트 베이스를 설정한 뒤 스프레드시트를 연결해주었습니다.
그리고 나서 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 필요)
그리고 나서 JSON2VIDEO API도 생성하여 연결해주었습니다.