FFMPEG
Jump to navigation
Jump to search
Resize Image
Resize With only, keep height same ratio
ffmpeg -i input.jpg -vf scale=1280:-1 output.jpg
Resize With only, keep height same ratio
ffmpeg -i input.jpg -vf scale=1280:-1 output.jpg