AutoMedia is a tool that creates short-form videos from existing content, ideal for podcasts, interviews, or TV shows. It uses AI to identify engaging segments and automates the process of clipping, captioning, and uploading videos to YouTube.
- Automated Clipping: Extracts the most engaging video segments.
- AI-Powered Captioning: Generates and synchronizes captions using Whisper and FFmpeg.
- YouTube Uploads: Automatically uploads edited clips to YouTube.
Check out an example of a clip created using AutoMedia:
git clone https://github.com/Corzed/AutoMedia.git
cd AutoMedia
pip install -r requirements.txt
- Configure your
.env
file based on the.env.example
. - Configure and run
app.py
to start the video processing.
This project is licensed under the Apache-2.0 License.