Added diagram explanation

This commit is contained in:
Bashy 2026-03-23 01:54:19 +02:00 committed by GitHub
parent cdd2ca43b7
commit 1a4d1cfe4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,29 @@ The output is a 1080p vertical MP4 file.
---
```
┌───────────────────────────────────────────────────────────────────┐
├───────┐ │
│input 0├─┐ │
├───────┘ │ ┌─────┐ ┌────┐ ┌──────┐ ┌─────────┐ │
│ camera ├─►│scale├─►│crop├─►│filter├──────────────►│ overlay │ │
│ │ └─────┘ └────┘ └──────┘ │ ├─┐ │
│ │ ┌─────┐ ┌────┐ ┌────┐ ┌─────────┐ │ tmp2 │ │ │
│ bg ├─►│scale├─►│crop├───►│blur├─►│ overlay ├─►│ │ │ │
│ │ └─────┘ └────┘ └────┘ │ tmp1 │ └─────────┘ │ │
│ │ ┌─────┐ ┌────┐ │ │ │ │
│ main ╰─►│scale├─►│crop├───────────►│ │ ┌─────────┐ │ │
│ └─────┘ └────┘ └─────────┘ │ overlay │ │ │
├───────┐ │ │◄┘ │
│input 1├───────────────────────────────────────────►│ │ │
├───────┘ └┬────────┘ │
│ logo │ ┌────────┤
│ ╰───►│output 0│
│ └────────┤
└───────────────────────────────────────────────────────────────────┘
```
## Dependencies
- [ImageMagick](https://imagemagick.org/) (`magick`)