Alex G. wrote:Tom wrote:Bayer sensors do not produce Video data.
Tom, would you know where I could find a technical description of BM raw files? BMPCC preferably. How many actual bytes per pixel, how they are packed (36 bits packed into five bytes? Or even tighter?), metadata / headers - although the last one I could glimpse from generic CinemaDNG articles, I guess. My goal is to figure the max theoretical data rate of BMPCC lossless raw (assuming hard-to-compress images), as well as BM's other cameras.
Thought you might have it bookmarked somewhere, given the wealth of knowledge you're sharing.
Thanks!
In short no, however if my calculations are correct (or more precisely, my process)
The BMCC has a sensor resolution of 2432x1356 - so it is comprised of: 3,297,792 photosites, at 12 bits per photosite = 39,573,504 Bits
= 4,946,688 Bytes
= 4947 Kbytes
= about 5Mb per frame (which is the case for the BMCC)
I have no idea if this method is actually accurate or just me making a big assumption, but if it is true, then....
On the Pocket camera:
1920x1080 = 2,073,600 Photosites
= 24,883,200 Bits
= 3,110,400 Bytes
= 3,110 Kbytes
= about 3 Mb Per frame.
This is obviously only for the DNG frames, you would have to factor in Audio also. I assume Meta Data is only written at the start or end of the recording, so it would not really be a factor in data rate.
These values are also only for uncompressed Raw - as for lossless compression - It depends on the compression method.
Not really cast iron or helpful info I am afraid -but I hope it helps even slightly. I am making many big guesses here so I am likely about to be proven wrong :-p