Question

In: Computer Science

2.Consider a video file with the following specifications: • Width: 1920 • Height: 1080 • Frame...

2.Consider a video file with the following specifications:
• Width: 1920
• Height: 1080
• Frame rate: 60 fps
• Length: 2 hr 20 mins
• Each frame is stored in 36-bit RGB
a) What is the video bit rate per second?
b) What is the size of the video file in GB (GigaBytes)?
3. If audio is added to the above video with the following specifications:
• Sample rate of 44.1 kHz
• Sampling depth: 16 bits
• Dolby digital 5.1 surround sound
a) What is the audio bit rate per second?
b) What is the size of the audio+video file?

Solutions

Expert Solution

* I have solved all four question by mentioning formula with the solution. If your answer doesnot matches you can put the values in formula get the right answer though I have checked many time it is correct.

* If you find it worth it will be a pleasure for me and may I get like also.

----------------------------------------------------------------------------------------------------

Lets calculate Video size by using following formula:

  = (60 * 1080 * 1920 * 36 * 8400) (bits)

= 37623398400000 bits

= 4702.9248 Gigabytes   

------------------------------------------------------------------------------------------------------

Lets calculate Video Bit rate using following formula:

= (37623398400000 / 8400) (bits/sec)

= 4478976000 bits/sec

=  4478.976 Mbps

-----------------------------------------------------------------------------------------------------

Finding audio bit rate:

= 44100 * 16 * 5.1

= 3598560 bits per second

= 3.6 Mbps

------------------------------------------------------------------------------------------------------

Finding total size Audio + Video :

= [ 4478976000 + 3598560] * 8400

= 37653626304000 bits

= 4706.7 Gigabytes

------------------------------------------------------------------------------------------------------


Related Solutions

Consider a rectangular plate of width L and height W. Three of the sides (left, bottom,...
Consider a rectangular plate of width L and height W. Three of the sides (left, bottom, and right side) are maintained at a constant temperature of T1 whereas the top side is maintained at T2. Write a general computer program to solve for the steady state temperature solution of the plate using finite difference techniques and the Gauss-Seidel iterative method for any arbitrary grid mesh m x n. Obtain a temperature solution using a grid mesh of 10x10, 20x20, and...
Build a web page using an external CSS file based on the following specifications : a)...
Build a web page using an external CSS file based on the following specifications : a) The page must have a breaking point at 768px (desktop/mobile). b) The three sections contents (header, main and footer) must be full-width and no larger than 960px (horizontally centered block). Ma c) Header must be 80px high, full width and fixed and will show your name on the left /5 side. The burger icon should appear when the browser’s window is 768px or lower....
Consider a hard disk with the following specifications: 3.5in diameter 3600RPM 20 platters, and 2 surfaces...
Consider a hard disk with the following specifications: 3.5in diameter 3600RPM 20 platters, and 2 surfaces per platter Capacity: 40GB Number of cylinders: 1024 1 block = 4KB 20% overhead between blocks (gaps) Average seek time: 10ms. Compute the following: the average time to access a block? the average time to read 4 adjacent blocks? the average time to read one track, starting at a specified location? Which of the following is true about the above computation? A. The average...
Consider the following sample of the height of two cultivars of daisy, 2 months after planting...
Consider the following sample of the height of two cultivars of daisy, 2 months after planting (height in inches). We want to test to see whether there is a difference in average height between the two samples. Cultivar A Cultivar B 11.29 14.97 10.05 14.29 11.61 13.10 8.52 12.82 7.84 20.15 10.14 15.51 10.24 16.54 7.54 9.39 12.56 6.92 8.11 9.96 10.40 13.35 9.49 11.70 9.52 13.08 6.49 18.28 10.62 3.17 8.14 16.12 9.41 15.71 7.06 9.81 9.79 Mean 9.43...
Create a page with jQuery. 1. Add "IMG.jpg" with size WIDTH="200" HEIGHT="60", give an id. 2....
Create a page with jQuery. 1. Add "IMG.jpg" with size WIDTH="200" HEIGHT="60", give an id. 2. Use mouseenter(), width(), and height() to resize the picture to 800 by 230. 3. Use mouseleave, width(), and height() to resize the picture to 200 by 60.
2.) Consider the following RNA sequence, which represents the beginning of an open reading frame: 5’-AUGGGACUAGAUACC-3’....
2.) Consider the following RNA sequence, which represents the beginning of an open reading frame: 5’-AUGGGACUAGAUACC-3’. Examine each of the sequences below, describe the change to the sequence, and state whether it represents a silent, missense, nonsense, or frameshift mutation. If frameshift, be sure to include the consequences of the frameshift (nonsense or massive missense). Use the codon table. a) 5’-AUGGGUCUAGAUACC-3’ b) 5’-AUGCGACUAGAUACC-3’ c) 5’-AUGGGACUAGUUACC-3’ d) 5’AUGGGACUAAGAUACC-3’ 3. Using a couple of sentences each, describe the function of each of...
Create a data file frame in R called musseldata which has the following observations: species length...
Create a data file frame in R called musseldata which has the following observations: species length drywght tidehght calif     113    14.3     low tross      48     6.9     med calif      72     8.1     high calif      82     8.7     med tross      33     4.9     high tross      51     7.0     med calif      94   11.6     low Type the name of the data frame and copy/paste your R command the result into the green box. Use a logical condition with the subset() function to create a subset of the data called...
Consider the piston ring data in the following table. Assume that specifications are 74.00 ± 0.035...
Consider the piston ring data in the following table. Assume that specifications are 74.00 ± 0.035 mm. Estimate the process capability (Cp and Cpk) using: Sample Range Measurements Sample Std Dev. Measurements Convert the Cp found above into approximate dpm. Inside Diameter Measurements (mm) for Automobile Piston Rings Sample ID 1 74.03 1 74.002 1 74.019 1 73.992 1 74.008 2 73.995 2 73.992 2 74.001 2 74.011 2 74.004 3 73.988 3 74.024 3 74.021 3 74.005 3 74.002...
QUESTION FOUR Consider an open economy with the following specifications: Derive the savings function and show...
QUESTION FOUR Consider an open economy with the following specifications: Derive the savings function and show that .                               [3 marks] Define a budget deficit and state whether the government is in a deficit or surplus.                                                                                                                                             [3 marks] Given that the economy is open, state and explain the components of Aggregate demand (AD).                                                                                                         [4 marks] Derive the equilibrium income and clearly show the multiplier.                      [10 marks] What will be the impact on the equilibrium...
Consider the following header file for the intArray object and the following main.cpp and answer the...
Consider the following header file for the intArray object and the following main.cpp and answer the following questions: intArray.h main.cpp #include <iostream> using namespace std; class intArray { friend ostream& operator<<(ostream& outStream, intArray& rhs); public:     intArray();     intArray(int _size);     intArray(int _size, int array[]);     intArray(const intArray&);     ~intArray();     void Print();     void PrintSize();     int Size() const;     int operator[](int) const;     intArray operator=(const intArray ); private:     int size;     int *data; }; 7 #include <iostream>...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT