Changes between Version 8 and Version 9 of x264EncodingGuide
- Timestamp:
- 08/14/2012 02:56:39 AM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
x264EncodingGuide
v8 v9 38 38 39 39 === 1. Choose a CRF value === 40 The range is 0-51where 0 is lossless, 23 is default, and 51 is worst possible. A lower value is a higher quality and a subjectively sane range is 18-28. Consider 18 to be visually lossless: it should look the same as the input but it isn't technically lossless. Increasing the CRF value +6 is roughly half the bitrate while -6 is roughly twice the bitrate. General usage is to choose the highest quality that still provides an acceptable quality. If the output looks good then try a higher value and if it looks bad then choose a lower value.40 The range of the quantizer scale is 0-51; where 0 is lossless, 23 is default, and 51 is worst possible. A lower value is a higher quality and a subjectively sane range is 18-28. Consider 18 to be visually lossless: it should look the same as the input but it isn't technically lossless. Increasing the CRF value +6 is roughly half the bitrate while -6 is roughly twice the bitrate. General usage is to choose the highest quality that still provides an acceptable quality. If the output looks good then try a higher value and if it looks bad then choose a lower value. 41 41 42 '''Note:''' The CRF values mentioned apply to 8-bit x264 (the typical).42 '''Note:''' The CRF quantizer scale mentioned applies to 8-bit x264 (10-bit x264 quantizer scale is 0-63). You can see what you are using with `x264 --help` listed under `Output bit depth`. 43 43 44 44 === 2. Choose a preset === … … 47 47 You can also choose a tune and/or profile. 48 48 49 === 2.5 Output file size ===50 51 As you can see, there are actually several things that contribute to file size. If you have a high CRF value, then that will tend to increase file size. If you encode with "veryslow" then that will tend to decrease file size. They both play a role in the output size.52 53 49 === 3. Continue encoding === 54 55 50 Use these same settings for the rest of your videos if you are encoding more. This will ensure that they will all have the same quality. 56 51


