Linked by Thom Holwerda on Wed 14th Nov 2012 22:12 UTC
Thread beginning with comment 542707
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[7]: IE10 still disappointing
by lemur2 on Fri 16th Nov 2012 09:49
in reply to "RE[6]: IE10 still disappointing"
"
There are multiple variables at play. Because the profiles are different for each codec, which profile to compare with which is somewhat an arbitrary choice. If one wants to make a reasonable comparison, one should eliminate at least one of the variables.
There are multiple variables at play. Because the profiles are different for each codec, which profile to compare with which is somewhat an arbitrary choice. If one wants to make a reasonable comparison, one should eliminate at least one of the variables.
Okay, let's eliminate a variable: look at page 27, this fixes the quality to "high" for all encoders, let's assume this is the top for WebM: it uses --good --cpu-used=0 which is listed as an alternative for --best by the WebM encoding guide.
The quality for a given bitrate is always higher for x264. This means for the high-quality settings, for equally sized files, the x264 will be of higher quality (by the Y-SSIM metric they use). You will also spend 1/3 the time waiting for it to encode. "
They won't be equally-sized files, WebM gives slightly smaller filesizes for the same bitrate and resolution. So, in order to match the highest profile of x264, one must increase the bitrate for WebM. If one increases it just enough so that the filesize becomes equal, and the quality is equal, WebM must employ a slightly higher bitrate. In other words, once one exhausts the options of going to a higher profile, one can only increase the quality further by increasing the bitrate. Once again, one can then also increase the bitrate for the other codec as well (but then that increases the filesize), and we get into the exact same revolving door (since now more filesize is available for WebM allowing it to go to an even higher bitrate), where one codec is better then the other, and all the time the time taken to encode (for both codecs) keeps increasing.
I told you there were multiple independent variables. This is evident from the very graphs you keep referencing. Very plainly, if one runs out of "higher profiles", the way to further increase the quality is to increase the bitrate. Why is this so hard apparently for you to accept?
With WebM one does NOT have to suffer lower quality per bit (i.e. filesize) if one chooses not to, but the penalty that one must pay, as I have said twice now, is encoding time. There is no question that to get the same quality per bit WebM does take longer to encode. However, as I have said, that is the only penalty, and furthermore, as I have already pointed out, this gap in encoding time is reducing as the WebM software and hardware implementations mature. In any event, because videos are only encoded once per many times they are downloaded or viewed, encoding time is the best area of any in which to compromise.
Edited 2012-11-16 10:03 UTC
RE[8]: IE10 still disappointing
by saynte on Fri 16th Nov 2012 15:23
in reply to "RE[7]: IE10 still disappointing"
They won't be equally-sized files, WebM gives slightly smaller filesizes for the same bitrate and resolution.
Am I misunderstanding something: how do you get different filesizes for the same bitrate? Bitrate is bits/time, for the same clip (time) you should get the same filesizes, modulo some header information for the codec.
What those graphs are describing are how the bitrate corresponds to the quality for a given profile. If you take the graphs as a whole they tell you how your quality will increase as you increase the filesize (bitrate) for a given clip, cheers.
RE[7]: IE10 still disappointing
by lemur2 on Fri 16th Nov 2012 10:23
in reply to "RE[6]: IE10 still disappointing"
The quality for a given bitrate is always higher for x264.
BTW, I don't argue that WebM is better than x264, because it simply isn't. There is a penalty to pay (somewhere) if you use WebM.
What I do say is that quality is NOT necessarily where one has to pay the penalty. It is always possible instead to pay the penalty in time to encode.
What I also claim is that, given the objective of, and indeed the fundamental RIGHT to, an open web, it is by far preferable to pay the penalty for using WebM (especially if one chooses time to encode as the currency of that penalty) than it is to pay the penalty for using H264/AAC (which is the encumbrances of royalties to be paid, and restrictions to open competition).





Member since:
2007-12-10
There are multiple variables at play. Because the profiles are different for each codec, which profile to compare with which is somewhat an arbitrary choice. If one wants to make a reasonable comparison, one should eliminate at least one of the variables.
Okay, let's eliminate a variable: look at page 27, this fixes the quality to "high" for all encoders, let's assume this is the top for WebM: it uses --good --cpu-used=0 which is listed as an alternative for --best by the WebM encoding guide.
The quality for a given bitrate is always higher for x264. This means for the high-quality settings, for equally sized files, the x264 will be of higher quality (by the Y-SSIM metric they use). You will also spend 1/3 the time waiting for it to encode.