FFMPEG

From rbachwiki
Revision as of 19:42, 26 June 2025 by Bacchas (talk | contribs) (Created page with "==Resize Image == '''Resize With only, keep height same ratio''' ffmpeg -i input.jpg -vf scale=1280:-1 output.jpg")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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