diff options
author | Robert Swain | 2009-01-07 16:51:55 +0000 |
---|---|---|
committer | Robert Swain | 2009-01-07 16:51:55 +0000 |
commit | ef4140690b60a9322f26f43a2ae4be304050e6f1 (patch) | |
tree | 46bf08a160a99ec4209d3bf9aeb7e1b79646510e /ffpresets/libx264-normal.ffpreset | |
parent | 6e5f27ca80df19299c1c3a82c51fefbb14f8b28b (diff) |
Be consistent and use b-frames throughout the presets to avoid confusion about
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
Diffstat (limited to 'ffpresets/libx264-normal.ffpreset')
-rw-r--r-- | ffpresets/libx264-normal.ffpreset | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ffpresets/libx264-normal.ffpreset b/ffpresets/libx264-normal.ffpreset index 180b9d2493..99ac2e319a 100644 --- a/ffpresets/libx264-normal.ffpreset +++ b/ffpresets/libx264-normal.ffpreset @@ -14,7 +14,7 @@ qcomp=0.6 qmin=10 qmax=51 qdiff=4 -bf=16 +bf=4 refs=2 directpred=3 trellis=0 |