Rick Parent - CIS681 Background Perception Display Considerations Film and Video, Analog and Digital Technology.

Slides:



Advertisements
Similar presentations
Chapter 8-Video.
Advertisements

Chapter 8-Video.
Md. Monjur –ul-Hasan Department of Computer Science & Engineering Chittagong University of Engineering & Technology Chittagong 4349
Chapter 6 Review.
Digital Media Dr. Jim Rowan ITEC 2110 Video. Works because of persistence of vision Fusion frequency –~ 40 frames.
Video enhances, dramatizes, and gives impact to your multimedia application. Your audience will better understand the message of your application.
SCA Introduction to Multimedia
Digital Video on PC’s What advantage does having video on PCs in digital form have over the various other formats?
SWE 423: Multimedia Systems Chapter 5: Video Technology (1)
Comp :: Fall 2003 Video As A Datatype Ketan Mayer-Patel.
Videotape Component RGB--true component 1.5 times bandwidth of Y/Cr/Cb Y/Cr/Cb Luminance and 2 color difference signals S-Video (Y/C) Chroma more limited.
T.Sharon-A.Frank 1 Multimedia Image Compression 2 T.Sharon-A.Frank Coding Techniques – Hybrid.
Image Formation and Digital Video
+ Video Compression Rudina Alhamzi, Danielle Guir, Scott Hansen, Joe Jiang, Jason Ostroski.
Digital Video An Introduction to the Digital Signal File Formats Acquisition IEEE 1394.
Image Compression - JPEG. Video Compression MPEG –Audio compression Lossy / perceptually lossless / lossless 3 layers Models based on speech generation.
1 Video Processing CSC361/ Digital Media Spring 2004 Burg/Wong.
Digital Media Dr. Jim Rowan ITEC 2110 Video. Works because of persistence of vision Fusion frequency –~ 40 frames.
Goals of Computer Vision To make useful decisions based on sensed images To construct 3D structure from 2D images.
5.1 Video Concept Video is an excellent tool for delivering multimedia. Video places the highest performance demand on computer and its memory and storage.
Page 18/30/2015 CSE 40373/60373: Multimedia Systems 4.2 Color Models in Images  Colors models and spaces used for stored, displayed, and printed images.
1 Digital Video. 2  Until the arrival of the Pentium processor, in 1993, even the most powerful PCs were limited to capturing images no more than 160.
CS 1308 Computer Literacy and the Internet. Creating Digital Pictures  A traditional photograph is an analog representation of an image.  Digitizing.
COMP Bitmapped and Vector Graphics Pages Using Qwizdom.
ECE472/572 - Lecture 12 Image Compression – Lossy Compression Techniques 11/10/11.
CS Spring 2014 CS 414 – Multimedia Systems Design Lecture 5 – Digital Video Representation Klara Nahrstedt Spring 2014.
Digital Media Dr. Jim Rowan ITEC 2110 Video.
1 Image Compression. 2 GIF: Graphics Interchange Format Basic mode Dynamic mode A LZW method.
Video Basics. Agenda Digital Video Compressing Video Audio Video Encoding in tools.
Rick Parent - CIS681 Background Perception Display Considerations Animation Production Video Technology Orientation Representation.
Multimedia I (Audio/Video Data) CS423, Fall 2007 Klara Nahrstedt/Sam King 9/19/20151.
© 2011 The McGraw-Hill Companies, Inc. All rights reserved Chapter 6: Video.
 Refers to sampling the gray/color level in the picture at MXN (M number of rows and N number of columns )array of points.  Once points are sampled,
CS Spring 2011 CS 414 – Multimedia Systems Design Lecture 7 – Basics of Compression (Part 2) Klara Nahrstedt Spring 2011.
VIDEO FORMATS Prof Oakes. Compression CODECS COMPRESSOR/DECOMPRESSOR A codec provides specific instructions on how to compress video to reduce its size,
Digital Media Dr. Jim Rowan ITEC 2110 Video Part 2.
Digital Media Dr. Jim Rowan ITEC 2110 Video Part 2.
Video Video.
DIGITAL Video. Video Creation Video captures the real world therefore video cannot be created in the same sense that images can be created video must.
Multimedia Elements: Sound, Animation, and Video.
Video.
Chapter 2 : Business Information Business Data Communications, 6e.
Data Compression. Compression? Compression refers to the ways in which the amount of data needed to store an image or other file can be reduced. This.
Chapter 2 : Imaging and Image Representation Computer Vision Lab. Chonbuk National University.
Outline Kinds of Coding Need for Compression Basic Types Taxonomy Performance Metrics.
ANALOG AND DIGITAL TELEVISION Pertemuan 2 Matakuliah: O0382 – Dasar-dasar Produksi Siaran Televisi Tahun: 2010.
Rick Parent - CIS681 Background Perception Display Considerations Video Technology.
Multimedia Basics (1) Hongli Luo CEIT, IPFW. Topics r Image data type r Color Model : m RGB, CMY, CMYK, YUV, YIQ, YCbCr r Analog Video – NTSC, PAL r Digital.
Digital Media Lecture 4: Bitmapped images: Compression & Convolution Georgia Gwinnett College School of Science and Technology Dr. Jim Rowan.
What Exactly is Television?  A process of transmitting images through a signal from one place or another.
Digital Video Digital video is basically a sequence of digital images  Processing of digital video has much in common with digital image processing First.
CSCI-100 Introduction to Computing Hardware Part II.
IT2002 ATI Naiwala 1 By ATI Naiwala. IT2002 ATI Naiwala Combination of time Variant Image and Sound – Most realistic media Dynamic Huge data size(Very.
The Digital Revolution Changing information. What is Digital?  Discrete values used for  Input  Processing  Transmission  Storage  Display  Derived.
1 Perception and VR MONT 104S, Fall 2008 Lecture 20 Computer Graphics and VR.
Image File Formats By Dr. Rajeev Srivastava 1. Image File Formats Header and Image data. A typical image file format contains two fields namely Dr. Rajeev.
1 Basics of Video Multimedia Systems (Module 1 Lesson 3) Summary: r Types of Video r Analog vs. Digital Video r Digital Video m Chroma Sub-sampling m HDTV.
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
COM 205 Multimedia Applications St. Joseph’s College Fall 2004.
Digital Video Representation Subject : Audio And Video Systems Name : Makwana Gaurav Er no.: : Class : Electronics & Communication.
CSI-447 : Multimedia Systems
Video Basics.
Background Perception Display Considerations Video Technology.
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
Compression.
Digital Video Digital storage of film Digital Television (DTV)
Introduction to Computer Graphics
Dr. Jim Rowan ITEC 2110 Video Part 2
الوحدة الرابعة ضغط البيانات
Presentation transcript:

Rick Parent - CIS681 Background Perception Display Considerations Film and Video, Analog and Digital Technology

Rick Parent - CIS681 Persistence of Vision Refresh rate v. update rate Perception of Motion Flicker, critical flicker rate Perception

Rick Parent - CIS681 Double buffering Compositing Alpha channel Shadows, drop shadows Motion Blur Display Issues

Rick Parent - CIS681 Double Buffering A Write into buffer

Rick Parent - CIS681 Double Buffering A Write into buffer B Display buffer A

Rick Parent - CIS681 Double Buffering C Clear and write into buffer B Display buffer B

Rick Parent - CIS681 Double Buffering Requires additional memory Allows for “instantaneous” update of screen Writing to buffer may not be real-time May be supported in hardware Can use more than two buffers

Rick Parent - CIS681 Shadows Without shadows hard to tell relative distances, sizes, and height

Rick Parent - CIS681 Shadows But calculating shadows is expensive - basically a second visibility calculation from the point of view of the light source

Rick Parent - CIS681 Shadows Drop shadow: Even an approximation to the real shadow helps

Rick Parent - CIS681 Shadows For better approximations, copy the data and smash it down to the ground

Rick Parent - CIS681 Motion Blur Sample the pixel over single frame time Move objects during frame time Blend colors Usually jitter the samples in time

Rick Parent - CIS681 Motion Blur

Rick Parent - CIS681 Billboarding For complex objects (e.g. trees) Use 2D elements that always face the camera

Rick Parent - CIS681 Compositing Z buffer: keep z values with color buffer 1.Compare z values at corresponding pixels 2.Keep all or nothing

Rick Parent - CIS681 Compositing Z buffer: keep z values with color buffer 1.Compare z values at corresponding pixels 2.Compute partial coverage: Interpolate corner z values Compare corner values for pixel and blend

Rick Parent - CIS681 Compositing Alpha Channel Value between 0 and 1 Combined partial coverage and transparency Computed during rendering in front of a null background RGB alpha 2 1/2 D blend based on alpha of image in front 32 bit pixel values

Rick Parent - CIS681 Compositing - example

Rick Parent - CIS681 Analog Image Technology Video (raster scan) Interlace v. progressive scan Number of scanlines (e.g. 525, 625) Aspect ratio (e.g. 4:3, 16:9) Field rate (e.g., Hz, 50 Hz) Film Various formats (e.g. mm widths of 8, 16, 35, 65, 70) Vary by placement of sound track, perforations, frame Speeds 18 fps or, more usually, 24fps Usually doubly or triply projected

Rick Parent - CIS681 Video - Raster Pattern

Rick Parent - CIS681 Interlaced Raster Pattern Frame v. Field

Rick Parent - CIS681 Video NTSC: 29.97Hz, interlaced 4:3 aspect ratio ~480 scanlines ~640 (square) pixels HDTV: 60Hz 1080i or 720p 16:9 aspect ratio Video Information RGB YUV (Betamax) Y-C (S-VHS) NTSC

Rick Parent - CIS681 Video Analog Digital Binary

Rick Parent - CIS681 Codecs Tradeoffs Symmetry v. asymmetry Lossy v. lossless Speed Space (compression ratio) Video v. Television Compression techniques Run-length encoding LZW Discrete cosine transform Wavelet compression Fractal compression Vector quantization

Rick Parent - CIS681 Digital Formats Movie formats Quicktime Video for Windows File formats MPEG MJPEG Gif89a Codecs GIF Motion JPEG MPEG Cinepak Sorenson Indeo 3.2 RLE Video I

Rick Parent - CIS681 Digital Video Formats D1 D2 D3 D5 D6 DVCam DVCPRO Digital8 Ampex DCT Digital Betacam