There is currently no way of doing this, but with the CCS3 image-fit property it will become possible. No browser supports it yet, though. Then you could use this to make all videos stretch to width/height:
video {
image-fit: fill;
}
See spec at http://dev.w3.org/csswg/css3-page/#propdef-image-fit