mirror of
https://github.com/vondas-network/videobeaux.git
synced 2026-05-11 12:22:35 +02:00
26 lines
503 B
Markdown
26 lines
503 B
Markdown
# mirror_delay
|
|
|
|
## Description
|
|
|
|
Apply a frame delay plus a mirrored effect
|
|
|
|
## Arguments
|
|
|
|
- *(No additional program-specific arguments; uses global videobeaux options only.)*
|
|
|
|
## Program Template
|
|
|
|
```bash
|
|
videobeaux -P mirror_delay -i input.mp4 -o output.mp4
|
|
```
|
|
|
|
## Real World Example
|
|
|
|
```bash
|
|
videobeaux -P mirror_delay -i myvideo.mp4 -o mirror_delay_styled.mp4
|
|
```
|
|
|
|
## Program Output
|
|
|
|
[Program output video](https://github.com/schwwaaa/videobeaux/assets/7625379/65403294-3e34-4ff8-816a-5de7c80c811d)
|