Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-01-26The default subq value in the x264 CLI is now 6, not 5.Robert Swain
Originally committed as revision 16788 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-16Add maxrate and bufsize specifications for iPod presets. I omitted theseRobert Swain
originally as I thought x264 set these automatically when specifying a level. Originally committed as revision 16629 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-13Add presets for Apple iPod constraintsRobert Swain
Originally committed as revision 16585 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-13Add presets to use as constraints for H.264 Baseline and Main profilesRobert Swain
Originally committed as revision 16584 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-07Add some lossless h.264 encoding presets as suggested by JasonRobert Swain
Originally committed as revision 16478 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-07Add a slow first pass presetRobert Swain
Originally committed as revision 16477 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-07Be consistent and use b-frames throughout the presets to avoid confusion aboutRobert Swain
whether they have to be specified in the first pass as well. Also use b_strategy=2 in hq and max presets to further improve compression efficiency. Originally committed as revision 16476 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-07Change direct prediction for fast first pass to automatic as all other presetsRobert Swain
use this mode and it has to be enabled in the first pass to be used in the second Originally committed as revision 16474 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-10-06Synchronise presets with recent subme/brdo/bidir_refine -> subme changes inRobert Swain
libx264 Originally committed as revision 15572 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-28Substitute the not anymore supported "me" option name with "me_method"Francesco Cosoleto
in ffpreset files. Patch by Francesco Cosoleto cosoleto -- gmail --dot-- com Originally committed as revision 15447 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-17libx264 ffpresets:Robert Swain
* default - x264 CLI default values * fastfirstpass - disables options unnecessary for first pass * normal - Dark Shikari’s Q55 preset * hq - Dark Shikari’s Q75 preset * max - all options maxed out (at time of writing) Originally committed as revision 15348 to svn://svn.ffmpeg.org/ffmpeg/trunk