From c7ac200d15e3240972d269df768068f0e3bb9c2f Mon Sep 17 00:00:00 2001 From: Jason Garrett-Glaser Date: Tue, 8 Feb 2011 15:51:15 -0800 Subject: Update qmin/qmax values for libx264 presets Also allow qmin/qmax to go up to 69 (the current max value for libx264). This will have to increase when we add 9/10-bit support. --- ffpresets/libx264-placebo_firstpass.ffpreset | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ffpresets/libx264-placebo_firstpass.ffpreset') diff --git a/ffpresets/libx264-placebo_firstpass.ffpreset b/ffpresets/libx264-placebo_firstpass.ffpreset index fae2222da8..9f4719f71d 100644 --- a/ffpresets/libx264-placebo_firstpass.ffpreset +++ b/ffpresets/libx264-placebo_firstpass.ffpreset @@ -11,8 +11,8 @@ sc_threshold=40 i_qfactor=0.71 b_strategy=2 qcomp=0.6 -qmin=10 -qmax=51 +qmin=0 +qmax=69 qdiff=4 bf=16 refs=16 -- cgit v1.2.3