diff options
author | jbrjake <[email protected]> | 2009-08-01 14:09:02 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2009-08-01 14:09:02 +0000 |
commit | d55b8f438a3607993492e718a6cf2e7f255bb453 (patch) | |
tree | ffe3ef26a1a2fbe6610d3a85f17c1edb774d530b /contrib/x264 | |
parent | c0642a767ce8fab4e4f4aaba19d72eee2220daf5 (diff) |
- Bumps x264 to r1195-5d75a9b. x264 has new default settings: subme 6->7, bframes 0->3, 8x8dct 0->1, psnr 1->0, ssim 1->0, ref 1->3, mixed-refs 0->1, trellis 0->1, weightb 0->1
- Explicitly enables SSIM and PSNR metrics for all x264 encodes
- MacGui: Updates Advanced tab for new x264 defaults
- MacGui and CLI: Updates built-in presets to produce the same output given the new default x264 settings
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2742 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/x264')
-rw-r--r-- | contrib/x264/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/x264/module.defs b/contrib/x264/module.defs index 595992644..cc6e1aca6 100644 --- a/contrib/x264/module.defs +++ b/contrib/x264/module.defs @@ -1,7 +1,7 @@ $(eval $(call import.MODULE.defs,X264,x264,PTHREADW32)) $(eval $(call import.CONTRIB.defs,X264)) -X264.FETCH.url = http://download.m0k.org/handbrake/contrib/x264-r1173-f6d3166.tar.gz +X264.FETCH.url = http://download.m0k.org/handbrake/contrib/x264-r1195-5d75a9b.tar.gz X264.EXTRACT.tarbase = x264 X264.CONFIGURE.deps = |