mirror of
https://github.com/vondas-network/videobeaux.git
synced 2026-02-02 20:19:27 +01:00
26 lines
471 B
Markdown
26 lines
471 B
Markdown
# stack_2x
|
|
|
|
## Description
|
|
|
|
Stack 2 videos on top of each other keeping the original orientation
|
|
|
|
## Arguments
|
|
|
|
- `input2`
|
|
|
|
## Program Template
|
|
|
|
```bash
|
|
videobeaux -P stack_2x -i input.mp4 -o output.mp4 --input2 VALUE
|
|
```
|
|
|
|
## Real World Example
|
|
|
|
```bash
|
|
videobeaux -P stack_2x -i myvideo.mp4 -o stack_2x_styled.mp4 --input2 EXAMPLE
|
|
```
|
|
|
|
## Program Output
|
|
|
|
[Program output video](https://github.com/schwwaaa/videobeaux/assets/7625379/65403294-3e34-4ff8-816a-5de7c80c811d)
|