看板 TransCSI 關於我們 聯絡資訊
A mobile phone with 240*320 screen resolution can record a truecolor(red green blue each color encoded with 8 bits)video of 30 frames per second using this mobile phone how many bytes do we need to store 1 minute video clip in a raw data 麻煩大家解答 謝謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.112.249.21
ccpz:一個畫面有 240*320=76800 個點 11/07 10:22
ccpz:一個點要用8 bits = 1byte 去記錄, 所以一個畫面要76800 byte 11/07 10:23
ccpz:一秒30frame, 一分鐘 30*60=1800 frames 11/07 10:23
ccpz:因此總共要 76800*1800=13824000byte=13500 kbyte 11/07 10:24
BDFishX:each color encoded with 8bits = 1byte 01/12 09:47
BDFishX:一個點是red green blue組成,所以一個點應該是3bytes 01/12 09:47
HYH84: ....一個點最好是一個顏色組成 1F嚴重錯誤 02/12 12:15
HYH84: RGB各佔1B=3Byte 240*320*3Byte*30*60=Ans 02/12 12:16
HYH84: 240*320*3Byte*30*60=Ans 02/12 12:16