"Digital Media Primer" Yue- Ling Wong, Copyright (c)2011 by Pearson EducaDon, Inc. All rights reserved.

Size: px
Start display at page:

Download ""Digital Media Primer" Yue- Ling Wong, Copyright (c)2011 by Pearson EducaDon, Inc. All rights reserved."

Transcription

1 "Digital Media Primer" Yue- Ling Wong, Copyright (c)2011 by Pearson EducaDon, Inc. All rights reserved. 1

2 Chapter 6 Fundamentals of Digital Video Part 6 MPEG Compression Streaming Video and Progressive Download 2

3 In this lecture, you will learn: Basic concepts of MPEG compression Types of MPEG ApplicaDons of MPEG What GOP (group of pictures) in MPEG is How GOP sevngs affect MPEG video file size How GOP sevngs affect MPEG picture quality What streaming video and progressive download are 3

4 MPEG Moving Pictures Experts Group Commi\ee who derives standards for encoding video Allow high compression MPEG- 1, MPEG- 2, MPEG- 4 4

5 What Happend to MPEG- 3? NOT MP3 (which is audio format) Intended for HDTV HDTV specificadons was merged into MPEG- 2 5

6 MPEG- 1 Video quality comparable to VHS Originally intended for Web and CD- ROM playback Frame sizes up to pixels Video format for VCD (VideoCD) before DVD became widespread 6

7 MPEG- 2 Supports DVD- video, HDTV, HDV standards For DVD video producdon: Export video into DVD MPEG- 2 format For HDV video producdon: Export video into HDV's MPEG- 2 format 7

8 MPEG- 4 Newer standard of MPEG family Different encoding approach from MPEG- 1 and MPEG- 2 (will discuss aeer MPEG- 1 and MPEG- 2 compression in this lecture) 8

9 MPEG- 1 and MPEG- 2 How the Compression Works 9

10 ProperDes of Typical Video Neighboring frames are very similar This property is called Temporal redundancy. MPEG compression exploits temporal redundancy to reduce video file size by looking for modon difference from one frame to the next This technique is called mo/on compensa/on. 10

11 Basic Ideas of MoDon CompensaDon 1. An video frame image is read in as a reference frame 2. Read the next video frame image 3. Compare the image content between this current frame (target frame) with the reference frame one block of pixels at a Dme 11

12 Comparing Reference and Target Frames Case 1: If a pixel block is idendcal at the same locadon in both frames: No need to encode the target frame's Just save an instrucdon to refer to the block in the reference image requires less space than encoding the whole pixel block 12

13 Comparing Reference and Target Frames Case 2: If a pixel block at the same locadon in both frames is not idendcal: Search for the reference image for a match (because the content may be moved to another locadon) Case 2a: No match is found Case 2b: A match is found 13

14 Case 2a: No Match is Found The whole pixel block is encoded Thus, no saving in file size 14

15 Case 2b: A Match is Found The displacement informadon of the block is saved. Displacement informadon: A 2- dimensional value, indicadng how much the block moves horizontally and verdcally from the reference frame to the target frame Called mo/on vector Much smaller size than encoding the whole pixel blocks (thus the saving in file size) 15

16 IllustraDon of the Ideas Let's consider the first 4 frames of a video Frame 1 Frame 2 Frame 3 Frame 4 The square grid cell in a frame represents a block of pixels. 16

17 IllustraDon of the Ideas Frame 1 is read in. Frame 1 Frame 2 Frame 3 Frame 4 17

18 IllustraDon of the Ideas Frame 1 is used as a reference frame. Frame 1 Frame 2 Frame 3 Frame 4 The red color highlights the pixel blocks that are encoded. The whole frame of a reference frame is encoded. No saving in file size. 18

19 IllustraDon of the Ideas Frame 2 is read in. Frame 1 Frame 2 Frame 3 Frame 4 19

20 IllustraDon of the Ideas Each pixel block in Frame 2 is searched in Frame 1 trying to find a match. Frame 1 Frame 2 Frame 3 Frame 4 20

21 IllustraDon of the Ideas Each pixel block in Frame 2 is searched in Frame 1 trying to find a match. Frame 1 Frame 2 Frame 3 Frame 4 The blue color highlights some pixel blocks that are found in Frame 1. The yellow color highlights some pixel blocks that are found in Frame 1 (but later in the process they are found in the next reference frame.) 21

22 IllustraDon of the Ideas Frame 3 is read in. Frame 1 Frame 2 Frame 3 Frame 4 22

23 IllustraDon of the Ideas Each pixel block in Frame 3 is searched in Frame 1 trying to find a match. Frame 1 Frame 2 Frame 3 Frame 4 The process is repeated similar to that for Frame 2. 23

24 IllustraDon of the Ideas about MoDon Vector Take Frames 1 and 2 as an example Frame 1 Frame 2 24

25 IllustraDon of the Ideas about MoDon Vector Let's look at the pixel block showing the car's windshield Frame 1 Frame 2 25

26 IllustraDon of the Ideas about MoDon Vector Let's arrange the frames vertically to see the displacement easier Frame 1 Frame 2 26

27 IllustraDon of the Ideas about MoDon Vector Let's arrange the frames vertically to see the displacement easier Frame 1 Frame 2 27

28 IllustraDon of the Ideas about MoDon Vector Let's arrange the frames vertically to see the displacement easier Frame 1 Frame 2 28

29 IllustraDon of the Ideas about MoDon Vector Let's arrange the frames vertically to see the displacement easier Frame 1 Frame 2 The red line indicates the displacement of the pixel block. 29

30 So how are reference frames chosen? We will need to understand an important concept of group of pictures (GOP) first. 30

31 31

32 MoDvaDon of Understanding GOP To understand: the terminology related to GOP because it is used by MPEG which in turns used by DVD video and HDTV it comes up in video producdon applicadon dialog boxes when you export video into MPEG format the impact of the GOP parameters on video file size and quality why some video edidng programs may not support frame accurate edidng of MPEG 32

33 33

34 Group of Pictures (GOP) Specifies the grouping structure of frames Frame types in a structure: I- frames P- frames B- frames An MPEG video contains 1 or more repeadng GOPs 34

35 Number of Frames in a GOP Each GOP in a video has a fixed number of frames The number is the N parameter Example: DVD- compliant MPEG- 3: N = 15 HDV: N = 15 35

36 I- frames Stands for Intraframes Encoded only using the informadon within the frame- - intracoding. Use spadal compression Similar to JPEG compression No temporal compression Least compressed of the three types Reference frame in the previous 4- frame example 36

37 I- frames Each GOP starts with an I- frame Each GOP has only one I- frame 37

38 P- frames Stands for predicted frames Encoded using the informadon from the previous I- or P- frames as the reference frame if a match of a pixel block is found The 2 nd and 3 rd frames in the previous 4- video example 38

39 B- frames Stands for bidirec/onal frames Between I- and P- frames Encoded using informadon from the previous and subsequent I- and/or P- frame as the reference frames 39

40 Example GOP DVD- compliant MPEG- 2: I B B P B B P B B P B B P B B N = 15 i.e., number of frames in a GOP = 15 40

41 Example GOP DVD- compliant MPEG- 2: I B B P B B P B B P B B P B B M = 3 i.e., number of frames between non-b-frames plus one = 2+1 = 3 41

42 Revisit the 4- frame video example Suppose N = 15, M = 3 42

43 Example GOP: N = 15, M = 3 I B B P B B P B B P B B P B B Frame 1 Frame 2 Frame 3 Frame 4 43

44 Example GOP: N = 15, M = 3 I B B P B B P B B P B B P B B Frame 1 Frame 2 Frame 3 Frame 4 I-frame: Least compressed 44

45 Example GOP: N = 15, M = 3 I B B P B B P B B P B B P B B Frame 1 Frame 2 Frame 3 Frame 4 P-frame: Based on changes from Frame 1 45

46 Example GOP: N = 15, M = 3 I B B P B B P B B P B B P B B Frame 1 Frame 2 Frame 3 Frame 4 B-frame: Most compressed. Based on changes from Frames 1 and 4 46

47 Example GOP: N = 15, M = 3 I B B P B B P B B P B B P B B Frame 1 Frame 2 Frame 3 Frame 4 B-frame: Most compressed. Based on changes from Frames 1 and 4 47

48 How GOP SeVngs Affect File Size Shorter GOP (i.e., lower N): larger file size RaDonales: A MPEG- 2 consists of a repeadng GOP structure Each GOP contains one I- frame I- frames are the least compressed among the three types of frames, and thus take up more storage space Shorter GOP means more GOPs in a MPEG- 2 More GOPs means more I- frames in a MPEG- 2 48

49 How GOP SeVngs Affect Picture Quality Shorter GOP (i.e., lower N): be\er picture quality RaDonales: I- frames are compressed based on the frame informadon, rather than predicted from other frames 49

50 How GOP Structure Affects Frame- Accurate Video EdiDng Some video edidng programs may not support frame- accurate video edidng of MPEG- 2 because it is more complex than other video format RaDonales: The informadon for a P- frame depends on the informadon of its previous I- frame. A B- frame depends on the informadon of its previous and subsequent I- or P- frames. Thus, it is more complex to trim out frames from a MPEG- 2 than other video format. 50

51 ApplicaDons of MPEG- 4 Cover a wide range of data rate Low end of the data rate: Video playback on mobile devices High end of the data rate: HDTV Handheld and portable game devices (e.g., Sony PSP) 51

52 MPEG- 4 Coding Approach Uses media objects A scene may contain separate media objects Not the frame- based coding used in MPEG- 1 and MPEG- 2 ConvenDonal frame- based video can be converted to MPEG- 4 because a frame can be treated as a media object- - a degenearted case. 52

53 Ways of Playing Video 53

54 Two Ways of Playing Video Play from disk Play over a network 54

55 Play from Disk An endre clip needs to be on disk before it can be played Played from hard drive, CD, or DVD 55

56 Play over a Network The video can be played while it is being downloaded Can be played from disk Streaming video Progressive download 56

57 Streaming Video Play video as soon as enough data has arrived Examples: Streaming QuickTime Real Video Window Media Video (WMV) 57

58 Streaming Video Require a streaming server to stream video Allow saving several different compression levels of a video in a single file The server chooses the compression level to match the speed of network connecdon Buffering: Wait Dme depends on network speed 58

59 Progressive Download Play video as soon as enough data has arrived Does not require special servers Example: QuickTime fast- start Created by saving the QuickTime movie as self- contained using QuickTime Pro 59

60 Review QuesDons Note to instructor: Depending on your preference, you may want to go over the review quesdons at the end of this lecture as an instant review or at the beginning of next lecture to refresh students' memory of this lecture. 60

61 Review QuesDon True/False: The MP3 audio is a MPEG

62 Review QuesDon provides a video quality comparable to VHS and is the file format for VCD. A. MPEG- 1 B. MPEG- 2 C. MPEG- 3 D. MPEG- 4 62

63 Review QuesDon support the DVD- video, HDV, and HDTV standards. A. MPEG- 1 B. MPEG- 2 C. MPEG- 3 D. MPEG- 4 63

64 Review QuesDon True/False: A typical MPEG- 2 consists of a repeadng GOP structure. 64

65 Review QuesDon MoDon compensadon is a key technique in. A. asymmetric B. lossless C. lossy D. spadal E. temporal 65

66 Review QuesDon is encoded using only the informadon within that frame. A. B- frame B. I- frame C. P- frame 66

67 Review QuesDon is encoded using only the previous I- or P- frame as the reference frame. A. B- frame B. I- frame C. P- frame 67

68 Review QuesDon is encoded using the previous and subsequent I- and/or P- frame as the reference frames. A. B- frame B. I- frame C. P- frame 68

69 Review QuesDon is the least compressed among the three frame types. A. B- frame B. I- frame C. P- frame 69

70 Review QuesDon The N parameter of the GOP refers to. A. the number of B- frames in a GOP B. the number of I- frames in a GOP C. the number of P- frames in a GOP D. the total number of frames in a GOP E. one plus the number of frames between the I- and P- frame, the P- and P- frame, and the P- and next GOP's I- frame 70

71 Review QuesDon The M parameter of the GOP refers to. A. the number of B- frames in a GOP B. the number of I- frames in a GOP C. the number of P- frames in a GOP D. the total number of frames in a GOP E. one plus the number of frames between the I- and P- frame, the P- and P- frame, and the P- and next GOP's I- frame 71

06 Video. Multimedia Systems. Video Standards, Compression, Post Production

06 Video. Multimedia Systems. Video Standards, Compression, Post Production Multimedia Systems 06 Video Video Standards, Compression, Post Production Imran Ihsan Assistant Professor, Department of Computer Science Air University, Islamabad, Pakistan www.imranihsan.com Lectures

More information

Digital Media. Daniel Fuller ITEC 2110

Digital Media. Daniel Fuller ITEC 2110 Digital Media Daniel Fuller ITEC 2110 Daily Question: Video How does interlaced scan display video? Email answer to DFullerDailyQuestion@gmail.com Subject Line: ITEC2110-26 Housekeeping Project 4 is assigned

More information

Chapter 10 Basic Video Compression Techniques

Chapter 10 Basic Video Compression Techniques Chapter 10 Basic Video Compression Techniques 10.1 Introduction to Video compression 10.2 Video Compression with Motion Compensation 10.3 Video compression standard H.261 10.4 Video compression standard

More information

Motion Video Compression

Motion Video Compression 7 Motion Video Compression 7.1 Motion video Motion video contains massive amounts of redundant information. This is because each image has redundant information and also because there are very few changes

More information

Lecture 23: Digital Video. The Digital World of Multimedia Guest lecture: Jayson Bowen

Lecture 23: Digital Video. The Digital World of Multimedia Guest lecture: Jayson Bowen Lecture 23: Digital Video The Digital World of Multimedia Guest lecture: Jayson Bowen Plan for Today Digital video Video compression HD, HDTV & Streaming Video Audio + Images Video Audio: time sampling

More information

Ch. 1: Audio/Image/Video Fundamentals Multimedia Systems. School of Electrical Engineering and Computer Science Oregon State University

Ch. 1: Audio/Image/Video Fundamentals Multimedia Systems. School of Electrical Engineering and Computer Science Oregon State University Ch. 1: Audio/Image/Video Fundamentals Multimedia Systems Prof. Ben Lee School of Electrical Engineering and Computer Science Oregon State University Outline Computer Representation of Audio Quantization

More information

What You ll Learn Today

What You ll Learn Today CS101 Lecture 18 Digital Video Concepts Aaron Stevens 7 March 2011 1 What You ll Learn Today Why do they call it a motion picture? What is digital video? How does digital video use compression? How does

More information

MULTIMEDIA TECHNOLOGIES

MULTIMEDIA TECHNOLOGIES MULTIMEDIA TECHNOLOGIES LECTURE 08 VIDEO IMRAN IHSAN ASSISTANT PROFESSOR VIDEO Video streams are made up of a series of still images (frames) played one after another at high speed This fools the eye into

More information

How Does H.264 Work? SALIENT SYSTEMS WHITE PAPER. Understanding video compression with a focus on H.264

How Does H.264 Work? SALIENT SYSTEMS WHITE PAPER. Understanding video compression with a focus on H.264 SALIENT SYSTEMS WHITE PAPER How Does H.264 Work? Understanding video compression with a focus on H.264 Salient Systems Corp. 10801 N. MoPac Exp. Building 3, Suite 700 Austin, TX 78759 Phone: (512) 617-4800

More information

8/30/2010. Chapter 1: Data Storage. Bits and Bit Patterns. Boolean Operations. Gates. The Boolean operations AND, OR, and XOR (exclusive or)

8/30/2010. Chapter 1: Data Storage. Bits and Bit Patterns. Boolean Operations. Gates. The Boolean operations AND, OR, and XOR (exclusive or) Chapter 1: Data Storage Bits and Bit Patterns 1.1 Bits and Their Storage 1.2 Main Memory 1.3 Mass Storage 1.4 Representing Information as Bit Patterns 1.5 The Binary System 1.6 Storing Integers 1.8 Data

More information

Intra-frame JPEG-2000 vs. Inter-frame Compression Comparison: The benefits and trade-offs for very high quality, high resolution sequences

Intra-frame JPEG-2000 vs. Inter-frame Compression Comparison: The benefits and trade-offs for very high quality, high resolution sequences Intra-frame JPEG-2000 vs. Inter-frame Compression Comparison: The benefits and trade-offs for very high quality, high resolution sequences Michael Smith and John Villasenor For the past several decades,

More information

Video 1 Video October 16, 2001

Video 1 Video October 16, 2001 Video Video October 6, Video Event-based programs read() is blocking server only works with single socket audio, network input need I/O multiplexing event-based programming also need to handle time-outs,

More information

PAL uncompressed. 768x576 pixels per frame. 31 MB per second 1.85 GB per minute. x 3 bytes per pixel (24 bit colour) x 25 frames per second

PAL uncompressed. 768x576 pixels per frame. 31 MB per second 1.85 GB per minute. x 3 bytes per pixel (24 bit colour) x 25 frames per second 191 192 PAL uncompressed 768x576 pixels per frame x 3 bytes per pixel (24 bit colour) x 25 frames per second 31 MB per second 1.85 GB per minute 191 192 NTSC uncompressed 640x480 pixels per frame x 3 bytes

More information

Video coding standards

Video coding standards Video coding standards Video signals represent sequences of images or frames which can be transmitted with a rate from 5 to 60 frames per second (fps), that provides the illusion of motion in the displayed

More information

COMP 249 Advanced Distributed Systems Multimedia Networking. Video Compression Standards

COMP 249 Advanced Distributed Systems Multimedia Networking. Video Compression Standards COMP 9 Advanced Distributed Systems Multimedia Networking Video Compression Standards Kevin Jeffay Department of Computer Science University of North Carolina at Chapel Hill jeffay@cs.unc.edu September,

More information

Information Transmission Chapter 3, image and video

Information Transmission Chapter 3, image and video Information Transmission Chapter 3, image and video FREDRIK TUFVESSON ELECTRICAL AND INFORMATION TECHNOLOGY Images An image is a two-dimensional array of light values. Make it 1D by scanning Smallest element

More information

Digital Media. Lecture 10: Video & Compression. Georgia Gwinnett College School of Science and Technology Modified from those of Dr.

Digital Media. Lecture 10: Video & Compression. Georgia Gwinnett College School of Science and Technology Modified from those of Dr. Digital Media Lecture 10: Video & Compression Georgia Gwinnett College School of Science and Technology Modified from those of Dr. Jim Rowan Coping with Video Size Consider human vision limitations 1)

More information

yintroduction to video compression ytypes of frames ysome video compression standards yinvolves sending:

yintroduction to video compression ytypes of frames ysome video compression standards yinvolves sending: In this lecture Video Compression and Standards Gail Reynard yintroduction to video compression ytypes of frames ymotion estimation ysome video compression standards Video Compression Principles yapproaches:

More information

Introduction to Video Compression Techniques. Slides courtesy of Tay Vaughan Making Multimedia Work

Introduction to Video Compression Techniques. Slides courtesy of Tay Vaughan Making Multimedia Work Introduction to Video Compression Techniques Slides courtesy of Tay Vaughan Making Multimedia Work Agenda Video Compression Overview Motivation for creating standards What do the standards specify Brief

More information

Understanding Compression Technologies for HD and Megapixel Surveillance

Understanding Compression Technologies for HD and Megapixel Surveillance When the security industry began the transition from using VHS tapes to hard disks for video surveillance storage, the question of how to compress and store video became a top consideration for video surveillance

More information

Video Compression. Representations. Multimedia Systems and Applications. Analog Video Representations. Digitizing. Digital Video Block Structure

Video Compression. Representations. Multimedia Systems and Applications. Analog Video Representations. Digitizing. Digital Video Block Structure Representations Multimedia Systems and Applications Video Compression Composite NTSC - 6MHz (4.2MHz video), 29.97 frames/second PAL - 6-8MHz (4.2-6MHz video), 50 frames/second Component Separation video

More information

So far. Chapter 4 Color spaces Chapter 3 image representations. Bitmap grayscale. 1/21/09 CSE 40373/60373: Multimedia Systems

So far. Chapter 4 Color spaces Chapter 3 image representations. Bitmap grayscale. 1/21/09 CSE 40373/60373: Multimedia Systems So far. Chapter 4 Color spaces Chapter 3 image representations Bitmap grayscale page 1 8-bit color image Can show up to 256 colors Use color lookup table to map 256 of the 24-bit color (rather than choosing

More information

Digital Video Work Flow and Standards

Digital Video Work Flow and Standards Laurel Beckman, UCSB Department of Art Digital Video Work Flow and Standards It s best if to know how your video will ultimately be presented, how it s being delivered to an audience, before you start,

More information

Data Representation. signals can vary continuously across an infinite range of values e.g., frequencies on an old-fashioned radio with a dial

Data Representation. signals can vary continuously across an infinite range of values e.g., frequencies on an old-fashioned radio with a dial Data Representation 1 Analog vs. Digital there are two ways data can be stored electronically 1. analog signals represent data in a way that is analogous to real life signals can vary continuously across

More information

Part 1: Introduction to computer graphics 1. Describe Each of the following: a. Computer Graphics. b. Computer Graphics API. c. CG s can be used in

Part 1: Introduction to computer graphics 1. Describe Each of the following: a. Computer Graphics. b. Computer Graphics API. c. CG s can be used in Part 1: Introduction to computer graphics 1. Describe Each of the following: a. Computer Graphics. b. Computer Graphics API. c. CG s can be used in solving Problems. d. Graphics Pipeline. e. Video Memory.

More information

OVE EDFORS ELECTRICAL AND INFORMATION TECHNOLOGY

OVE EDFORS ELECTRICAL AND INFORMATION TECHNOLOGY Information Transmission Chapter 3, image and video OVE EDFORS ELECTRICAL AND INFORMATION TECHNOLOGY Learning outcomes Understanding raster image formats and what determines quality, video formats and

More information

50i 25p. Characteristics of a digital video file. Definition. Container. Aspect ratio. Codec. Digital media. Color space. Frame rate.

50i 25p. Characteristics of a digital video file. Definition. Container. Aspect ratio. Codec. Digital media. Color space. Frame rate. This is the number of pixels of the picture A container is like a drawer, with 3 parts Generic containers Specific containers Container Definition "Resolution" Digital video Computers Digital Cinema Codec

More information

P1: OTA/XYZ P2: ABC c01 JWBK457-Richardson March 22, :45 Printer Name: Yet to Come

P1: OTA/XYZ P2: ABC c01 JWBK457-Richardson March 22, :45 Printer Name: Yet to Come 1 Introduction 1.1 A change of scene 2000: Most viewers receive analogue television via terrestrial, cable or satellite transmission. VHS video tapes are the principal medium for recording and playing

More information

Implementation of an MPEG Codec on the Tilera TM 64 Processor

Implementation of an MPEG Codec on the Tilera TM 64 Processor 1 Implementation of an MPEG Codec on the Tilera TM 64 Processor Whitney Flohr Supervisor: Mark Franklin, Ed Richter Department of Electrical and Systems Engineering Washington University in St. Louis Fall

More information

Contents. xv xxi xxiii xxiv. 1 Introduction 1 References 4

Contents. xv xxi xxiii xxiv. 1 Introduction 1 References 4 Contents List of figures List of tables Preface Acknowledgements xv xxi xxiii xxiv 1 Introduction 1 References 4 2 Digital video 5 2.1 Introduction 5 2.2 Analogue television 5 2.3 Interlace 7 2.4 Picture

More information

Advanced Computer Networks

Advanced Computer Networks Advanced Computer Networks Video Basics Jianping Pan Spring 2017 3/10/17 csc466/579 1 Video is a sequence of images Recorded/displayed at a certain rate Types of video signals component video separate

More information

Digital Television Fundamentals

Digital Television Fundamentals Digital Television Fundamentals Design and Installation of Video and Audio Systems Michael Robin Michel Pouiin McGraw-Hill New York San Francisco Washington, D.C. Auckland Bogota Caracas Lisbon London

More information

Content storage architectures

Content storage architectures Content storage architectures DAS: Directly Attached Store SAN: Storage Area Network allocates storage resources only to the computer it is attached to network storage provides a common pool of storage

More information

ELEC 691X/498X Broadcast Signal Transmission Fall 2015

ELEC 691X/498X Broadcast Signal Transmission Fall 2015 ELEC 691X/498X Broadcast Signal Transmission Fall 2015 Instructor: Dr. Reza Soleymani, Office: EV 5.125, Telephone: 848 2424 ext.: 4103. Office Hours: Wednesday, Thursday, 14:00 15:00 Time: Tuesday, 2:45

More information

Aspect Ratio The ratio of width to height of the frame, usually represented as two numbers separated by a colon, such as 4:3 or 16:9 (wide screen)

Aspect Ratio The ratio of width to height of the frame, usually represented as two numbers separated by a colon, such as 4:3 or 16:9 (wide screen) Laurel Beckman, UCSB Department of Art Digital Video Work Flow and Standards It s best if to know how your video will ultimately be presented, how it s being delivered to an audience, before you start,

More information

How do you make a picture?

How do you make a picture? Take-Away Messages LBSC 690 Session #11 Multimedia Human senses are gullible Images, video, and audio are all about trickery Compression: storing a lot of information in a little space So that it fits

More information

Audio and Video II. Video signal +Color systems Motion estimation Video compression standards +H.261 +MPEG-1, MPEG-2, MPEG-4, MPEG- 7, and MPEG-21

Audio and Video II. Video signal +Color systems Motion estimation Video compression standards +H.261 +MPEG-1, MPEG-2, MPEG-4, MPEG- 7, and MPEG-21 Audio and Video II Video signal +Color systems Motion estimation Video compression standards +H.261 +MPEG-1, MPEG-2, MPEG-4, MPEG- 7, and MPEG-21 1 Video signal Video camera scans the image by following

More information

Digital Video Editing

Digital Video Editing Digital Video Editing 18-04-2004 DVD Video Training in Adobe Premiere Pro WWW.VC-STUDIO.COM Video Signals: Analog signals are made up of continuously varying waveforms. In other words, the value of the

More information

Overview: Video Coding Standards

Overview: Video Coding Standards Overview: Video Coding Standards Video coding standards: applications and common structure ITU-T Rec. H.261 ISO/IEC MPEG-1 ISO/IEC MPEG-2 State-of-the-art: H.264/AVC Video Coding Standards no. 1 Applications

More information

Data Storage and Manipulation

Data Storage and Manipulation Data Storage and Manipulation Data Storage Bits and Their Storage: Gates and Flip-Flops, Other Storage Techniques, Hexadecimal notation Main Memory: Memory Organization, Measuring Memory Capacity Mass

More information

Chapt er 3 Data Representation

Chapt er 3 Data Representation Chapter 03 Data Representation Chapter Goals Distinguish between analog and digital information Explain data compression and calculate compression ratios Explain the binary formats for negative and floating-point

More information

HEVC: Future Video Encoding Landscape

HEVC: Future Video Encoding Landscape HEVC: Future Video Encoding Landscape By Dr. Paul Haskell, Vice President R&D at Harmonic nc. 1 ABSTRACT This paper looks at the HEVC video coding standard: possible applications, video compression performance

More information

Video Information Glossary of Terms

Video Information Glossary of Terms Video Information Glossary of Terms With this concise and conversational guide, you can make sense of an astonishing number of video industry acronyms, buzz words, and essential terminology. Not only will

More information

MPEGTool: An X Window Based MPEG Encoder and Statistics Tool 1

MPEGTool: An X Window Based MPEG Encoder and Statistics Tool 1 MPEGTool: An X Window Based MPEG Encoder and Statistics Tool 1 Toshiyuki Urabe Hassan Afzal Grace Ho Pramod Pancha Magda El Zarki Department of Electrical Engineering University of Pennsylvania Philadelphia,

More information

Module 8 VIDEO CODING STANDARDS. Version 2 ECE IIT, Kharagpur

Module 8 VIDEO CODING STANDARDS. Version 2 ECE IIT, Kharagpur Module 8 VIDEO CODING STANDARDS Lesson 27 H.264 standard Lesson Objectives At the end of this lesson, the students should be able to: 1. State the broad objectives of the H.264 standard. 2. List the improved

More information

Video compression principles. Color Space Conversion. Sub-sampling of Chrominance Information. Video: moving pictures and the terms frame and

Video compression principles. Color Space Conversion. Sub-sampling of Chrominance Information. Video: moving pictures and the terms frame and Video compression principles Video: moving pictures and the terms frame and picture. one approach to compressing a video source is to apply the JPEG algorithm to each frame independently. This approach

More information

1 Overview of MPEG-2 multi-view profile (MVP)

1 Overview of MPEG-2 multi-view profile (MVP) Rep. ITU-R T.2017 1 REPORT ITU-R T.2017 STEREOSCOPIC TELEVISION MPEG-2 MULTI-VIEW PROFILE Rep. ITU-R T.2017 (1998) 1 Overview of MPEG-2 multi-view profile () The extension of the MPEG-2 video standard

More information

Chapter 1: Data Storage. Copyright 2015 Pearson Education, Inc.

Chapter 1: Data Storage. Copyright 2015 Pearson Education, Inc. Chapter 1: Data Storage Chapter 1: Data Storage 1.1 Bits and Their Storage 1.2 Main Memory 1.3 Mass Storage 1.4 Representing Information as Bit Patterns 1.5 The Binary System 1-2 Chapter 1: Data Storage

More information

Glossary Unit 1: Introduction to Video

Glossary Unit 1: Introduction to Video 1. ASF advanced streaming format open file format for streaming multimedia files containing text, graphics, sound, video and animation for windows platform 10. Pre-production the process of preparing all

More information

Will Widescreen (16:9) Work Over Cable? Ralph W. Brown

Will Widescreen (16:9) Work Over Cable? Ralph W. Brown Will Widescreen (16:9) Work Over Cable? Ralph W. Brown Digital video, in both standard definition and high definition, is rapidly setting the standard for the highest quality television viewing experience.

More information

Multimedia Communications. Image and Video compression

Multimedia Communications. Image and Video compression Multimedia Communications Image and Video compression JPEG2000 JPEG2000: is based on wavelet decomposition two types of wavelet filters one similar to what discussed in Chapter 14 and the other one generates

More information

Alpha channel A channel in an image or movie clip that controls the opacity regions of the image.

Alpha channel A channel in an image or movie clip that controls the opacity regions of the image. Anamorphic The process of optically squeezing images into a smaller area and then optically unsqueezing it to create a wider field of view than capable by the original recording medium by using non-square

More information

An Overview of Video Coding Algorithms

An Overview of Video Coding Algorithms An Overview of Video Coding Algorithms Prof. Ja-Ling Wu Department of Computer Science and Information Engineering National Taiwan University Video coding can be viewed as image compression with a temporal

More information

MPEG has been established as an international standard

MPEG has been established as an international standard 1100 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 9, NO. 7, OCTOBER 1999 Fast Extraction of Spatially Reduced Image Sequences from MPEG-2 Compressed Video Junehwa Song, Member,

More information

OPEN STANDARD GIGABIT ETHERNET LOW LATENCY VIDEO DISTRIBUTION ARCHITECTURE

OPEN STANDARD GIGABIT ETHERNET LOW LATENCY VIDEO DISTRIBUTION ARCHITECTURE 2012 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM VEHICLE ELECTRONICS AND ARCHITECTURE (VEA) MINI-SYMPOSIUM AUGUST 14-16, MICHIGAN OPEN STANDARD GIGABIT ETHERNET LOW LATENCY VIDEO DISTRIBUTION

More information

WYNER-ZIV VIDEO CODING WITH LOW ENCODER COMPLEXITY

WYNER-ZIV VIDEO CODING WITH LOW ENCODER COMPLEXITY WYNER-ZIV VIDEO CODING WITH LOW ENCODER COMPLEXITY (Invited Paper) Anne Aaron and Bernd Girod Information Systems Laboratory Stanford University, Stanford, CA 94305 {amaaron,bgirod}@stanford.edu Abstract

More information

Understanding Multimedia - Basics

Understanding Multimedia - Basics Understanding Multimedia - Basics Joemon Jose Web page: http://www.dcs.gla.ac.uk/~jj/teaching/demms4 Wednesday, 9 th January 2008 Design and Evaluation of Multimedia Systems Lectures video as a medium

More information

Introduction to image compression

Introduction to image compression Introduction to image compression 1997-2015 Josef Pelikán CGG MFF UK Praha pepca@cgg.mff.cuni.cz http://cgg.mff.cuni.cz/~pepca/ Compression 2015 Josef Pelikán, http://cgg.mff.cuni.cz/~pepca 1 / 12 Motivation

More information

4 Anatomy of a digital camcorder

4 Anatomy of a digital camcorder 4 Anatomy of a digital camcorder Main Points: main component of a camcorder and their processes Lenses subsystem microphone subsystem Storage used in Camcorders and their properties: Tape DVD Flash Batteries

More information

Part 1: Introduction to Computer Graphics

Part 1: Introduction to Computer Graphics Part 1: Introduction to Computer Graphics 1. Define computer graphics? The branch of science and technology concerned with methods and techniques for converting data to or from visual presentation using

More information

New forms of video compression

New forms of video compression New forms of video compression New forms of video compression Why is there a need? The move to increasingly higher definition and bigger displays means that we have increasingly large amounts of picture

More information

Implementation of MPEG-2 Trick Modes

Implementation of MPEG-2 Trick Modes Implementation of MPEG-2 Trick Modes Matthew Leditschke and Andrew Johnson Multimedia Services Section Telstra Research Laboratories ABSTRACT: If video on demand services delivered over a broadband network

More information

Principles of Video Compression

Principles of Video Compression Principles of Video Compression Topics today Introduction Temporal Redundancy Reduction Coding for Video Conferencing (H.261, H.263) (CSIT 410) 2 Introduction Reduce video bit rates while maintaining an

More information

Example: compressing black and white images 2 Say we are trying to compress an image of black and white pixels: CSC310 Information Theory.

Example: compressing black and white images 2 Say we are trying to compress an image of black and white pixels: CSC310 Information Theory. CSC310 Information Theory Lecture 1: Basics of Information Theory September 11, 2006 Sam Roweis Example: compressing black and white images 2 Say we are trying to compress an image of black and white pixels:

More information

hdtv (high Definition television) and video surveillance

hdtv (high Definition television) and video surveillance hdtv (high Definition television) and video surveillance introduction The TV market is moving rapidly towards high-definition television, HDTV. This change brings truly remarkable improvements in image

More information

Understanding IP Video for

Understanding IP Video for Brought to You by Presented by Part 3 of 4 B1 Part 3of 4 Clearing Up Compression Misconception By Bob Wimmer Principal Video Security Consultants cctvbob@aol.com AT A GLANCE Three forms of bandwidth compression

More information

UC San Diego UC San Diego Previously Published Works

UC San Diego UC San Diego Previously Published Works UC San Diego UC San Diego Previously Published Works Title Classification of MPEG-2 Transport Stream Packet Loss Visibility Permalink https://escholarship.org/uc/item/9wk791h Authors Shin, J Cosman, P

More information

FEATURE. Standardization Trends in Video Coding Technologies

FEATURE. Standardization Trends in Video Coding Technologies Standardization Trends in Video Coding Technologies Atsuro Ichigaya, Advanced Television Systems Research Division The JPEG format for encoding still images was standardized during the 1980s and 1990s.

More information

MPEG-2. ISO/IEC (or ITU-T H.262)

MPEG-2. ISO/IEC (or ITU-T H.262) 1 ISO/IEC 13818-2 (or ITU-T H.262) High quality encoding of interlaced video at 4-15 Mbps for digital video broadcast TV and digital storage media Applications Broadcast TV, Satellite TV, CATV, HDTV, video

More information

Part1 박찬솔. Audio overview Video overview Video encoding 2/47

Part1 박찬솔. Audio overview Video overview Video encoding 2/47 MPEG2 Part1 박찬솔 Contents Audio overview Video overview Video encoding Video bitstream 2/47 Audio overview MPEG 2 supports up to five full-bandwidth channels compatible with MPEG 1 audio coding. extends

More information

Multimedia Communications. Video compression

Multimedia Communications. Video compression Multimedia Communications Video compression Video compression Of all the different sources of data, video produces the largest amount of data There are some differences in our perception with regard to

More information

Electronic Publishing

Electronic Publishing Electronic Publishing Size Does Matter ECEN 1200 Telecommunications 1 Electronic Newspaper Suppose it is desired to publish this newspaper electronically. What are important design considerations and questions

More information

Multiprojection and Capture

Multiprojection and Capture Multiprojection and Capture Head of Department: Dr. Ralf Schäfer Presented by: Jürgen Rurainsky, Einsteinufer 37, 10587 Berlin, Germany www.hhi.fraunhofer.de 10.12.2009 1 Digital Cinema Activities Production

More information

A-ATF (1) PictureGear Pocket. Operating Instructions Version 2.0

A-ATF (1) PictureGear Pocket. Operating Instructions Version 2.0 A-ATF-200-11(1) PictureGear Pocket Operating Instructions Version 2.0 Introduction PictureGear Pocket What is PictureGear Pocket? What is PictureGear Pocket? PictureGear Pocket is a picture album application

More information

ATSC vs NTSC Spectrum. ATSC 8VSB Data Framing

ATSC vs NTSC Spectrum. ATSC 8VSB Data Framing ATSC vs NTSC Spectrum ATSC 8VSB Data Framing 22 ATSC 8VSB Data Segment ATSC 8VSB Data Field 23 ATSC 8VSB (AM) Modulated Baseband ATSC 8VSB Pre-Filtered Spectrum 24 ATSC 8VSB Nyquist Filtered Spectrum ATSC

More information

Chapter 6 & Chapter 7 Digital Video CS3570

Chapter 6 & Chapter 7 Digital Video CS3570 Chapter 6 & Chapter 7 Digital Video CS3570 Video, Film, and Television Compared Movie : a story told with moving images and sound The word motion picture and movie are the same thing The word film seems

More information

OPTIMIZING VIDEO CLIPS IN EDUCATIONAL MATERIALS

OPTIMIZING VIDEO CLIPS IN EDUCATIONAL MATERIALS 2012, 1(2): 6879 DOI: 10.1515/ijicte-2012-0006 OPTIMIZING VIDEO CLIPS IN EDUCATIONAL MATERIALS Aleš Oujezdský Department of Information and Communication Technologies, Pedagogical Faculty, University of

More information

Advanced Data Structures and Algorithms

Advanced Data Structures and Algorithms Data Compression Advanced Data Structures and Algorithms Associate Professor Dr. Raed Ibraheem Hamed University of Human Development, College of Science and Technology Computer Science Department 2015

More information

Module 8 VIDEO CODING STANDARDS. Version 2 ECE IIT, Kharagpur

Module 8 VIDEO CODING STANDARDS. Version 2 ECE IIT, Kharagpur Module 8 VIDEO CODING STANDARDS Lesson 24 MPEG-2 Standards Lesson Objectives At the end of this lesson, the students should be able to: 1. State the basic objectives of MPEG-2 standard. 2. Enlist the profiles

More information

Essentials of DisplayPort Display Stream Compression (DSC) Protocols

Essentials of DisplayPort Display Stream Compression (DSC) Protocols Essentials of DisplayPort Display Stream Compression (DSC) Protocols Neal Kendall - Product Marketing Manager Teledyne LeCroy - quantumdata Product Family neal.kendall@teledyne.com Webinar February 2018

More information

FLEXIBLE SWITCHING AND EDITING OF MPEG-2 VIDEO BITSTREAMS

FLEXIBLE SWITCHING AND EDITING OF MPEG-2 VIDEO BITSTREAMS ABSTRACT FLEXIBLE SWITCHING AND EDITING OF MPEG-2 VIDEO BITSTREAMS P J Brightwell, S J Dancer (BBC) and M J Knee (Snell & Wilcox Limited) This paper proposes and compares solutions for switching and editing

More information

Coded Channel +M r9s i APE/SI '- -' Stream ' Regg'zver :l Decoder El : g I l I

Coded Channel +M r9s i APE/SI '- -' Stream ' Regg'zver :l Decoder El : g I l I US005870087A United States Patent [19] [11] Patent Number: 5,870,087 Chau [45] Date of Patent: Feb. 9, 1999 [54] MPEG DECODER SYSTEM AND METHOD [57] ABSTRACT HAVING A UNIFIED MEMORY FOR TRANSPORT DECODE

More information

Module 1: Digital Video Signal Processing Lecture 3: Characterisation of Video raster, Parameters of Analog TV systems, Signal bandwidth

Module 1: Digital Video Signal Processing Lecture 3: Characterisation of Video raster, Parameters of Analog TV systems, Signal bandwidth The Lecture Contains: Analog Video Raster Interlaced Scan Characterization of a video Raster Analog Color TV systems Signal Bandwidth Digital Video Parameters of a digital video Pixel Aspect Ratio file:///d

More information

Chapter 2 Introduction to

Chapter 2 Introduction to Chapter 2 Introduction to H.264/AVC H.264/AVC [1] is the newest video coding standard of the ITU-T Video Coding Experts Group (VCEG) and the ISO/IEC Moving Picture Experts Group (MPEG). The main improvements

More information

Stream Conversion to Support Interactive Playout of. Videos in a Client Station. Ming-Syan Chen and Dilip D. Kandlur. IBM Research Division

Stream Conversion to Support Interactive Playout of. Videos in a Client Station. Ming-Syan Chen and Dilip D. Kandlur. IBM Research Division Stream Conversion to Support Interactive Playout of Videos in a Client Station Ming-Syan Chen and Dilip D. Kandlur IBM Research Division Thomas J. Watson Research Center Yorktown Heights, New York 10598

More information

CUFPOS402A. Information Technology for Production. Week Two:

CUFPOS402A. Information Technology for Production. Week Two: CUFPOS402A Information Technology for Production Week Two: File format for video and film production Aspect Ratio and World wide system Progressive Vs. Interlaced Tutorial Creating PDF document CPU - The

More information

A Novel Approach towards Video Compression for Mobile Internet using Transform Domain Technique

A Novel Approach towards Video Compression for Mobile Internet using Transform Domain Technique A Novel Approach towards Video Compression for Mobile Internet using Transform Domain Technique Dhaval R. Bhojani Research Scholar, Shri JJT University, Jhunjunu, Rajasthan, India Ved Vyas Dwivedi, PhD.

More information

Digital Cinema Specifications 71 Locarno Festival

Digital Cinema Specifications 71 Locarno Festival Digital Cinema Specifications 71 Locarno Festival 1. DCP Specifications 2. Source Material for Digital Cinema Encoding into JPEG2000 3. Electronic Subtitles Specifications Image & Sound Specifications

More information

Digital Image Processing

Digital Image Processing Digital Image Processing 25 January 2007 Dr. ir. Aleksandra Pizurica Prof. Dr. Ir. Wilfried Philips Aleksandra.Pizurica @telin.ugent.be Tel: 09/264.3415 UNIVERSITEIT GENT Telecommunicatie en Informatieverwerking

More information

Digital Video Telemetry System

Digital Video Telemetry System Digital Video Telemetry System Item Type text; Proceedings Authors Thom, Gary A.; Snyder, Edwin Publisher International Foundation for Telemetering Journal International Telemetering Conference Proceedings

More information

(12) United States Patent (10) Patent No.: US 6,424,795 B1

(12) United States Patent (10) Patent No.: US 6,424,795 B1 USOO6424795B1 (12) United States Patent (10) Patent No.: Takahashi et al. () Date of Patent: Jul. 23, 2002 (54) METHOD AND APPARATUS FOR 5,444,482 A 8/1995 Misawa et al.... 386/120 RECORDING AND REPRODUCING

More information

Multimedia Communication Systems 1 MULTIMEDIA SIGNAL CODING AND TRANSMISSION DR. AFSHIN EBRAHIMI

Multimedia Communication Systems 1 MULTIMEDIA SIGNAL CODING AND TRANSMISSION DR. AFSHIN EBRAHIMI 1 Multimedia Communication Systems 1 MULTIMEDIA SIGNAL CODING AND TRANSMISSION DR. AFSHIN EBRAHIMI Basics: Video and Animation 2 Video and Animation Basic concepts Television standards MPEG Digital Video

More information

VVD: VCR operations for Video on Demand

VVD: VCR operations for Video on Demand VVD: VCR operations for Video on Demand Ravi T. Rao, Charles B. Owen* Michigan State University, 3 1 1 5 Engineering Building, East Lansing, MI 48823 ABSTRACT Current Video on Demand (VoD) systems do not

More information

Compression of digital hologram sequences using MPEG-4

Compression of digital hologram sequences using MPEG-4 Compression of digital hologram sequences using MPEG-4 Emmanouil Darakis a and Thomas J. Naughton a,b a Department of Computer Science, National University of Ireland - Maynooth, County Kildare, Ireland;

More information

SUMMIT LAW GROUP PLLC 315 FIFTH AVENUE SOUTH, SUITE 1000 SEATTLE, WASHINGTON Telephone: (206) Fax: (206)

SUMMIT LAW GROUP PLLC 315 FIFTH AVENUE SOUTH, SUITE 1000 SEATTLE, WASHINGTON Telephone: (206) Fax: (206) Case 2:10-cv-01823-JLR Document 154 Filed 01/06/12 Page 1 of 153 1 The Honorable James L. Robart 2 3 4 5 6 7 UNITED STATES DISTRICT COURT FOR THE WESTERN DISTRICT OF WASHINGTON AT SEATTLE 8 9 10 11 12

More information

AN MPEG-4 BASED HIGH DEFINITION VTR

AN MPEG-4 BASED HIGH DEFINITION VTR AN MPEG-4 BASED HIGH DEFINITION VTR R. Lewis Sony Professional Solutions Europe, UK ABSTRACT The subject of this paper is an advanced tape format designed especially for Digital Cinema production and post

More information

Digital Signage Content Overview

Digital Signage Content Overview Digital Signage Content Overview What Is Digital Signage? Digital signage means different things to different people; it can mean a group of digital displays in a retail bank branch showing information

More information

A White Paper on High Frame Rates from the EDCF Technical Support Group

A White Paper on High Frame Rates from the EDCF Technical Support Group A White Paper on High Frame Rates from the EDCF Technical Support Group Background The initial requirement from DCI was to support a 2K frame Rate of 24 frames per second or 48 frames per second (thereafter

More information

SNR Playback Viewer SNR Version 1.9.7

SNR Playback Viewer SNR Version 1.9.7 User Manual SNR Playback Viewer SNR Version 1.9.7 Modular Network Video Recorder Note: To ensure proper operation, please read this manual thoroughly before using the product and retain the information

More information

Video Processing Applications Image and Video Processing Dr. Anil Kokaram

Video Processing Applications Image and Video Processing Dr. Anil Kokaram Video Processing Applications Image and Video Processing Dr. Anil Kokaram anil.kokaram@tcd.ie This section covers applications of video processing as follows Motion Adaptive video processing for noise

More information