mirror of
https://github.com/vondas-network/videobeaux.git
synced 2025-12-11 18:35:01 +01:00
22 lines
385 B
Markdown
22 lines
385 B
Markdown
# extract_frames
|
|
|
|
## Description
|
|
|
|
Extract individual frames from a video file as PNGs
|
|
|
|
## Arguments
|
|
|
|
- *(No additional program-specific arguments; uses global videobeaux options only.)*
|
|
|
|
## Program Template
|
|
|
|
```bash
|
|
videobeaux -P extract_frames -i input.mp4 -o output.mp4
|
|
```
|
|
|
|
## Real World Example
|
|
|
|
```bash
|
|
videobeaux -P extract_frames -i myvideo.mp4 -o extract_frames_styled.mp4
|
|
```
|