diff options
author | Lou Logan <lou@fakeoutdoorsman.com> | 2010-03-02 03:19:12 +0000 |
---|---|---|
committer | Jason Garrett-Glaser <darkshikari@gmail.com> | 2010-03-02 03:19:12 +0000 |
commit | d41f1fa6443226f14d479db55c645056ff2076d2 (patch) | |
tree | 7c114c7ae53327318043b52a3fb78aca6af71322 /ffpresets/libx264-placebo.ffpreset | |
parent | b781cc1282f3280cff33a0b666d237f4a683d979 (diff) | |
download | ffmpeg-d41f1fa6443226f14d479db55c645056ff2076d2.tar.gz |
Add presets for all of the x264 presets, including fastfirstpass versions.
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
Diffstat (limited to 'ffpresets/libx264-placebo.ffpreset')
-rw-r--r-- | ffpresets/libx264-placebo.ffpreset | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ffpresets/libx264-placebo.ffpreset b/ffpresets/libx264-placebo.ffpreset new file mode 100644 index 0000000000..447f3d860e --- /dev/null +++ b/ffpresets/libx264-placebo.ffpreset @@ -0,0 +1,22 @@ +coder=1 +flags=+loop +cmp=+chroma +partitions=+parti8x8+parti4x4+partp8x8+partp4x4+partb8x8 +me_method=tesa +subq=10 +me_range=24 +g=250 +keyint_min=25 +sc_threshold=40 +i_qfactor=0.71 +b_strategy=2 +qcomp=0.6 +qmin=10 +qmax=51 +qdiff=4 +bf=16 +refs=16 +directpred=3 +trellis=2 +flags2=+bpyramid+mixed_refs+wpred+dct8x8-fastpskip+mbtree +wpredp=2 |