mirror of
https://github.com/vondas-network/videobeaux.git
synced 2026-02-03 04:29:19 +01:00
26 lines
459 B
Markdown
26 lines
459 B
Markdown
# reverse
|
|
|
|
## Description
|
|
|
|
Reverse video file
|
|
|
|
## Arguments
|
|
|
|
- *(No additional program-specific arguments; uses global videobeaux options only.)*
|
|
|
|
## Program Template
|
|
|
|
```bash
|
|
videobeaux -P reverse -i input.mp4 -o output.mp4
|
|
```
|
|
|
|
## Real World Example
|
|
|
|
```bash
|
|
videobeaux -P reverse -i myvideo.mp4 -o reverse_styled.mp4
|
|
```
|
|
|
|
## Program Output
|
|
|
|
[Program output video](https://github.com/schwwaaa/videobeaux/assets/7625379/65403294-3e34-4ff8-816a-5de7c80c811d)
|