I know what VBR and CBR mean... but how is CBR different from CQ=Constant Quality??
I'm a little lost there.
+ Reply to Thread
Results 1 to 3 of 3
-
-
CQ is like 1 pass VBR. it has good quality and is faster than 2-pass vbr, but the output size is harder to predict.
-
When you encode in 2-pass VBR the encoder adjusts the quantization value (Q-value for short- basically amount of information thrown away) in order to achieve the set target bitrate average. Basically, it throws out more data in some scenes than in others, and it tries to do this intelligently. CQ mode is just 1-pass VBR which allows you to set a specific Q value and allow the bitrate to fluctuate around it instead. So it will throw the same amount of data out of all scenes. (sort of...hard to explain. Its more like throwing out the same % of data relative to the complexity of that scene, point is its a constant amount.) So you can think of it as setting a specific quality level you want and telling the encoder to use just enough bitrate to achieve that level, and like thayne said the resulting size will be unknown, though you can run some shorter sample encodes to better predict the filesize.
Realistically, both modes are a different means to the same end. Ultimately the file has to be stored, and that means its either going to x number of cdrs or to a dvd-r. So in the end you are always going to be working with the same avg bitrate. So if you did the same encode using both CQ and 2-pass VBR, than in any given scene the 2-pass encode may have a higher or lower Q value as compared to the CQ encode, (lower is better) but overall the avg Q value should be lower, which equals better quality, at least as far as quantization is concerned. The CQ encoded file will have the same Q level throughout, but overall it should be higher than the avg of the 2-pass encode= overall lower quality. Now this is how it works in theory, in practice the resulting quality entirely depends on how well the encoder is programmed. Many people feel that TMPGEnc's CQ mode actually yields superior quality to its 2-pass VBR mode. If this is true than its because its 2-pass VBR algorithm is lacking. Personally, I think in later versions of TMPGEnc, both modes achieve very similar quality, but multipass VBR is just more foolproof.
As for other encoders, many such as CCE will let you set a constant Q value, which is essentially all CQ mode does. So if you wanted, you could essentially do multipass "CQ" encoding. From my personal tests, I find this way of encoding inefficient and lower quality.
Similar Threads
-
cbr to vbr
By dynamix1 in forum AudioReplies: 1Last Post: 17th Mar 2009, 14:12 -
CBR vs VBR
By prl in forum Newbie / General discussionsReplies: 5Last Post: 11th Jan 2009, 18:48 -
question about vbr v/s cbr and 2 pass vbr
By perfection in forum Newbie / General discussionsReplies: 4Last Post: 14th Dec 2008, 03:55 -
Convert VBR to CBR
By Pariah69 in forum Newbie / General discussionsReplies: 1Last Post: 5th Aug 2007, 11:32 -
VBR or CBR?
By dizzie in forum ffmpegX general discussionReplies: 1Last Post: 29th Jun 2007, 14:28