Y
Hacker News
new
|
ask
|
show
|
jobs
by
bstar77
4451 days ago
My hypothesis for the performance disparity is that h264 encoding is hardware accelerated and webm is not.
1 comments
wolf550e
4451 days ago
x264 does not use GPU hardware, so they're both using just the CPU. WebM fails to use more threads or 256bit or 128bit registers correctly.
link
1ris
4450 days ago
recent versions of x264 do use GPU hardware via OpenCL, but the performance gain is questionable.
http://www.planet3dnow.de/vbulletin/showthread.php/406096-Be...
link