Changes between Version 27 and Version 28 of Encode/H.264
- Timestamp:
- Sep 26, 2012, 8:33:00 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encode/H.264
v27 v28 48 48 }}} 49 49 50 As with CRF, choose the slowest preset you can tolerate. Obviously, if you increase the target bitrate, that will increase quality, too, up to some threshold.50 As with CRF, choose the slowest preset you can tolerate. Obviously, if you increase the target bitrate, that will increase quality, too, up to some threshold. 51 51 52 Also see http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-dvd-mpeg4.html it is an 53 mencoder guide, but it will give you an insight about how important it is 54 to use two pass when you want to efficienly use every bit when you 55 constrained with storage space. 52 Also see [http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-dvd-mpeg4.html Making a high quality MPEG-4 ("DivX") rip of a DVD movie]. It is an MEncoder guide, but it will give you an insight about how important it is to use two pass when you want to efficiently use every bit when you constrained with storage space. 56 53 57 54 ---- … … 123 120 === Low Latency === 124 121 125 libx264 offer a `-tune zerolatency` option seeSee the [[StreamingGuide]].122 libx264 offers a `-tune zerolatency` option. See the [[StreamingGuide]]. 126 123 127 124 === Compatibility === 128 125 129 If you want your videos to have highest "compatibility"with target players (for instance, with older iOS devices) then you'll want to specify126 If you want your videos to have highest compatibility with target players (for instance, with older iOS devices) then you'll want to specify 130 127 {{{ 131 128 -profile:v baseline … … 157 154 No. libx264 doesn't use them (at least not yet). There are some proprietary encoders that utilize the GPU, but that does not mean they are well optimized, though encoding time may be faster; and they might be [http://phoronix.com/forums/showthread.php?50697-Test-tool-for-snb-h264-encoder-in-libva-git&p=205580#post205580 worse than x264] anyway, and possibly slower. Regardless, FFmpeg today doesn't support any means of gpu encoding, outside of libx264. 158 155 159 === Encoding for QuickTime Player ===156 === Encoding for !QuickTime Player === 160 157 161 You may need to use -pix_fmt yuv420p for it to work in newer versions of QT Player. Oddly.158 You may need to use `-pix_fmt yuv420p` for your output to work in QT Player. Otherwise, depending on your source, ffmpeg may output to a pixel format that may be incompatible with QT and other players that are not based on FFmpeg.
