mirror of
https://github.com/vondas-network/videobeaux.git
synced 2026-01-28 17:51:08 +01:00
498 B
498 B
resize
Description
Resizing the dimensions of a video file
Arguments
new_heightnew_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