From fd07dd4404079edd93bd4220fec228020c834c79 Mon Sep 17 00:00:00 2001 From: Lou Logan Date: Tue, 3 May 2011 21:52:23 +0200 Subject: [PATCH] ffmpeg.org x264 presets news --- src/index | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/index b/src/index index cf85023..360a241 100644 --- a/src/index +++ b/src/index @@ -33,6 +33,21 @@ with the latest developments by subscribing to both the

News

+

May 3, 2011

+

+FFmpeg now accesses x264 presets via libx264. This extends functionality by +introducing several new libx264 options including -preset, -tune, +and -profile. You can read more detailed information about these options +with "x264 --fullhelp". +

+ +

+The syntax has changed so be sure to update your commands. Example: +
+ffmpeg -i input -vcodec libx264 -preset fast -tune film -profile main -crf 22 +-threads 0 output +

+

April 27, 2011

FFmpeg now has an oldabi branch. It is updated to master but with the old ABI. -- 2.25.1