Post
by Zero1 » Thu Jun 01, 2006 1:23 pm
More bitrate won't fix it.
Less saturation won't fix it (it will be a bit less noticable though).
So what's the problem?
YV12 is the "problem". YV12 is a colourspace that allocates 1 chroma sample per 4 luma samples (for every 4 "brightness" pixels, you get 1 "colour" pixel). In effect the chroma has quarter of the resolution of luma, and this is why it looks blocky (since it's being stretched to a larger size). YV12 is referred to as 4:2:0, your alternative would be to use 4:2:2 or 4:4:4. 4:2:2 would be less blocky, but still have a lower resolution than the luma. 4:4:4 gives the chroma the same amount of samples as luma, therefore should not appear blocky. Obviously though, the higher colourspaces you use, the more bits they require to encode, so you will need a larger filesize, or if the filesize is the same, it will look slightly worse.
Do be aware though, that DVD uses YV12, so if you are complaining that your original source is blocky, well that's just how it is and you can't fix that save for interpolating the chroma (which ought to happen when you change the colourspace anyway).
Check out the guides for more information on colourspaces.