ffmpeg list all presets

Apparently you can’t, but have to run $ x264 –fullhelp

or some odd.

They fixed it for me!

$ ffmpeg -i something -vcodec libx264 -preset help -tune help -profile:v help yo.avi

[libx264 @ 02142b80] Possible presets: ultrafast superfast veryfast faster fast medium slow slower veryslow placebo
[libx264 @ 02142b80] Possible tunes: film animation grain stillimage psnr ssim fastdecode zerolatency

But not for profile, FWIW.

NB that this isn’t all the possible presets, because there are “some” that are file-based, external still, as well:

https://github.com/FFmpeg/FFmpeg/tree/master/presets

like ipod ones.

This cheat sheet might help:

http://rodrigopolo.com/ffmpeg/cheats.html#X264_Presets

One thought on “ffmpeg list all presets

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>