VideoWriter doesn't seem to have any 16bit codecs (or am I wrong about that?), so should these be saved with FileStorage instead? Assuming I need to save 16bit images at 25+ fps.
I'm actually trying to save an 8U, 16U and 16S at the same time, so I just merge all three into an CV_16SC3 Mat. Or is there a better solution to this?