mirror of
https://github.com/vondas-network/videobeaux.git
synced 2026-05-11 12:22:35 +02:00
26 lines
470 B
Markdown
26 lines
470 B
Markdown
# stutter_pro
|
|
|
|
## Description
|
|
|
|
Apply frame stutter effect with definable parameters
|
|
|
|
## Arguments
|
|
|
|
- `stutter`
|
|
|
|
## Program Template
|
|
|
|
```bash
|
|
videobeaux -P stutter_pro -i input.mp4 -o output.mp4 --stutter VALUE
|
|
```
|
|
|
|
## Real World Example
|
|
|
|
```bash
|
|
videobeaux -P stutter_pro -i myvideo.mp4 -o stutter_pro_styled.mp4 --stutter EXAMPLE
|
|
```
|
|
|
|
## Program Output
|
|
|
|
[Program output video](https://github.com/schwwaaa/videobeaux/assets/7625379/65403294-3e34-4ff8-816a-5de7c80c811d)
|