Featured image of post ffmpeg 压缩视频命令

ffmpeg 压缩视频命令

高压缩率

1
ffmpeg -i test.mp4 -vcodec libx264 -preset veryslow  -crf 28 test-output.mp4

适合网络传播

1
ffmpeg -i input.mp4 -c:v libx265 -crf 28 -c:a copy -tag:v hvc1 -movflags faststart output-x265.mp4
comments powered by Disqus
使用 Hugo 构建
主题 StackJimmy 设计