半年前的新聞… 新版 ffmpeg 將改從 libx264 取得 x264 preset,且一併增加 --preset
, --tune
, 與 --profile
三個新參數。
以前指定 preset 的方式是透過 --vpre
參數,如 --vpre libx264-medium
;新版的用法是改下 --preset medium
,preset file 會直接找 libx264 取得,而不是讀 /usr/share/ffmpeg/*.ffpreset
。
節錄參數說明:
libx264 AVOptions:
-presetE.V.. Set the encoding preset (cf. x264 –fullhelp)
-tuneE.V.. Tune the encoding params (cf. x264 –fullhelp)
-profileE.V.. Set profile restrictions (cf. x264 –fullhelp)
Ref.:
[1] FFmpeg News on May 3, 2011