mirror of
https://github.com/vondas-network/videobeaux.git
synced 2025-12-13 11:20:02 +01:00
28 lines
445 B
Markdown
28 lines
445 B
Markdown
---
|
|
layout: default
|
|
title: extract_frames
|
|
nav_order: 2
|
|
---
|
|
|
|
# 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
|
|
```
|