summaryrefslogtreecommitdiff
path: root/ffpresets
Commit message (Collapse)AuthorAge
* Update x264 presets in line with latest x264 changes.Lou Logan2010-03-29
| | | | | | Patch by Lou Logan. Originally committed as revision 22714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the newly available x264 parameters in ffmpeg in the x264 preset files.Lou Logan2010-03-26
| | | | | | Patch by Lou Logan. Originally committed as revision 22695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable mbtree by default, and remove it from presetsBaptiste Coudurier2010-03-25
| | | | Originally committed as revision 22671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add presets for all of the x264 presets, including fastfirstpass versions.Lou Logan2010-03-02
| | | | | | | | Not 100% accurate, since not all x264 options have ffmpeg equivalents yet. Patch by Lou Logan. Originally committed as revision 22144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add MBtree support for libx264Erik Slagter2009-12-08
| | | | | | Patch by Erik Slagter Originally committed as revision 20774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add weightp support in API for libx264.Jason Garrett-Glaser2009-11-24
| | | | | | ffmpeg can encode baseline profile again. Originally committed as revision 20600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update preset files to jive somewhat better with more recent x264 API.Jason Garrett-Glaser2009-09-14
| | | | Originally committed as revision 19837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The default subq value in the x264 CLI is now 6, not 5.Robert Swain2009-01-25
| | | | Originally committed as revision 16788 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add maxrate and bufsize specifications for iPod presets. I omitted theseRobert Swain2009-01-16
| | | | | | originally as I thought x264 set these automatically when specifying a level. Originally committed as revision 16629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add presets for Apple iPod constraintsRobert Swain2009-01-13
| | | | Originally committed as revision 16585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add presets to use as constraints for H.264 Baseline and Main profilesRobert Swain2009-01-13
| | | | Originally committed as revision 16584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some lossless h.264 encoding presets as suggested by JasonRobert Swain2009-01-07
| | | | Originally committed as revision 16478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a slow first pass presetRobert Swain2009-01-07
| | | | Originally committed as revision 16477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Be consistent and use b-frames throughout the presets to avoid confusion aboutRobert Swain2009-01-07
| | | | | | | 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
* Change direct prediction for fast first pass to automatic as all other presetsRobert Swain2009-01-07
| | | | | | | 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
* Synchronise presets with recent subme/brdo/bidir_refine -> subme changes inRobert Swain2008-10-06
| | | | | | libx264 Originally committed as revision 15572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Substitute the not anymore supported "me" option name with "me_method"Francesco Cosoleto2008-09-28
| | | | | | | in ffpreset files. Patch by Francesco Cosoleto cosoleto -- gmail --dot-- com Originally committed as revision 15447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libx264 ffpresets:Robert Swain2008-09-17
* 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