[FFmpeg-cvslog] [ffmpeg-web] branch master updated. fd07dd4 ffmpeg.org x264 presets news

gitolite ffmpeg-cvslog at ffmpeg.org
Tue May 3 21:55:19 CEST 2011


The branch, master has been updated
       via  fd07dd4404079edd93bd4220fec228020c834c79 (commit)
      from  ecf0b0ff9f3f2ddd8fdb3eac2f29edbd97a0e4b9 (commit)


- Log -----------------------------------------------------------------
commit fd07dd4404079edd93bd4220fec228020c834c79
Author:     Lou Logan <lou at fakeoutdoorsman.com>
AuthorDate: Tue May 3 21:52:23 2011 +0200
Commit:     Michael Niedermayer <michaelni at gmx.at>
CommitDate: Tue May 3 21:52:23 2011 +0200

    ffmpeg.org x264 presets news

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
 
 <h1>News</h1>
 
+<a id="x264_presets"></a><h3>May 3, 2011</h3>
+<p>
+FFmpeg now accesses x264 presets via libx264. This extends functionality by
+introducing several new libx264 options including <i>-preset</i>, <i>-tune</i>,
+and <i>-profile</i>. You can read more detailed information about these options
+with "x264 --fullhelp".
+</p>
+
+<p>
+The syntax has changed so be sure to update your commands. Example:
+<br />
+ffmpeg -i input -vcodec libx264 -preset fast -tune film -profile main -crf 22
+-threads 0 output
+</p>
+
 <a  name="oldabi"></a><h3>April 27, 2011</h3>
 <p>
 FFmpeg now has an oldabi branch. It is updated to master but with the old ABI.

-----------------------------------------------------------------------

Summary of changes:
 src/index |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)


hooks/post-receive
-- 



More information about the ffmpeg-cvslog mailing list