Update README with output format and deployment notes

This commit is contained in:
Troll (Hermes Agent) 2026-08-05 22:30:09 +00:00
parent 163d3d0750
commit 9b82fb74e7

View file

@ -25,7 +25,7 @@ A small Flask web app that combines a still image with an audio file into a YouT
| Variable | Description | Default |
|----------|-------------|---------|
| `APP_SECRET_KEY` | Flask secret key | generated at startup |
| `ADMIN_PASSWORD` | Plain password for `/admin` | none (when unset, login is disabled and admin is open) |
| `ADMIN_PASSWORD` | Plain password for `/admin` | none (when unset, login is disabled and the app is open) |
| `PUBLIC_BASE_URL` | External URL for download links | `http://localhost:5000` |
| `INTERNAL_PORT` | Port Gunicorn listens on | `5000` |
| `DATABASE` | SQLite path | `/app/data/app.db` |
@ -66,3 +66,7 @@ Then run once inside the container:
```bash
python init_db.py
```
## Output Format
Videos are encoded as **1080p 30fps MP4** using H.264 + AAC with `faststart` enabled so they are ready for upload to YouTube.