https://github.com/corzed/automediav2
Generate Clips with captions of videos via AI and automatically upload them as youtube shorts!
https://github.com/corzed/automediav2
ai automedia autoyoutuber openai podcast shorts shorts-maker youtube
Last synced: 2 months ago
JSON representation
Generate Clips with captions of videos via AI and automatically upload them as youtube shorts!
- Host: GitHub
- URL: https://github.com/corzed/automediav2
- Owner: Corzed
- License: apache-2.0
- Created: 2024-08-01T16:40:57.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-01T22:29:32.000Z (10 months ago)
- Last Synced: 2025-02-09T10:41:53.285Z (4 months ago)
- Topics: ai, automedia, autoyoutuber, openai, podcast, shorts, shorts-maker, youtube
- Language: Python
- Homepage:
- Size: 43.9 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoMedia 🎥
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.
## Features ✨
- **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.## Example 🎬
Check out an example of a clip created using AutoMedia:
[](https://www.youtube.com/shorts/TazQGh9gc9Y)
## Installation 📦
```bash
git clone https://github.com/Corzed/AutoMedia.git
cd AutoMedia
pip install -r requirements.txt
```## Usage 🚀
1. Configure your `.env` file based on the `.env.example`.
2. Configure and run `app.py` to start the video processing.## License 📄
This project is licensed under the Apache-2.0 License.