ffmpeg 命令行改变视频分辨率

视频:ffmpeg -i input.avi -vf scale=320:240 output.avi
图片:
ffmpeg -i input.jpg -vf scale=320:240 output_320x240.png

相关推荐