logo

Alles wat je altijd al wilde weten over digitale video

DV

DV (Digital Video) is een videoformaat dat in 1996 werd geïntroduceerd. Het formaat codeert video op een magneetband in een digitaal formaat met DCT-compressietechniek. De DV-tape bestaat in 2 formaten: MiniDV en DV. Beide slaan de video-opname op met 25 Megabit per seconde, wat ongeveer overeen komt met 3,6 Megabyte per seconde. De opslagcapaciteit van de MiniDV-cassettes ligt rond de 12,66 Gigabyte voor een 60 minutencassette. MiniDV en DV verschillen alleen qua behuizing en tapelengte, beeldtechnisch wordt de kwaliteit bepaald door de opnemende camera. DV-camera's zijn te vinden met 1 en met 3 CCD. Bij de 3 CCD-typen is de beeldkwaliteit, met name in zeer lichte en zeer donkere omstandigheden, significant beter.

DVCPro, DVCAM en Digital8

Because all the columns are floated, this layout uses a clear:both declaration in the footer rule. This clearing technique forces the .container to understand where the columns end in order to show any borders or background colors you place on the .container. If your design requires you to remove the footer from the .container, you'll need to use a different clearing method. The most reliable will be to add a <br class="clearfloat" /> or <div class="clearfloat"></div> after your final floated column (but before the .container closes). This will have the same clearing effect.

Logo Replacement

An image placeholder was used in this layout in the header where you'll likely want to place a logo. It is recommended that you remove the placeholder and replace it with your own linked logo.

Be aware that if you use the Property inspector to navigate to your logo image using the SRC field (instead of removing and replacing the placeholder), you should remove the inline background and display properties. These inline styles are only used to make the logo placeholder show up in browsers for demonstration purposes.

To remove the inline styles, make sure your CSS Styles panel is set to Current. Select the image, and in the Properties pane of the CSS Styles panel, right click and delete the display and background properties. (Of course, you can always go directly into the code and delete the inline styles from the image or placeholder there.)

Backgrounds

By nature, the background color on any block element will only show for the length of the content. This means if you're using a background color or border to create the look of a side column, it won't extend all the way to the footer but will stop when the content ends. If the .content block will always contain more content, you can place a border on the .content block to divide it from the column.