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-medium_firstpass.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-medium_firstpass.ffpreset')
-rw-r--r-- | ffpresets/libx264-medium_firstpass.ffpreset | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ffpresets/libx264-medium_firstpass.ffpreset b/ffpresets/libx264-medium_firstpass.ffpreset new file mode 100644 index 0000000000..f0fb0833c2 --- /dev/null +++ b/ffpresets/libx264-medium_firstpass.ffpreset @@ -0,0 +1,22 @@ +coder=1 +flags=+loop +cmp=+chroma +partitions=-parti8x8-parti4x4-partp8x8-partb8x8 +me_method=dia +subq=2 +me_range=16 +g=250 +keyint_min=25 +sc_threshold=40 +i_qfactor=0.71 +b_strategy=1 +qcomp=0.6 +qmin=10 +qmax=51 +qdiff=4 +bf=3 +refs=1 +directpred=1 +trellis=0 +flags2=+bpyramid-mixed_refs+wpred-dct8x8+fastpskip+mbtree +wpredp=2 |