Changes between Version 18 and Version 19 of x264EncodingGuide
- Timestamp:
- 09/06/2012 06:11:43 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
x264EncodingGuide
v18 v19 116 116 libx264 offer a "-tune zerolatency" option see See the [[StreamingGuide]]. 117 117 118 == Pre-testing your settings==118 === Pre-testing your settings === 119 119 Encode a random section instead of the whole video with the `-ss` and `-t` options to quickly get a general idea of what the output will look like. 120 120 * `-ss`: Offset time from beginning. Value can be in seconds or HH:MM:SS format. … … 124 124 125 125 == FAQ == 126 126 127 === Will two-pass provide a better quality than CRF? === 127 128 [http://doom10.org/index.php?PHPSESSID=okj08qe73ictdtv532augv8nu7&topic=267.msg2071#msg2071 No], though it does allow you to target a file size accurately. 128 129 129 130 === Why is `placebo` a waste of time? === 131 130 132 It helps at most ~1% compared to the `veryslow` preset at the cost of a much higher encoding time. It's diminishing returns: `veryslow` helps about 3% compared to the `slower` preset, `slower` helps about 5% compared to the `slow` preset, and `slow` helps about 5-10% compared to the `medium` preset. 131 133 132 134 === Why doesn't my lossless output look lossless? === 133 Blame the rgb->yuv conversion. Though if you convert to yuv422p, it should still be lossless (which is the default now). 135 136 Blame the rgb->yuv conversion. If you convert to yuv422p, it should still be lossless (which is the default now). 134 137 135 138 === Will a graphics card make x264 encode faster? === 136 No. There are some proprietary encoders that utilize the GPU, but that does not mean they are very good or well optimized; and they're still [http://phoronix.com/forums/showthread.php?50697-Test-tool-for-snb-h264-encoder-in-libva-git&p=205580#post205580 slower than x264] anyway.137 139 140 No. There are some proprietary encoders that utilize the GPU, but that does not mean they are very good or well optimized; and they might be [http://phoronix.com/forums/showthread.php?50697-Test-tool-for-snb-h264-encoder-in-libva-git&p=205580#post205580 slower than x264] anyway.


