Recording-2025-02-15T15:55:37.415Z
Understanding Digital Media
Importance of Digital Files
A successful graphic designer and media artist must understand the technological composition of digital files.
Knowledge of file size affects resolution, allowing manipulation of visual quality.
When sharing or uploading video content, compatibility with certain file sizes and types varies per web browser and platform.
File Compression Techniques
Lossy Compression
Also known as irreversible compression.
Does not use exact approximations when compressing a video file, resulting in a loss of quality.
Example: Compression leads to reduced quality of images (e.g., a flower comparison shows degradation).
Reduces file size, facilitating easier storage, sharing, and transmission.
Acceptable for applications like streaming media and internet chats where detail may not be critical.
Codecs
Codecs stands for coder-decoder or compression-decompression.
They are programs or devices that compress data for fast transmission and decompress it for viewing.
Common lossy video compression codecs include:
H.264
Block-oriented motion compensation-based, widely used for high-quality video recording, compression, and distribution.
MPEG
Standard for coding moving images, combines video and audio lossy compression, used for storing and transmitting movies.
VC-1
Standard codec for Blu-ray discs, similar to MPEG programming.
Lossless Compression
Also known as reversible data compression; maintains all data without degradation.
Required for important files like bank records and text articles.
Examples include:
FFV1
High-speed lossless intra-frame video codec.
ProRes
Developed by Apple; used during video editing for higher quality.
HuffyUV
Compresses in RGB color space.
Dirac
Provides high-quality compression for ultra HD television.
Lossless codecs ensure output from decompression is identical to the original input.
Video File Types and Their Uses
MOV
Video container for Apple’s QuickTime, introduced in 1998.
Compatible with Windows systems via QuickTime.
MP4
Digital container format for multimedia, stores video, audio, subtitles, and images; allows streaming.
AVI (Audio Video Interleave)
Multimedia container format introduced by Microsoft in 1992 for synchronized playback of audio and video.
WMV (Windows Media Video)
Part of Windows Media Framework, encapsulates encoded video data.
SWF (Shockwave Flash)
Created by Macromedia, now Adobe; stores video, vector animations, and sound for efficient web delivery.
FLV (Flash Video)
Container file format used for video data delivery over the internet through Adobe Flash Player (now discontinued).
Audio File Compression
Audio files can be compressed (lossy) or uncompressed (lossless).
FLAC (Free Lossless Audio Codec)
Lossless audio format; retains original audio quality but may not be compatible with all players.
Converting FLAC to MP3 results in significant data loss.
AIFF (Audio Interchange File Format) and WAV (Waveform Audio File)
Uncompressed formats leading to larger file sizes due to lossless quality.
AU (Spark Audio or ULAW format)
Consists of audio data, headers, and annotations.
ALAC (Apple Lossless Audio Codec)
Developed by Apple; compatible with iTunes and iOS devices; retains full fidelity when converting from FLAC.
Animation File Types
Popular animation software includes Adobe Flash (discontinued in 2020) and Adobe Animate.
Blender
A free tool popular for animations.
HTML in Digital Media
HTML (Hypertext Markup Language)
Standardized system for defining and tagging text files to achieve desired visual effects on the internet.
Further exploration into HTML will follow in section 3.7 concerning web design elements.