comparison DOCS/xml/en/codecs.xml @ 15915:b3924612667a

Update of the x264 encoding guide: - Reorganized things, options are now divided into "speed vs quality" and "other" (more or less). subq is now where it belongs. - subq=6 is documented - explanation of what 2-pass really does, and why you'd better use it - mention 3-pass (and the fact that it usually doesn't help) - documented qcomp - documented keyint (not like it needed any more explanation, though) - deblocking parameter tweaking no longer categorized as options that "affect speed and quality ;) - updated example cpu requirements for decoding, in codecs.xml (720x480 @ 1500kbps 50%->35%, for my CPU)
author gpoirier
date Mon, 04 Jul 2005 05:37:27 +0000
parents 688fa06538ef
children f9ffda85aeee
comparison
equal deleted inserted replaced
15914:4a643fe42324 15915:b3924612667a
572 bitrate. 572 bitrate.
573 Actual results will depend on both the source material and the 573 Actual results will depend on both the source material and the
574 encoder. 574 encoder.
575 The gains from using H.264 do not come for free: Decoding H.264 575 The gains from using H.264 do not come for free: Decoding H.264
576 streams seems to have steep CPU and memory requirements. 576 streams seems to have steep CPU and memory requirements.
577 For instance, on a 1733 MHz Athlon, a 1500kbps H.264 video uses 577 For instance, on a 1733 MHz Athlon, a DVD-resolution 1500kbps H.264
578 around 50% CPU to decode. 578 video requires around 35% CPU to decode.
579 By comparison, decoding a 1500kbps MPEG-4 ASP stream requires 579 By comparison, decoding a DVD-resolution 1500kbps MPEG-4 ASP stream
580 around 10% CPU. 580 requires around 10% CPU.
581 This means that decoding high-definition streams is almost out of 581 This means that decoding high-definition streams is almost out of
582 the question for most users. 582 the question for most users.
583 It also means that even a decent DVD rip may sometimes stutter on 583 It also means that even a decent DVD rip may sometimes stutter on
584 processors slower than 2.0 GHz or so. 584 processors slower than 2.0 GHz or so.
585 </para> 585 </para>