Video Compression, Codecs, and Containers Explained

Slides:



Advertisements
Similar presentations
Introduction to Digital Video. Digital Video Digital vs. Analog Analog video uses a continuous electrical signal to capture footage on a magnetic tape.
Advertisements

2.02F Publishing Animated Videos 2.02 Develop Computer Animations.
Chapter 11 Media and Interactivity Basics Key Concepts
HTML Structure & Web Design Basics
Multimedia and weBLOGging Grade 7-9 | Cahaya Bangsa Classical School (C) 2010 Digital Media Production Facility 05 – Video Basic.
Love Utube Blocked at school? Psst…here’s a way around that issue. How to download and convert videos to place in PowerPoint.
Presents… “Best Encoding Practices” For use with.
3.02 Publishing Animations
Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss security.
Web Video Basics Carol Doggett President/Owner Preparing Your Videos for Today’s On-line World.
1 Different Video Properties
Skill Area 212 Introduction to Multimedia Internet and MultiMedia for SC 2.
Session: 11. © Aptech Ltd. 2HTML5 Audio and Video / Session 11  Describe the need for multimedia in HTML5  List the supported media types in HTML5 
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved Lesson 5: Multimedia on the Web.
Chapter 15 Video. Importing Video Into Flash Once you import video into Flash MX 2004, you can control it using behaviors and very basic ActionScript,
Video file format.
1 Lecture 12: Multimedia Not in Web 101 Text  Important Multimedia Issues  Audio  Movies and Video  Multimedia and HTML Documents.
2.02G Publishing Animated Videos 2.02 Develop Computer Animations.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 11 Key Concepts 1 Copyright © Terry Felke-Morris.
VIDEO FORMATS Prof Oakes. Compression CODECS COMPRESSOR/DECOMPRESSOR A codec provides specific instructions on how to compress video to reduce its size,
Audio and Video on the Web Presentation by Cheryl Deas and Pasha Souvorin Multimedia for Web Designers.
Chapter 16 Creating Desktop Video and Animation. Getting Started FAQs: – What is digital video? – How do I transfer video footage to my computer? – How.
GIF - Graphics Interchange Format JPEG - Joint Photographic Experts Group PNG - Portable Network Graphics GIF images are limited to the 8 bit palette which.
How Analog and Digital Recording Works Analog converted to digital via an ADV (Analog to Digital Converter = stream of numbers) On playback: digital converted.
Video. Using video  Carefully planned, well-executed video clips can make a dramatic difference in a multimedia project  Use video only when all other.
Video Software & File Formats. In this class we will be mainly using Adobe Premiere Pro CS4.
HTML 5. Introduction In modern browsers, adding a video to your page is as easy as adding an image. No longer do you need to deal with special plug-ins.
Chapter 10. The Role of Video in Multimedia  Any presentation or application that uses sound and graphics qualifies as multimedia  Clip A segment of.
Digital Video File Formats an overview. Introduction Digital Video & Audio files are also known as container formats. These “containers” are digital files.
Backup DVD to Hard Drive From: -
Information Systems Design and Development Media Types Computing Science.
Download & Convert Videos 1.How to Download Videos from YouTube & other Web sites; and 2.Convert them to WMV format so can be edited in Windows Movie Maker.
Unit 6 – Multimedia Element: Animation
Cameras used in the world of Motion Pictures
Objective % Explain concepts used to create digital video.
Best Solution To Fix 5 Most Common Mxf Importation And Editing Issue
Using Screen Capture Technology to Develop On-Line Course Material
Section 9.1 Section 9.2 Identify multimedia design guidelines
Objective % Explain concepts used to create digital video.
Video on the Web.
Introduction to Digital Video
Digital Video File Formats
DVDFab Video Converter With 3D Video Conversion For Windows 10 Review
How to Convert ISO to AVI with Leawo ISO to AVI Converter
VIDEO.
Web Programming– UFCFB Lecture 8
Objective % Explain concepts used to create digital video.
Introduction to Digital Video
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
How to Convert ISO to MKV with ISO to MKV Converter?
Digital TV..
How to Convert VOB to MP4 with VOB to MP4 Converter
3.02 Publishing Animations
Objective % Explain concepts used to create digital video.
David Zepeda Information Architecture and Design I Fall 2005
HTML5 Level II Session II
2.02G Publishing Animated Videos
Introduction to Digital Video
2.02F Publishing Animated Videos
Integrating Multimedia: Sound, Video and More
Playing Video (Part 2).
Playing Video (Part 1).
Introduction to Digital Video
HTML5 Media.
Multimedia: making it Work
File Extension Mini-Lesson
Lesson 5: Multimedia on the Web
Web Programming– UFCFB Lecture 8
Objective Explain concepts used to create digital video.
Digital Video Faraz Khan.
Presentation transcript:

Video Compression, Codecs, and Containers Explained When you get an email from Netflix that says, “Watch your favorite movies, now in 1080p H.264 format!” What does that even mean? Compression What it is? Data coding methods for controlling or limiting file size and total information contained in video files. While this is similar to codec, there are some characteristics unique to compression techniques that go beyond just codec. Why care? Every video file has gone through some kind of compression. For video files, the parameters that control compression are: Video codec, resolution, data rate, and (with older video files) scanning. Once a video has been compressed, it cannot be decompressed, compression is usually made possible by limiting the information that is collected, and so that information cannot be restored to a file once it has been compressed. Determining the compression, even with just a cursory understanding, can help you understand how the videol be can be used and what limitations it might have. In video production, all of these compression parameters can be manipulated in order to achieve specific goals. Just remember that your source footage needs to be less compressed or as compressed as your final video format. Commonly seen uses and formats: 1080p denotes the resolution and type of scanning compression used. Almost all videos for web are compressed with the H.264 codec, but streaming players will often create lower resolution versions of the video files. Codecs What it is? Codecs are programming languages used to compress video files and determine what type of information is included in the final video file. Why care? There are currently over 50 different video codecs for video files, most of which are outdated or only appear in certain instances or products. It is not necessary, even for experienced video professionals, to know them all – knowing the key players is enough. The most common cross-platform video codec for web video is H.264. This is also the codec of choice for mobile devices. The native video codec for Apple computers is Apple ProRes 422, while the native video codec for Windows is MPEG-2 Windows Media Video 9. This, combined with differences in containers, often leads to an inability to open video files on the operating system they were not originally compressed for without installing external plug-ins. However, as the world becomes a BYOD environment, and video becomes more widely available, use of these codecs is beginning to diminish rapidly. Commonly seen uses and formats: You may ask, “Why doesn’t everyone use H.264?” H.264 was created as a web standard, and is optimized for web video, but it is a lossy compression codec (a lot of information from the source picture is lost), which can be problematic for editing. Be sure to check, if you are creating a video bound for somewhere other than YouTube, what codec is the best match for your final format. Containers What it is? A container is a fancy word for a file type. It is represented by the set of letters that come after the last period in a file. Why care? The container for a video will determine whether or not the operating system recognizes it as a video file. Some applications only accept video files in certain containers. The H.264 codec is not specific to a container, and can be contained in .mov, .mp4, .flv, or .f4v files, but most other containers use specific codecs. One particularly powerful container (.mkv) even combines multiple files within a single file, including a video stream, an audio stream, and multiple subtitle tracks within a single container. Commonly seen uses and formats: The native container for Mac computers is .mov. The two native containers for Windows are .avi and .wmv. The most common cross-platform container is .mp4. Just remember, if you are creating video for a specific purpose, there is more to the equation than just codec and compression. If you publish a video in the wrong container, the device that is opening the video file won’t even recognize it as a video file. Want more? Try this article: http://www.techhive.com/article/213612/all_about_video_codecs_and_containers.html

Quick Table of Common Video Terms and Codecs Definition Most Common Use SD Standard Definition – The digital resolution of DVD video. Video compressed with at least 400 pixels vertical resolution. Older videos, videos compressed for mobile devices, and videos compressed for lower bandwidth streaming. HD/True HD High Definition – Videos compressed with at least 700 or 1080 (sometimes called True HD) vertical pixel height. Movies for Blu-Ray, television/cable, and hi-resolution streaming .MP4 Video container with cross-platform support. Lossy compression. Web Videos (YouTube, etc.), videos for mobile devices .MOV Video container designed to be read by the Quicktime Video Player. Videos for download, high-end editing formats, and occasionally web video (depending on codec used) .AVI Video container and codec pair for relatively lossless video on Windows operating systems Same as .MOV, but for Windows machines .WMV Microsoft proprietary video container and codec. Videos purchased for viewing with Windows Media Player. H.264 Video codec that is the current web standard for HTML5 . Lossy compression YouTube videos, mobile devices .FLV/.F4V Video container for Adobe’s Flash video. Plays natively in flash assets. Flash-based websites, Youtube for desktop