shorts-video-maker
Installation
SKILL.md
쇼츠 비디오 메이커 스킬
YouTube 원본 영상에서 하이라이트 구간을 추출하여 9:16 세로형 쇼츠 클립을 제작합니다.
필수 요구사항
시스템 의존성
- Python 3.8+
- yt-dlp (YouTube 다운로드)
- ffmpeg (영상 편집)
- OpenAI Whisper (음성 인식) 또는 Whisper API
설치
pip install yt-dlp openai-whisper
brew install ffmpeg # macOS
# 또는 apt-get install ffmpeg # Ubuntu
Related skills