+
8
-

回答

一个简单的命令就能实现:iw/5这个数字就是等比率缩小几倍,下面是缩小5倍,就是5分之一 :

ffmpeg -i input.mp4 -an -vf "scale=iw/5:ih/5" -c:a copy output.mp4

网友回复

我知道答案,我要回答