<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="gmail_quote"><div class="Ih2E3d"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
- does the decoding benefit from dual cores or would I be better off with a<br>
single core at a higher clock rate?<br>
</blockquote></blockquote></div>
Decoding is task which is hard to multitask. So if you only decode you are better with higher clock rate or bigger cache. But...<br>
If you decode and playback in same time it is better to have dual core, becouse you will get lower latency, which is what you want.<div></div>&nbsp;</blockquote></div><div>Thanks - this pretty much answers my question.&nbsp; I figured decoding was largely single-threaded so throwing a second core at it @ the same clock probably wouldn&#39;t solve the problem.&nbsp; But, if I&#39;m interpreting what you&#39;re telling me correctly, the second core can offload the playback portion of the job and help out in that way - it sounds like it&#39;s worth it.<br>

</div></div></blockquote></div><br>H264 benefits a great deal from multicore decoding. Parallelization is designed into the codec. I don&#39;t know much about the details but I believe the ability to do multicore decoding depends on the file being encoded with &quot;slices&quot;. I would assume that most stuff will be encoded such that it can be decoded on multicore systems, since they are the standard these days. If you are talking about a combined FE/BE system then there are many benefits to have multiple cores. You can have mysql,commflag, or whatever running on one core, and have another core completely dedicated to your playback.<br>