Added diagram explanation
This commit is contained in:
parent
cdd2ca43b7
commit
1a4d1cfe4f
1 changed files with 23 additions and 0 deletions
23
README.md
23
README.md
|
|
@ -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`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue