Video Compression Issues

 

This footage compared the YouTube re-encoded playback of the same footage exported as different file types at different sizes. The initial playback is a 74MB .mov file that plays smoothly. The next playback is 9MB Quicktime .mov file that is slightly more pixelated and less smooth because the file size or data rate is not large enough to store the same amount of video information.

HTML Code “My Favorite Movies”

<html>

<head>

<title>My Favorite Movies</title>

<p>This is a list of my favorite movies:</p>

<br>

<ol>

<li>1. Coach Carter</li>

<li>2. Undercover Brother</li>

<li>3. Four Brothers</li>

<li>4. Love & Basketball</li>

</ol>

<br>

<p>I like <b>really</b> like these movies!!!</p>

</head>

</html>