mirror of
https://github.com/vondas-network/videobeaux.git
synced 2025-12-05 15:30:02 +01:00
422 B
422 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
Program Output
Program output video not yet linked.