Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/super3/videogen
https://github.com/super3/videogen
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/super3/videogen
- Owner: super3
- Created: 2024-11-05T16:17:26.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T16:21:06.000Z (3 months ago)
- Last Synced: 2024-11-05T16:40:25.299Z (3 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# videogen
A web application for generating and managing AI-generated videos.
## Setup
1. Clone the repository:
```bash
git clone https://github.com/super3/videogen.git
cd videogen
```2. Install dependencies:
```bash
npm install
```3. Create a config.json file in the root directory:
```json
{
"apiKey": "your-prodia-api-key"
}
```4. Start the server:
```bash
npm start
```The application will be available at http://localhost:3000
## Features
- Generate AI videos using text prompts
- View gallery of generated videos
- Reuse previous prompts with one click
- Optional seed values for reproducible results
- Automatic metadata storage for each video## Requirements
- Node.js 14+
- FFmpeg (for video metadata handling)