Vegetano1 Wrote:Gpu parallel processing is fast,. so why not come up with a parallel cpu,.
Because most tasks (that the CPU does) can't be processed in parallel, at least not mass parallel.
Lets use Zinga's analogy. For a job like lets say wrapping 10000 presents, then yeah, obviously having 240 people working on it at the same time is MUCH faster than having 4 people. This is the kind of thing where GPU > CPU.
But lets say you want to find the square root of 909571093571092571095710971015. Having 240 people working on it won't be any faster than having 1 person work on it, because that calculation simply can't be split up properly so that 240 people can work on it at the same time. This is where CPU > GPU.
And so both the CPU and GPU will have their own uses. Having the CPU do lots of parallel is not very useful.
Vegetano1 Wrote:the i7 cpu seems like a good idee to buy but the 295gtx is to expensive for now,.. i thought it was worth the video proccesing speed & CUDA suported program's but there is not many software suport,. yet? (faster CUDA graphics card=faster video converting speeds)
maybe the "295gtx power" serves the Physx & 3d view right,.. with higher settings and all i mean,..
Oh, I just looked at your prices... It seems not right. The Corei7 920 shouldn't cost even close to 645 euro. Maybe you mean the
940 instead? If you really mean the 920, then you're getting ripped off. The 920 should only cost like 1/2 of that much.
Actually, I think Corei7 (mainly the 940. The 920 is expensive, but not that bad) is also way too expensive. Not just the chip, but all the stuff that support Corei7 are also extremely expensive. Like a Corei7 motherboard costs like twice as much as a normal one.
If you're mainly a gamer (I assume you are?), the CPU won't even give you that much of a performance boost. Gaming is mostly GPU dependent. So if you have to get one of them, you would probably rather pay for the 295GTX than the Corei7.
I would wait on both. But hey, my opinion isn't the 10 commandments, so if
you're happy with paying for the GTX295 and Corei7, then ignore me and go for it!
Oh, and if you plan on buying a Corei7 940, I strongly suggest you buy a 920 instead. It's like only a little bit weaker (if I remember correctly, only 0.3 GHz weaker), and is MUCH cheaper, like 1/2 the price. The 965 is a "testament to ripoffness", don't even look at the 965, it doesn't exist.
Vegetano1 Wrote:If i can convert a video to PSP format 20x faster then normal,. i be very happy. :) and it seems the program already excists? looking at the flash movie,.?
I'll go watch that flash video tomorrow at school then. (Can't do it at home).
Also, there's another side to encoding, that this discussion is pretty much completely ignoring. The level of compression in encoding is probably equally, or even more important than speed. Take file compression as an example. Winzip (.zip) format is way faster than 7zip (.7z) and winrar (.rar) in both compressing and extracting. But 7zip and winrar compresses better, so in the end, I still choose 7zip over winzip, even though it's slower.
So in video encoding's case, comparing different codecs, XviD encodes faster than H264, but H264 compresses better. Within the same codec, H.264 using the highest settings (for x264, 16b and ref, adaptive b, highest subme and merange) can encode like 50 times slower than using the lowest settings, but compresses a lot better.
So the essence of what I'm saying is that currently, x264 is currently the best encoder for encoding into H.264. And in order to defeat it, you will need to beat it in more than speed alone. That's what I meant by nVidia's claim of 20x faster being not fair. I mean winzip is probably more than 5x faster than 7zip. But does that necessarily mean winzip > 7zip? Not really (= no)...
by the way... in case you're getting confused:
H.264 = the video format
x264 = an extremely popular encoder that encodes H.264 video. Frontends like XviD4PSP and MeGUI all use x264.