MULTIMEDIA TECHNOLOGIES

Size: px
Start display at page:

Download "MULTIMEDIA TECHNOLOGIES"

Transcription

1 MULTIMEDIA TECHNOLOGIES LECTURE 08 VIDEO IMRAN IHSAN ASSISTANT PROFESSOR

2 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 believing that it is observing a continuous stream Video (real-world pictures) Animation (Computer generated) 2

3 FRAME RATE This is the number of frames per second that are displayed PAL (Phase Alternating Line) in Hong Kong produces 25fps. When producing video for the web we can save data by using lower frame rates e.g. 20fps, 15fps etc Below 15fps playback becomes noticeably jerky 3

4 ANALOGUE VIDEO Video information that is stored using television video signals, film, videotape or other noncomputer media Each frame is represented by a fluctuating voltage signal known as an analogue wave form or composite video. Amplitude cathode Time 4

5 COMPOSITE ANALOGUE VIDEO Composite analogue video has all the video components: brightness, colour and synchronization. Then, combined into one signal for delivery 5

6 COMPONENT VIDEO Component video sends the signals separately (e.g. S-video, RGB) Advantages: Good video quality. Disadvantages: (i) Higher bandwidth compared with Composite video. (ii) Synchronization problem between different colour components. 6

7 HDMI The High-Definition Multimedia Interface (HDMI) is an all-digital audio/video interface capable of transmitting uncompressed streams. HDMI provides an interface between any compatible digital audio/video source, such as a settop box, a DVD player, a PC, a video game system such as the PlayStation 3 or an AV receiver and a compatible digital audio and/or video monitor, such as a digital 7

8 HDMI The HDMI 1.3 was released 22 June Increases single-link bandwidth to 340 Mhz (10.2 Gbps) Supports 30-bit, 36-bit, and 48-bit (RGB or YCbCr) color depths or over one billion colors, up from 24-bit in previous versions. Incorporates automatic audio syncing (lip sync) capability. Supports output of Dolby TrueHD and DTS-HD Master Audio streams for external decoding by AV receivers. 8

9 TYPE OF TV VIDEO SIGNALS There are four analog video formats PAL NTSC SECAM HDTV (may be mixed analog/digital) 9

10 PAL & NTSC PAL (Phase Alternate Line) Standard television format used in Hong Kong, China, Europe, UK, Australia and South Africa Consists of 625 scan lines drawn every 1/25 second with a 4:3 aspect ratio * PAL is interlaced at 50 cycles per second PAL uses the YUV color model * Aspect ratio is the comparison of width to height for a viewing area. Two common ratios - 4:3 and 16:9. NTSC (National Television Standards Committee) The American and Japanese standard Consists of 525 scan lines drawn every 1/30 second (To be precise, the frame rate of NTSC is 29.97) Has a 4:3 aspect ratio NSTC uses the YIQ colour model 10

11 SECAM & HDTV SECAM ( Sequential Color with Memory ) Sequential Couleur Avec Memoire Format in France. Used 625 scan lines and is interlaced at 50 cycles per second. HDTV ( High Definition Television) based on 720 scan lines or higher, progressive scan with 16:9 aspect ratio many standards 11

12 TV TYPE GEOGRAPHICAL VIEW 12

13 PROGRESSIVE SCAN Used in normal computer monitor. As shown in Figure, the electronic or optic beam of an analog video camera continuously scans the imaged region from the top to bottom and then back to the top. 13

14 INTERLACED SCAN A refresh rate of at least 50 Hz or 50 fps is required in order for us to perceive the smooth movement of a video. However, it is not feasible to display 50 fps in our analog TV. Thus, interlaced scan was introduced to solve this problem. In interlaced scan, each frame is scanned in two fields and each field contains half the number of lines in a frame. Field containing the first line and following alternating lines in a frame is called top field. Field containing the second line and following alternating lines is called bottom field. 14

15 Odd field Even field Interlace scan

16 Field 1

17 Field 2

18 On Screen

19 VIDEO ACTUAL SIZE NTSC uses 525 scan lines per frame. Why does the video capture card ask you to set the size to 640*480? Not all lines are displayed on the screen since some are used to carry control and other information. In practice, the number of visible lines per frame for NTSC monitor is 480 and 576 for PAL & SECAM. Thus, number of pixels per line is 640 for NTSC monitor and 768 for PAL & SECAM. 19

20 VIDEO ACTUAL SIZE 20

21 ASPECT RATIO 21

22 VIDEO ACTUAL SIZE 22

23 WHAT IS DIGITAL VIDEO? Digital video is the digitisation of analogue video signals into numerical format It creates the illusion of full motion by displaying a rapid sequence of changing images on a display device. Conversion from analogue to digital format requires the use on an ADC (Analogue to Digital Converter) A Digital to Analogue Converter (DAC) can be used to output digital video on analogue equipment 23

24 VIDEO CAPTURE TECHNOLOGY Video Capture hardware Graphics adapter and display Video Overlay- convert video into digital signal Video capture - convert video into digital signal Video source camera, VCR Compression hardware - compresses digital video data Compressed Digital audio Computer Storage 24

25 WHY DIGITIZING VIDEO The main advantage is not subject to generational loss because each copy is identical to the parent. Repeated recording does not degrade image quality. Video stored in computer ready to be processed and integrated to various multimedia applications. Direct Access is possible. Ease of encryption and better tolerance to channel noise. 25

26 FILE SIZE CONSIDERATIONS Several elements determine the file size, in additional to the length of the video. These including: Frame Rate Measured in frames per second Standard video movie 30 fps, movie film 24 fps Digital video at least 15 fps Frame or Image Size the width and height of each individual frame or image Determines the quality of the image displayed and the processing involved to display that image Standard full screen resolution is 640x480 pixels Video screen display is one fourth the size of the full window screen (320x240) 26

27 THE ACTUAL SIZE OF A 320X240 PIXEL VIDEO WINDOW

28 FILE SIZE CONSIDERATIONS Color Depth Number of colors displayed on the screen at one time Ranging from 1 bit to 8 bit, 16 or 24 bit per pixel Quality directly related to frame size, image size and colour depth. Quality also depends on content. Motion picture needs higher frame rate. 28

29 CALCULATING THE SIZE OF DIGITAL VIDEO File size = frame size * frame rate * color depth * time (f * r * c * t) Where: Frame size = image size ( width * height in pixels) Frame rate = frames per second Color depth = measured in bytes time = time in seconds This does not include any sound data! 29

30 Eg: 1 second of video at a frame rate of 15 fps, image size, 320 x 240 pixels and color depth, 24 bits Solution: File size = (320*240)*15*(24/8)*1 = bytes / = 3.3 MB 30

31 QUIZ 1 minute of video at a frame rate of 30 fps, image size, 160 x 120 pixels and color depth, 65,536 colors Solution: File size =(160*120)*30*(16/8)*60 = bytes / = 66 MB 31

32 COMPRESSION Since the size of raw digital video is so large we need some means to compress the information Compression Techniques more in later chapters Video compression and decompression program, known as codecs 32

33 DIGITAL VIDEO FORMATS There are numerous video formats: M-JPEG MPEG AVI QuickTime Real Video DV 33

34 M-JPEG Motion-JPEG not surprisingly based on the JPEG still image format Stores every frame as a compressed bitmap image Typical compression ratios of between 2:1 and 12:1 Can be applied in hardware or as a software codec Moving Picture Experts Group standards for compressing motion video and audio signals using DCT (Discrete Cosine Transform) The MPEG formats are asymmetrical - it takes longer to compress a frame of video than it does to decompress it. (Why is it considered as a good feature?) 34

35 MPEG There are a number of MPEG formats: MPEG-2 is used for digital TV broadcasts and DVDs MPEG-1 is a format used for low quality video (generally displayed on computers) MPEG-1 Layer 3 is the popular encoding mechanism for MP3 audio files MPEG-4 is a new format for multimedia presentations on web. It is based on the QuickTime file format and optimized for delivery of video at Internet data rates 35

36 QUICKTIME A video and animation system developed by Apple Computer In QuickTime, a structure of time-based data is called a movie, hence the file extensions.mov or.qt The QuickTime application can create, display, edit, copy, and compress video data Can achieve compression ratios of 25 to 200:1 Besides processing video data, QuickTime can handle still images, animated images (sprites), vector graphics, multiple sound channels, MIDI music, 3D objects, virtual reality panoramas and objects, and even text 36

37 AVI VIDEO FOR WINDOWS Audio Video Interleave File with extension.avi Interleaving is a technique used to embed two or more things into the same stream of information In every chunk of information you will find some video data and some audio data 8, 16 or 24 bits Video information Audio information 37

38 REAL AUDIO Part of the RealMedia architecture designed to support live and on-demand audio and video over the Web Offers very good performance with lower data rates and motion intensive video Supports animations, MIDI, text, images, vector graphics and presentations 38

39 DV In the late 1990s a new generation of entirely digital cameras and camcorders emerged, and with them a new video format, Digital Video (DV) It uses a spatial compression technique (each frame being compressed on an individual basis rather than being compared to adjacent frames) based on the DCT DV Compression DV can compress different parts of each frame to different ratios So, the blue sky in an image backdrop can be brought down to, say, 25:1, while the complex forest in the foreground, which needs more detail, is reduced to only 7:1 In this way DV can optimise its video stream frame by frame 39

40 USING VIDEO FOR WEBSITE If possible, avoid video altogether. It is too slow. If forced to use video, reduce the size of video by use a stationary camera single color background close-up shots When choosing the file format, consider the user's willingness to download additional software. 40

41 MEDIUM SHOT 41

42 CLOSE UP SHOT 42

43 EXTREME CLOSE UP THE BEST 43

44 TEXT ON A WEB PAGE IS EASIER TO READ THAN A CAPTION ON A VIDEO 44

45 VIDEO BIT RATE Bit rate is a measure of the rate of information content in a video stream. It is quantified using the bit per second (bit/s) unit or Megabits per second (Mbit/s). A higher bit rate allows better video quality. For example VideoCD, with a bit rate of about 1 Mbit/s, is lower quality than DVD, with a bit rate of about 5 Mbit/s. HDTV has a still higher quality, with a bit rate of about 20 Mbit/s. Variable bit rate (VBR) is a strategy to maximize the visual video quality and minimize the bit rate. On fast motion scenes, a variable bit rate uses more bits than it does on slow motion scenes of similar duration yet achieves a consistent visual quality. For real-time and non-buffered video streaming when the available bandwidth is fixed, e.g. in videoconferencing delivered on channels of fixed bandwidth, a constant bit rate (CBR) must be used. CBR bitrates are very easy to use in calculations 45

46 EXAMPLE The file size can be computed as: Filesize (KByte) = (Video bitrate+audio bitrate) x sec/8 e.g. If you have a MPEG 2 file that has video bitrate 8000 Kbit/s and audio bitrate 384 Kbit/s and it lasts for 3 minutes, the amount of HDD space it takes can be calculated easily: ( ) x 180 / 8 = KB = MB 46

47 ANOTHER EXAMPLE e.g. Given that the video and audio bitrates of VCD is 1150 Kbit/s and 224 Kbit/s respectively. Calculate the required storage space of a PAL video which has 1000 frames. fps in PAL = 25 The length of video clip is 1000/25 = 40 sec File size = ( ) x 40 / 8 = 6870 KB = 6.71 MB 47

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 3 Fundamental Concepts in Video. 3.1 Types of Video Signals 3.2 Analog Video 3.3 Digital Video

Chapter 3 Fundamental Concepts in Video. 3.1 Types of Video Signals 3.2 Analog Video 3.3 Digital Video Chapter 3 Fundamental Concepts in Video 3.1 Types of Video Signals 3.2 Analog Video 3.3 Digital Video 1 3.1 TYPES OF VIDEO SIGNALS 2 Types of Video Signals Video standards for managing analog output: A.

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

Multimedia. Course Code (Fall 2017) Fundamental Concepts in Video

Multimedia. Course Code (Fall 2017) Fundamental Concepts in Video Course Code 005636 (Fall 2017) Multimedia Fundamental Concepts in Video Prof. S. M. Riazul Islam, Dept. of Computer Engineering, Sejong University, Korea E-mail: riaz@sejong.ac.kr Outline Types of Video

More information

Multimedia Systems Video I (Basics of Analog and Digital Video) Mahdi Amiri April 2011 Sharif University of Technology

Multimedia Systems Video I (Basics of Analog and Digital Video) Mahdi Amiri April 2011 Sharif University of Technology Course Presentation Multimedia Systems Video I (Basics of Analog and Digital Video) Mahdi Amiri April 2011 Sharif University of Technology Video Visual Effect of Motion The visual effect of motion is due

More information

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

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

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

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

To discuss. Types of video signals Analog Video Digital Video. Multimedia Computing (CSIT 410) 2

To discuss. Types of video signals Analog Video Digital Video. Multimedia Computing (CSIT 410) 2 Video Lecture-5 To discuss Types of video signals Analog Video Digital Video (CSIT 410) 2 Types of Video Signals Video Signals can be classified as 1. Composite Video 2. S-Video 3. Component Video (CSIT

More information

VIDEO Muhammad AminulAkbar

VIDEO Muhammad AminulAkbar VIDEO Muhammad Aminul Akbar Analog Video Analog Video Up until last decade, most TV programs were sent and received as an analog signal Progressive scanning traces through a complete picture (a frame)

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

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

5.1 Types of Video Signals. Chapter 5 Fundamental Concepts in Video. Component video

5.1 Types of Video Signals. Chapter 5 Fundamental Concepts in Video. Component video Chapter 5 Fundamental Concepts in Video 5.1 Types of Video Signals 5.2 Analog Video 5.3 Digital Video 5.4 Further Exploration 1 Li & Drew c Prentice Hall 2003 5.1 Types of Video Signals Component video

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

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

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

VIDEO 101: INTRODUCTION:

VIDEO 101: INTRODUCTION: W h i t e P a p e r VIDEO 101: INTRODUCTION: Understanding how the PC can be used to receive TV signals, record video and playback video content is a complicated process, and unfortunately most documentation

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

Mahdi Amiri. April Sharif University of Technology

Mahdi Amiri. April Sharif University of Technology Course Presentation Multimedia Systems Video I (Basics of Analog and Digital Video) Mahdi Amiri April 2014 Sharif University of Technology Video Visual Effect of Motion The visual effect of motion is due

More information

A Digital Video Primer

A Digital Video Primer June 2000 A Digital Video Primer f r o m t h e A d o b e D y n a m i c M e d i a G r o u p June 2000 VIDEO BASICS Figure 1: Video signals A A Analog signal Analog Versus Digital Video One of the first

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

decodes it along with the normal intensity signal, to determine how to modulate the three colour beams.

decodes it along with the normal intensity signal, to determine how to modulate the three colour beams. Television Television as we know it today has hardly changed much since the 1950 s. Of course there have been improvements in stereo sound and closed captioning and better receivers for example but compared

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

Digital Media. Daniel Fuller ITEC 2110

Digital Media. Daniel Fuller ITEC 2110 Digital Media Daniel Fuller ITEC 2110 Daily Question: Video In a video file made up of 480 frames, how long will it be when played back at 24 frames per second? Email answer to DFullerDailyQuestion@gmail.com

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

iii Table of Contents

iii Table of Contents i iii Table of Contents Display Setup Tutorial....................... 1 Launching Catalyst Control Center 1 The Catalyst Control Center Wizard 2 Enabling a second display 3 Enabling A Standard TV 7 Setting

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

Colour Reproduction Performance of JPEG and JPEG2000 Codecs

Colour Reproduction Performance of JPEG and JPEG2000 Codecs Colour Reproduction Performance of JPEG and JPEG000 Codecs A. Punchihewa, D. G. Bailey, and R. M. Hodgson Institute of Information Sciences & Technology, Massey University, Palmerston North, New Zealand

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

CUFPOS402A. Information Technology for Production. Week Three: Video and Film Production Format (SD, HD, 2k/4k, 16mm, 35mm and Stereoscopic 3D)

CUFPOS402A. Information Technology for Production. Week Three: Video and Film Production Format (SD, HD, 2k/4k, 16mm, 35mm and Stereoscopic 3D) CUFPOS402A Information Technology for Production Week Three: (SD, HD, 2k/4k, 16mm, 35mm and Stereoscopic 3D) (DVD, Blue-Ray, BetaSP/DigiBeta, H2.64, internet streaming) Tutorial Apple Compressor Video

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

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

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

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

1. Broadcast television

1. Broadcast television VIDEO REPRESNTATION 1. Broadcast television A color picture/image is produced from three primary colors red, green and blue (RGB). The screen of the picture tube is coated with a set of three different

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

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

The Development of a Synthetic Colour Test Image for Subjective and Objective Quality Assessment of Digital Codecs

The Development of a Synthetic Colour Test Image for Subjective and Objective Quality Assessment of Digital Codecs 2005 Asia-Pacific Conference on Communications, Perth, Western Australia, 3-5 October 2005. The Development of a Synthetic Colour Test Image for Subjective and Objective Quality Assessment of Digital Codecs

More information

Display-Shoot M642HD Plasma 42HD. Re:source. DVS-5 Module. Dominating Entertainment. Revox of Switzerland. E 2.00

Display-Shoot M642HD Plasma 42HD. Re:source. DVS-5 Module. Dominating Entertainment. Revox of Switzerland. E 2.00 of Display-Shoot M642HD Plasma 42HD DVS-5 Module Dominating Entertainment. Revox of Switzerland. E 2.00 Contents DVS Module Installation DSV Connection Panel HDMI output YCrCb analogue output DSV General

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

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

Multimedia Systems. Part 13. Mahdi Vasighi

Multimedia Systems. Part 13. Mahdi Vasighi Multimedia Systems Part 13 Mahdi Vasighi www.iasbs.ac.ir/~vasighi Department of Computer Science and Information Technology, Institute for Advanced Studies in Basic Sciences, Zanjan, Iran o Analog TV uses

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

HDMI 1.3 Demystified

HDMI 1.3 Demystified October 5, 2006 HDMI 1.3 Demystified Xiaozheng Lu, Senior Vice President, Product Development, AudioQuest The release of the new HDMI 1.3 specification on 6/22/2006 created both excitement and confusion

More information

Case Study: Can Video Quality Testing be Scripted?

Case Study: Can Video Quality Testing be Scripted? 1566 La Pradera Dr Campbell, CA 95008 www.videoclarity.com 408-379-6952 Case Study: Can Video Quality Testing be Scripted? Bill Reckwerdt, CTO Video Clarity, Inc. Version 1.0 A Video Clarity Case Study

More information

Animation and Video. Contents. 5.0 Aims and Objectives. 5.1 Introduction. 5.2 Principles of Animation

Animation and Video. Contents. 5.0 Aims and Objectives. 5.1 Introduction. 5.2 Principles of Animation 31 Lesson 5 Animation and Video Contents 5.0 Aims and Objectives 5.1 Introduction 5.2 Principles of Animation 5.3 Animation Techniques 5.4 Animation File formats 5.5 Video 5.6 Broadcast video Standard

More information

Welcome Back to Fundamentals of Multimedia (MR412) Fall, ZHU Yongxin, Winson

Welcome Back to Fundamentals of Multimedia (MR412) Fall, ZHU Yongxin, Winson Welcome Back to Fundamentals of Multimedia (MR412) Fall, 2012 ZHU Yongxin, Winson zhuyongxin@sjtu.edu.cn Shanghai Jiao Tong University Chapter 5 Fundamental Concepts in Video 5.1 Types of Video Signals

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

Multimedia Systems Video I (Basics of Analog and Digital Video) Mahdi Amiri November 2015 Sharif University of Technology

Multimedia Systems Video I (Basics of Analog and Digital Video) Mahdi Amiri November 2015 Sharif University of Technology Course Presentation Multimedia Systems Video I (Basics of Analog and Digital Video) Mahdi Amiri November 2015 Sharif University of Technology Video Visual Effect of Motion The visual effect of motion is

More information

4. Video and Animation. Contents. 4.3 Computer-based Animation. 4.1 Basic Concepts. 4.2 Television. Enhanced Definition Systems

4. Video and Animation. Contents. 4.3 Computer-based Animation. 4.1 Basic Concepts. 4.2 Television. Enhanced Definition Systems Contents 4.1 Basic Concepts Video Signal Representation Computer Video Format 4.2 Television Conventional Systems Enhanced Definition Systems High Definition Systems Transmission 4.3 Computer-based Animation

More information

OL_H264e HDTV H.264/AVC Baseline Video Encoder Rev 1.0. General Description. Applications. Features

OL_H264e HDTV H.264/AVC Baseline Video Encoder Rev 1.0. General Description. Applications. Features OL_H264e HDTV H.264/AVC Baseline Video Encoder Rev 1.0 General Description Applications Features The OL_H264e core is a hardware implementation of the H.264 baseline video compression algorithm. The core

More information

Computer Graphics. Raster Scan Display System, Rasterization, Refresh Rate, Video Basics and Scan Conversion

Computer Graphics. Raster Scan Display System, Rasterization, Refresh Rate, Video Basics and Scan Conversion Computer Graphics Raster Scan Display System, Rasterization, Refresh Rate, Video Basics and Scan Conversion 2 Refresh and Raster Scan Display System Used in Television Screens. Refresh CRT is point plotting

More information

Lecture 2 Video Formation and Representation

Lecture 2 Video Formation and Representation 2013 Spring Term 1 Lecture 2 Video Formation and Representation Wen-Hsiao Peng ( 彭文孝 ) Multimedia Architecture and Processing Lab (MAPL) Department of Computer Science National Chiao Tung University 1

More information

RECOMMENDATION ITU-R BT.1203 *

RECOMMENDATION ITU-R BT.1203 * Rec. TU-R BT.1203 1 RECOMMENDATON TU-R BT.1203 * User requirements for generic bit-rate reduction coding of digital TV signals (, and ) for an end-to-end television system (1995) The TU Radiocommunication

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

Analog and Digital Video Basics

Analog and Digital Video Basics Analog and Digital Video Basics Nimrod Peleg Update: May. 2006 1 Video Compression: list of topics Analog and Digital Video Concepts Block-Based Motion Estimation Resolution Conversion H.261: A Standard

More information

By David Acker, Broadcast Pix Hardware Engineering Vice President, and SMPTE Fellow Bob Lamm, Broadcast Pix Product Specialist

By David Acker, Broadcast Pix Hardware Engineering Vice President, and SMPTE Fellow Bob Lamm, Broadcast Pix Product Specialist White Paper Slate HD Video Processing By David Acker, Broadcast Pix Hardware Engineering Vice President, and SMPTE Fellow Bob Lamm, Broadcast Pix Product Specialist High Definition (HD) television is the

More information

AT65 MULTIMEDIA SYSTEMS DEC 2015

AT65 MULTIMEDIA SYSTEMS DEC 2015 Q.2 a. Define a multimedia system. Describe about the different components of Multimedia. (2+3) Multimedia ---- An Application which uses a collection of multiple media sources e.g. text, graphics, images,

More information

EECS150 - Digital Design Lecture 12 Project Description, Part 2

EECS150 - Digital Design Lecture 12 Project Description, Part 2 EECS150 - Digital Design Lecture 12 Project Description, Part 2 February 27, 2003 John Wawrzynek/Sandro Pintz Spring 2003 EECS150 lec12-proj2 Page 1 Linux Command Server network VidFX Video Effects Processor

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

HDTV compression for storage and transmission over Internet

HDTV compression for storage and transmission over Internet Proceedings of the 5th WSEAS Int. Conf. on DATA NETWORKS, COMMUNICATIONS & COMPUTERS, Bucharest, Romania, October 16-17, 26 57 HDTV compression for storage and transmission over Internet 1 JAIME LLORET

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

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

10 Digital TV Introduction Subsampling

10 Digital TV Introduction Subsampling 10 Digital TV 10.1 Introduction Composite video signals must be sampled at twice the highest frequency of the signal. To standardize this sampling, the ITU CCIR-601 (often known as ITU-R) has been devised.

More information

Television History. Date / Place E. Nemer - 1

Television History. Date / Place E. Nemer - 1 Television History Television to see from a distance Earlier Selenium photosensitive cells were used for converting light from pictures into electrical signals Real breakthrough invention of CRT AT&T Bell

More information

COPYRIGHTED MATERIAL. Introduction to Analog and Digital Television. Chapter INTRODUCTION 1.2. ANALOG TELEVISION

COPYRIGHTED MATERIAL. Introduction to Analog and Digital Television. Chapter INTRODUCTION 1.2. ANALOG TELEVISION Chapter 1 Introduction to Analog and Digital Television 1.1. INTRODUCTION From small beginnings less than 100 years ago, the television industry has grown to be a significant part of the lives of most

More information

HDMI Demystified. Industry View. Xiaozheng Lu, AudioQuest. What Is HDMI? Video Signal Resolution And Data Rate

HDMI Demystified. Industry View. Xiaozheng Lu, AudioQuest. What Is HDMI? Video Signal Resolution And Data Rate HDMI Demystified Xiaozheng Lu, AudioQuest Industry View The release of the new HDMI 1.3 specification in June 2006 created both excitement and confusion in the consumer electronics industry. The discussion

More information

Technical Bulletin 625 Line PAL Spec v Digital Page 1 of 5

Technical Bulletin 625 Line PAL Spec v Digital Page 1 of 5 Technical Bulletin 625 Line PAL Spec v Digital Page 1 of 5 625 Line PAL Spec v Digital By G8MNY (Updated Dec 07) (8 Bit ASCII graphics use code page 437 or 850) With all this who ha on DTV. I thought some

More information

2.4.1 Graphics. Graphics Principles: Example Screen Format IMAGE REPRESNTATION

2.4.1 Graphics. Graphics Principles: Example Screen Format IMAGE REPRESNTATION 2.4.1 Graphics software programs available for the creation of computer graphics. (word art, Objects, shapes, colors, 2D, 3d) IMAGE REPRESNTATION A computer s display screen can be considered as being

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

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

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

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

Video Compression Basics. Nimrod Peleg Update: Dec. 2003

Video Compression Basics. Nimrod Peleg Update: Dec. 2003 Video Compression Basics Nimrod Peleg Update: Dec. 2003 Video Compression: list of topics Analog and Digital Video Concepts Block-Based Motion Estimation Resolution Conversion H.261: A Standard for VideoConferencing

More information

Video Graphics Array (VGA)

Video Graphics Array (VGA) Video Graphics Array (VGA) Chris Knebel Ian Kaneshiro Josh Knebel Nathan Riopelle Image Source: Google Images 1 Contents History Design goals Evolution The protocol Signals Timing Voltages Our implementation

More information

Analog and Digital Video Basics. Nimrod Peleg Update: May. 2006

Analog and Digital Video Basics. Nimrod Peleg Update: May. 2006 Analog and Digital Video Basics Nimrod Peleg Update: May. 2006 1 Video Compression: list of topics Analog and Digital Video Concepts Block-Based Motion Estimation Resolution Conversion H.261: A Standard

More information

ATI Theater 650 Pro: Bringing TV to the PC. Perfecting Analog and Digital TV Worldwide

ATI Theater 650 Pro: Bringing TV to the PC. Perfecting Analog and Digital TV Worldwide ATI Theater 650 Pro: Bringing TV to the PC Perfecting Analog and Digital TV Worldwide Introduction: A Media PC Revolution After years of build-up, the media PC revolution has begun. Driven by such trends

More information

Cisco D9894 HD/SD AVC Low Delay Contribution Decoder

Cisco D9894 HD/SD AVC Low Delay Contribution Decoder Cisco D9894 HD/SD AVC Low Delay Contribution Decoder The Cisco D9894 HD/SD AVC Low Delay Contribution Decoder is an audio/video decoder that utilizes advanced MPEG 4 AVC compression to perform real-time

More information

Rounding Considerations SDTV-HDTV YCbCr Transforms 4:4:4 to 4:2:2 YCbCr Conversion

Rounding Considerations SDTV-HDTV YCbCr Transforms 4:4:4 to 4:2:2 YCbCr Conversion Digital it Video Processing 김태용 Contents Rounding Considerations SDTV-HDTV YCbCr Transforms 4:4:4 to 4:2:2 YCbCr Conversion Display Enhancement Video Mixing and Graphics Overlay Luma and Chroma Keying

More information

Transitioning from NTSC (analog) to HD Digital Video

Transitioning from NTSC (analog) to HD Digital Video To Place an Order or get more info. Call Uniforce Sales and Engineering (510) 657 4000 www.uniforcesales.com Transitioning from NTSC (analog) to HD Digital Video Sheet 1 NTSC Analog Video NTSC video -color

More information

SCTE Home Electronics 102

SCTE Home Electronics 102 SCTE Home Electronics 102 Who Am I? Operations Manager at The Little Guys Ex-Installer at The Little Guys Ham Radio Operator Father Who are The Little Guys? Chicagolands Finest Home Theater AV Store Since

More information

. ImagePRO. ImagePRO-SDI. ImagePRO-HD. ImagePRO TM. Multi-format image processor line

. ImagePRO. ImagePRO-SDI. ImagePRO-HD. ImagePRO TM. Multi-format image processor line ImagePRO TM. ImagePRO. ImagePRO-SDI. ImagePRO-HD The Folsom ImagePRO TM is a powerful all-in-one signal processor that accepts a wide range of video input signals and process them into a number of different

More information

Presented at the IPS 2004 Fulldome Standards Summit, Valencia, Spain, 7/8 July 2004 R.S.A. COSMOS

Presented at the IPS 2004 Fulldome Standards Summit, Valencia, Spain, 7/8 July 2004 R.S.A. COSMOS R.S.A. COSMOS FULLDOME STANDARDS SUMMIT IPS 2004 Table of Contents 1. INTRODUCTION:... 3 2. PROJECTION SYSTEM SPECIFICATIONS... 4 2.1 VIDEO STANDARDS... 4 2.2 PROJECTION SYSTEM RESOLUTION... 5 2.2.1 GRAPHICAL

More information

SHARE CONVERTER P/N SHARE PRODUCT HIGHLIGHTS EASY! No drivers required. Dual Uncompressed 1080p Video & Audio Capture Ideal for Video streaming and

SHARE CONVERTER P/N SHARE PRODUCT HIGHLIGHTS EASY! No drivers required. Dual Uncompressed 1080p Video & Audio Capture Ideal for Video streaming and SHARE CONVERTER P/N SHARE PRODUCT HIGHLIGHTS EASY! No drivers required. Dual Uncompressed 1080p & Audio Capture Ideal for streaming and conferencing Compatible to all motherboards and chipsets Up to 1080p

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

BD50 PRODUCT CONCEPT. High Quality Picture. High Quality Sound

BD50 PRODUCT CONCEPT. High Quality Picture. High Quality Sound BD50 PRODUCT CONCEPT 1. Both movies and extra added 2. Experience true cinema viewing features are even more enjoyable. right in your living room. BD-Live Final Standard Profile High Quality Picture Panasonic

More information

Lecture 2 Video Formation and Representation

Lecture 2 Video Formation and Representation Wen-Hsiao Peng, Ph.D. Multimedia Architecture and Processing Laboratory (MAPL) Department of Computer Science, National Chiao Tung University March 2013 Wen-Hsiao Peng, Ph.D. (NCTU CS) MAPL March 2013

More information

Announcements. Project Turn-In Process. and URL for project on a Word doc Upload to Catalyst Collect It

Announcements. Project Turn-In Process. and URL for project on a Word doc Upload to Catalyst Collect It Announcements Project Turn-In Process Put name, lab, UW NetID, student ID, and URL for project on a Word doc Upload to Catalyst Collect It 1 Project 1A: Announcements Turn in the Word doc or.txt file before

More information

Set-Top Box Video Quality Test Solution

Set-Top Box Video Quality Test Solution Specification Set-Top Box Video Quality Test Solution An Integrated Test Solution for IPTV Set-Top Boxes (over DSL) In the highly competitive telecom market, providing a high-quality video service is crucial

More information

Nintendo. January 21, 2004 Good Emulators I will place links to all of these emulators on the webpage. Mac OSX The latest version of RockNES

Nintendo. January 21, 2004 Good Emulators I will place links to all of these emulators on the webpage. Mac OSX The latest version of RockNES 98-026 Nintendo. January 21, 2004 Good Emulators I will place links to all of these emulators on the webpage. Mac OSX The latest version of RockNES (2.5.1) has various problems under OSX 1.03 Pather. You

More information

Interlace and De-interlace Application on Video

Interlace and De-interlace Application on Video Interlace and De-interlace Application on Video Liliana, Justinus Andjarwirawan, Gilberto Erwanto Informatics Department, Faculty of Industrial Technology, Petra Christian University Surabaya, Indonesia

More information

Presented by: Amany Mohamed Yara Naguib May Mohamed Sara Mahmoud Maha Ali. Supervised by: Dr.Mohamed Abd El Ghany

Presented by: Amany Mohamed Yara Naguib May Mohamed Sara Mahmoud Maha Ali. Supervised by: Dr.Mohamed Abd El Ghany Presented by: Amany Mohamed Yara Naguib May Mohamed Sara Mahmoud Maha Ali Supervised by: Dr.Mohamed Abd El Ghany Analogue Terrestrial TV. No satellite Transmission Digital Satellite TV. Uses satellite

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

Video signals are separated into several channels for recording and transmission.

Video signals are separated into several channels for recording and transmission. Video In filmmaking and video production, footage is the raw, unedited material as it had been originally filmed by movie camera or recorded by a video camera which must be edited to create a motion picture,

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

HDMI 2.0 Overview. HDMI Licensing, LLC. Q2/2015

HDMI 2.0 Overview. HDMI Licensing, LLC. Q2/2015 HDMI 2.0 Overview HDMI Licensing, LLC. Q2/2015 HDMI Adopter Overview Total HDMI Adopters (2011-2015) 1,800 1,600 1,400 1,200 1,000 800 600 400 200 0 1320 1382 1435 1472 1517 1569 1600 1614 1146 1166 1196

More information

interactive multimedia: allow an end user also known as the viewer of a multimedia project to control what and when the elements are delivered

interactive multimedia: allow an end user also known as the viewer of a multimedia project to control what and when the elements are delivered Ch1 Multimedia is any combination of text, art, sound, animation, and video delivered to you by computer or other electronic or digitally manipulated means. interactive multimedia: allow an end user also

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

DT3130 Series for Machine Vision

DT3130 Series for Machine Vision Compatible Windows Software DT Vision Foundry GLOBAL LAB /2 DT3130 Series for Machine Vision Simultaneous Frame Grabber Boards for the Key Features Contains the functionality of up to three frame grabbers

More information