Update README with output format and deployment notes
This commit is contained in:
parent
163d3d0750
commit
9b82fb74e7
1 changed files with 5 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ A small Flask web app that combines a still image with an audio file into a YouT
|
||||||
| Variable | Description | Default |
|
| Variable | Description | Default |
|
||||||
|----------|-------------|---------|
|
|----------|-------------|---------|
|
||||||
| `APP_SECRET_KEY` | Flask secret key | generated at startup |
|
| `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` |
|
| `PUBLIC_BASE_URL` | External URL for download links | `http://localhost:5000` |
|
||||||
| `INTERNAL_PORT` | Port Gunicorn listens on | `5000` |
|
| `INTERNAL_PORT` | Port Gunicorn listens on | `5000` |
|
||||||
| `DATABASE` | SQLite path | `/app/data/app.db` |
|
| `DATABASE` | SQLite path | `/app/data/app.db` |
|
||||||
|
|
@ -66,3 +66,7 @@ Then run once inside the container:
|
||||||
```bash
|
```bash
|
||||||
python init_db.py
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue