ffmpeg -i input.jpg -vf scale=320:-1 output_320.png
*** will fail if other dimension does not divide to an integer result
https://trac.ffmpeg.org/wiki/Scaling
ffmpeg -i input.jpg -vf scale=320:-1 output_320.png
*** will fail if other dimension does not divide to an integer result
https://trac.ffmpeg.org/wiki/Scaling
No comments:
Post a Comment