--- 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 ```