answersLogoWhite

0

The amount of space needed to store video files will depend upon the amount of compression applied to the file. In general one terabyte will store around one thousand hours of compressed commercial movie quality video.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the duration of Hard to Hold film?

The duration of Hard to Hold - film - is 1.55 hours.


What is the duration of I want to Hold Your Hand film?

The duration of I Wanna Hold Your Hand - film - is 1.73 hours.


How much data can 1TB hard drive hold?

It is obvious that 1 TB(Tera Byte) = 1024 GB (Giga Byte) so 1TB is larger and has double more space than 500 GB. It may be noted that 1 bit is 0 or 1 8 bits = 1 byte 1024 Bytes = 1 KB 1024 KB (Kilo byte) = 1 MB(Mega Byte) 1024 MB (Mega Byte) = 1 GB 1024 GB = 1 TB(Tera Byte) Answered by Jaspreet Singh mbadreamtrue.blogspot.com


How many pictures will 2 Tera bytes hold?

810,000


A byte can hold one of data?

A byte is a measure of memory in the computer, 8 bits is equal to one byte, a bit is a binary value of 1 or 0, you cannot really measure how much memory it can hold.


Can a byte hold the value 500?

No. 1 byte = 8 bits. 5000 is represented as 110101110000110000. As the no. of binary digits is more then 8, so 500 cannot be represented in a byte.


How much data is on 1 byte of ram?

One byte of RAM can hold up to one byte of data. This is equivalent to one 8-bit (ASCII) character, such as a keyboard letter, number, or symbol.


What size of space in a computer is used to hold a character?

1 byte (Unicode)


When was Hold My Hand - film - created?

Hold My Hand - film - was created in 1938.


In data processing a byte is?

What is measured in most sources of computers,andtells you how much memory you can hold.


When was Hard to Hold - film - created?

Hard to Hold - film - was created on 1984-04-06.


Why does a java byte variable only hold a minimum value of -128 and a maximum value of 127. I dont get why only those range of 3 digits. Its just holding 3 characters really. Why not hold AB2?

A byte is 8 binary bits, each of which hold a value of 0 or 1 (true or false). When counting in binary, a value of 11111111 is the highest value a byte can hold, this is 255. It doesn't matter what programming language is assigning a value to the byte, the highest it can hold is 255. A 'signed' byte uses one bit for the sign, and 7 for the value. Hence 7 bits can show values of up to 128 either side. That's a positive value of 1-127, along with the 0, and then negative values of -1 to -128. Again, regardless of the system assigning the value, 8 bits can only produce 255 different combinations.