How to compress video size without changing much quality and without changing framerate (Ffmpeg)?

前端 未结 0 1630
情书的邮戳
情书的邮戳 2021-02-03 15:15

I am using this command to compress my videos:

ffmpeg -y -i video.mp4 -vcodec libx264 -crf 24 -preset ultrafast compressed.mp4

Although it works

相关标签:
回答
  • 消灭零回复
提交回复
热议问题