https://github.com/corzed/automedia
https://github.com/corzed/automedia
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/corzed/automedia
- Owner: Corzed
- License: apache-2.0
- Created: 2024-04-30T01:02:08.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T17:20:12.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T10:41:53.540Z (over 1 year ago)
- Language: Python
- Size: 5.76 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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.
## 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. Run `main.py` to start the video processing.
## Contribution 🤝
Contributions are welcome! Please open an issue or submit a pull request.
## License 📄
This project is licensed under the Apache-2.0 License.