diff options
author | Robert Swain <robert.swain@gmail.com> | 2008-09-17 19:31:39 +0000 |
---|---|---|
committer | Robert Swain <robert.swain@gmail.com> | 2008-09-17 19:31:39 +0000 |
commit | 4ee735fc540bfb9e48262267610799d1fc73ccb7 (patch) | |
tree | bd4321b34cfe1cc03cbe76c1a8d5818d6936b02d /ffpresets/libx264-fastfirstpass.ffpreset | |
parent | f7fc9e499c5e822c87001da121133be79856d6fe (diff) | |
download | ffmpeg-4ee735fc540bfb9e48262267610799d1fc73ccb7.tar.gz |
libx264 ffpresets:
* 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
Diffstat (limited to 'ffpresets/libx264-fastfirstpass.ffpreset')
-rw-r--r-- | ffpresets/libx264-fastfirstpass.ffpreset | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ffpresets/libx264-fastfirstpass.ffpreset b/ffpresets/libx264-fastfirstpass.ffpreset new file mode 100644 index 0000000000..1d638fee48 --- /dev/null +++ b/ffpresets/libx264-fastfirstpass.ffpreset @@ -0,0 +1,21 @@ +coder=1 +flags=+loop +cmp=+chroma +partitions=-parti8x8-parti4x4-partp8x8-partp4x4-partb8x8 +me=dia +subq=1 +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 +refs=1 +directpred=1 +bidir_refine=0 +trellis=0 +flags2=-bpyramid-wpred-brdo-mixed_refs-dct8x8+fastpskip |