TOOL » FFMPEG » VIDEO
H264
Overview
Probably the most compatible video format.
libx264
shell
ffmpeg -i input.mp4 -vcodec libx264 -preset slow -crf 22 -vcodec copy output.mp4
Option | Description |
---|---|
-preset | Values: ultrafast superfast veryfast faster fast medium slow slower veryslow placebo |
-tune | Values: film animation grain stillimage fastdecode zerolatency |