ffmpeg使用

图片放大缩小

1
2
ffmpeg -i input.jpg -vf scale=320:240 output_320x240.png
ffmpeg -i input.jpg -vf scale=320:-1 output_320.png
请作者喝一杯咖啡☕️