Preface, i have no experience with webm encoding, but i would like to point out that CRF for x264 does not work like that at all
CRF Based encoding involves setting a level of visual quality, and the encoder will vary the bitrate according to the complexity of the scene to maintain that visual quality. it has nothing to do with bitrate of the input file.
a crf value of 0 means that the output will be physically lossles, so that, every pixel will be absoltely identical from the input to the output.