Files
videobeaux/docs/programs/effects/resize.md
2025-11-30 23:42:26 -05:00

422 B

resize

Description

Resizing the dimensions of a video file

Arguments

  • new_height
  • new_width

Program Template

videobeaux -P resize -i input.mp4 -o output.mp4 --new_height VALUE --new_width VALUE

Real World Example

videobeaux -P resize -i myvideo.mp4 -o resize_styled.mp4 --new_height EXAMPLE --new_width EXAMPLE

Program Output

Program output video not yet linked.