diff options
author | Rodeo <[email protected]> | 2013-03-04 14:16:12 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-03-04 14:16:12 +0000 |
commit | f33223991ef5a16ae3fa3a4d99295f6cff3e80e1 (patch) | |
tree | e52f214a801925db55a6f11efb33601d085407c8 /libhb | |
parent | cf5277acc04d98d698ec03c4a91e48c5f24b00c3 (diff) |
2013 preset changes:
- updated descriptions (all presets)
- add maximum height (device presets)
- harmonize PFR framerates (29.97 to 30 fps)
- move qpmin hack from encx264 to the AppleTV preset
- Android preset: switch to level 3.0 (720x576 @ Level 2.2 meant 12.5 fps max.)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5299 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/encx264.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libhb/encx264.c b/libhb/encx264.c index b52832416..eee738604 100644 --- a/libhb/encx264.c +++ b/libhb/encx264.c @@ -96,13 +96,6 @@ int encx264Init( hb_work_object_t * w, hb_job_t * job ) /* Enable metrics */ param.analyse.b_psnr = 1; param.analyse.b_ssim = 1; - - /* - * QuickTime has trouble with very low QPs (resulting in visual artifacts). - * Known to affect QuickTime 7, QuickTime X and iTunes. - * Testing shows that a qpmin of 4 usually works. - */ - param.rc.i_qp_min = 4; if( job->pass == 2 && job->cfr != 1 ) { |