-
Mathematical Check
I am trying to check the math on the amount of time per 8 GB card using DVCPRO HD codec. But it’s not working. Could someone point out my flaw?
On a 8 GB card you should get 8 minutes @ 100 Mb/s. This is in the HVX manual.
Therefore,
8 min * 60 sec/min = 480 sec //Uniform Units
100 Mb/sec * 1 Gb/1024 Mb = .01 Gb/sec //0.0977 Gb/sec
.01 Gb/sec * 1 GB/8 Gb = .0125 GB/sec //Bits to BytesFinally,
Data Rate * Advertised storage in Time = Total bytes
480 sec * .0125 GB/sec = 6 GB
I’m sure this is an error on my part because I calculated the same thing for XDCAM, but where?