유튜브 영상 자동요약 시스템 구축

728x90
반응형

 

 목적::


 누구나 손쉽게 유튜브 영상을 자동으로 요약받을 수 있는 시스템을 만드는 방법을 소개합니다.

목적은 긴 유튜브 영상을 일일이 시청하지 않아도, 원하는 영상을 이메일로 보내기만

하면 AI가 내용을 요약해주도록 자동화하는 과정을 안내합니다.

특히, 모바일 환경이나 이동 중에도

쉽게 사용할 수 있는 점을 강조합니다.

 

 중요한 특징::

기존 요약 서비스는 PC 기반이거나 유료·광고가 많아 불편하지만,

본 시스템은 무료이고, 한 번만 구축하면 터치 몇 번으로 요약을 받을 수 있습니다.

사용자가 직접 유튜브 영상을 끝까지 볼 필요 없이,

필요한 정보만 빠르게 얻을 수 있어서 실용적입니다.

 

시스템 설치 절차: : 

  1. 메이크닷컴 가입 및 시나리오 생성
    • make.com에 접속해 회원가입 후 로그인합니다.
    • 대시보드에서 ‘Create a new scenario’를 클릭합니다.
    • ‘Webhooks’ → ‘Custom mailhook’을 선택해 웹훅을 생성하고, 주소를 복사합니다.
  2. 지메일 자동 전달 설정
    • 지메일 설정에서 ‘전달 및 POP/IMAP’ 메뉴로 이동합니다.
    • ‘전달 주소 추가’에 복사한 웹훅 주소를 붙여넣고 인증 절차를 완료합니다.
    • 정상적으로 연결되었는지 테스트 메일을 보내 확인합니다.
  3. 유튜브 영상 대본 추출
    • 메이크닷컴 시나리오에 파라(parabola) 모듈을 추가해, 전달받은 메일에서 유튜브 URL을 감지합니다.
    • 해당 URL의 자막(대본)을 추출합니다.
  4. AI 요약 및 결과 전달
    • 오픈라우터(OpenRouter) 모듈을 추가해, 추출한 대본을 AI에게 요약 요청합니다.
    • 프롬프트(요약 지시문)와 함께 대본을 입력합니다.
    • 요약 결과를 이메일로 자동 회신받습니다.
  5. 활용 예시
    • 유튜브 영상 공유 → 지메일로 전송 → 자동 요약 메일 수신
    • 필요에 따라 프롬프트 수정 및 다양한 AI 모델 적용 가능

자연스러운 연결


이 시스템은 한 번만 구축하면, 이후에는 복잡한 과정 없이 이메일로 유튜브 영상 링크만 보내면 자동으로 요약본을 받아볼 수 있습니다. 이동 중이거나 시간이 부족한 분들에게 특히 유용하며, 원하는 정보만 빠르게 취득할 수 있어 시간 효율성이 매우 높습니다.

============================================================

 Purpose
TI will introduce a step-by-step guide to building a system that automatically summarizes YouTube videos. The purpose is to help users receive concise summaries of lengthy YouTube content simply by sending the video link via email, without needing to watch the entire video. The system is designed for convenience, especially for mobile or on-the-go use.

 

Key Emphasis by the Presenter

  • The presenter highlights the inconvenience of existing summary services, which are often PC-based, paid, or filled with ads. In contrast, this system is free, easy to set up once, and allows users to receive summaries with just a few taps.
  • The practicality of quickly obtaining only the necessary information without watching the whole video is strongly emphasized.

Step-by-Step Instructions for Implementation

  1. Sign Up and Create a Scenario on Make.com
    • Go to make.com, sign up, and log in.
    • Click ‘Create a new scenario’ on the dashboard.
    • Select ‘Webhooks’ → ‘Custom mailhook’ to generate a webhook and copy the address.
  2. Set Up Gmail Auto-Forwarding
    • In Gmail settings, go to ‘Forwarding and POP/IMAP’.
    • Add the copied webhook address as a forwarding address and complete the verification process.
    • Send a test email to ensure the connection works.
  3. Extract YouTube Video Transcript
    • Add the Parabola module in the Make.com scenario to detect YouTube URLs from incoming emails.
    • Extract the transcript (subtitles) from the provided YouTube link.
  4. AI Summarization and Result Delivery
    • Add the OpenRouter module to send the extracted transcript to an AI model for summarization.
    • Input the prompt (summary instruction) along with the transcript.
    • Receive the summarized result via email automatically.
  5. Usage Example
    • Share the YouTube video → Send to Gmail → Receive automatic summary email
    • Prompts and AI models can be customized as needed.

Natural Flow


Once set up, this system allows users to receive YouTube video summaries simply by emailing the video link, with no further complicated steps. It is handy for those who are busy or on the move, enabling quick access to essential information and maximizing time efficiency

반응형