# resize ## Description Resizing the dimensions of a video file ## Arguments - `new_height` - `new_width` ## Program Template ```bash videobeaux -P resize -i input.mp4 -o output.mp4 --new_height VALUE --new_width VALUE ``` ## Real World Example ```bash videobeaux -P resize -i myvideo.mp4 -o resize_styled.mp4 --new_height EXAMPLE --new_width EXAMPLE ``` ## Program Output [Program output video](https://github.com/schwwaaa/videobeaux/assets/7625379/65403294-3e34-4ff8-816a-5de7c80c811d)