mirror of
https://github.com/vondas-network/videobeaux.git
synced 2026-05-11 12:22:35 +02:00
26 lines
569 B
Markdown
26 lines
569 B
Markdown
# splitting
|
|
|
|
## Description
|
|
|
|
A simple segmentation utility that divides a video into evenly timed chunks or scene-based fragments for modular editing
|
|
|
|
## Arguments
|
|
|
|
- *(No additional program-specific arguments; uses global videobeaux options only.)*
|
|
|
|
## Program Template
|
|
|
|
```bash
|
|
videobeaux -P splitting -i input.mp4 -o output.mp4
|
|
```
|
|
|
|
## Real World Example
|
|
|
|
```bash
|
|
videobeaux -P splitting -i myvideo.mp4 -o splitting_styled.mp4
|
|
```
|
|
|
|
## Program Output
|
|
|
|
[Program output video](https://github.com/schwwaaa/videobeaux/assets/7625379/65403294-3e34-4ff8-816a-5de7c80c811d)
|