mirror of
https://github.com/vondas-network/videobeaux.git
synced 2026-05-11 12:22:35 +02:00
26 lines
451 B
Markdown
26 lines
451 B
Markdown
# speed
|
|
|
|
## Description
|
|
|
|
Change the video and audio speed of a file
|
|
|
|
## Arguments
|
|
|
|
- `speed_factor`
|
|
|
|
## Program Template
|
|
|
|
```bash
|
|
videobeaux -P speed -i input.mp4 -o output.mp4 --speed_factor VALUE
|
|
```
|
|
|
|
## Real World Example
|
|
|
|
```bash
|
|
videobeaux -P speed -i myvideo.mp4 -o speed_styled.mp4 --speed_factor EXAMPLE
|
|
```
|
|
|
|
## Program Output
|
|
|
|
[Program output video](https://github.com/schwwaaa/videobeaux/assets/7625379/65403294-3e34-4ff8-816a-5de7c80c811d)
|