Changes between Version 15 and Version 16 of x264EncodingGuide
- Timestamp:
- 08/28/2012 12:41:00 AM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
x264EncodingGuide
v15 v16 1 1 = FFmpeg and x264 Encoding Guide = 2 3 [[PageOutline(2, Contents)]] 2 4 3 5 x264 is a H.264/MPEG-4 AVC encoder. The goal of this guide is to inform new users how to create a high-quality H.264 video. 4 6 5 There are two ratecontrol modes that are usually suggested for general use: [#crf Constant Rate Factor (CRF)] or ABR with [#twopass Two-Pass encoding]. The ratecontrol is a method that will decide how many bits will be used for each frame. This will determine the file size and also how quality is distributed.7 There are two ratecontrol modes that are usually suggested for general use: [#crf Constant Rate Factor (CRF)] or [#twopass Two-Pass ABR]. The ratecontrol is a method that will decide how many bits will be used for each frame. This will determine the file size and also how quality is distributed. 6 8 7 9 If you need help compiling and installing libx264 see one of our [wiki:CompilationGuide FFmpeg and x264 compiling guides].


