CH#1. Multimedia: Definitions: Where to Use Multimedia?

Size: px
Start display at page:

Download "CH#1. Multimedia: Definitions: Where to Use Multimedia?"

Transcription

1 Multimedia: CH#1 is any combination of text, art, sound, animation, and video delivered to you by computer or other electronic or digitally manipulated means. Definitions: When you allow an end user also known as the viewer of a multimedia project to control what and when the elements are delivered, it is called interactive multimedia. interactive multimedia becomes hypermedia. The software vehicle, the messages, and the content presented on a computer, television screen together constitute a multimedia project. Shipped or sold to consumers or end users typically in a box or sleeve or on the internet with or without instruction it is Multimedia title. linear, or starting at the beginning and running through to the end. When users are given navigational control, and can wander through the content at will, multimedia becomes nonlinear and user interactive, and is a powerful personal gateway to information. Multimedia elements are typically sewn together into a project using authoring tools. The sum of what gets played back and how it is presented to the viewer on a monitor is the graphical user interface, or GUI (pronounced gooey ). Where to Use Multimedia? 1. Multimedia in Business. 2. Multimedia in Schools. 3. Multimedia at Home. 4. Multimedia in Public Places. 5. Virtual Reality

2 Virtual Reality: 1. At the convergence of technology and creative invention in multimedia is virtual reality, or VR. Goggles, helmets, special gloves, and bizarre human interfaces attempt to place you inside a lifelike experience. 2. VR requires terrific computing horsepower to be realistic. In VR, your cyberspace is made up of many thousands of geometric objects plotted in three-dimensional space 3. On the World Wide Web, standards for transmitting virtual reality worlds or scenes in VRML (Virtual Reality Modeling Language) documents (with the filename extension. wry) 4. Using high-speed dedicated computers, multi-million-dollar flight simulators built by Singer, Refusion, and others have led the way in commercial application of VR 5. Virtual reality (VR) is an extension of multimedia and it uses the basic multimedia elements of imagery, sound, and animation. Text: CH#2 Using text and symbols for communication is a very recent human development that began about 6,000 years ago. In some former eras it was a capital offense to read unless you belonged to the proper social class or possessed a patent granted to you by your rulers. Today, text and the ability to read it are doorways to power and knowledge. Reading and writing are expected. Text still delivers information that can have potent meaning. About Fonts and Faces: A typeface is a family of graphic characters that usually includes many type sizes and styles. A font is a collection of characters of a single size and style belonging to a typeface family. Point is a inch, or about 1/72 of an inch.

3 Computer fonts automatically add space below the descender (and sometimes above) to provide appropriate line spacing, or leading. Kerning is the spacing between character pairs. WYSIWYG is more of a goal than an absolute fact. The Extended Character Set: A byte, which consists of 8 bits, is the most commonly used building block for computer processing. ASCII uses only seven bits to code its 128 characters; the eighth bit of the byte is unused. This extra bit allows another 128 characters. Unicode: The original standard accommodated up to about 65,000 characters to include the characters from all known languages and alphabets in the world. Scripts: The shared symbols of each language are unified into collections of symbols (called scripts). Mapping Text Across Platforms: If you build your multimedia project on a Windows platform and play it back on a Macintosh platform (or vice versa), there will be subtle (and sometimes not-so-subtle) differences. substitute must be provided that does exist on the target. This is font substitution. Localization: Translating or designing multimedia (or any computer-based material) into a language other than the one in which it was originally written is called localization Jaggies: are avoided by anti-aliasing the edges of the text characters, making them seem smoother to the eye.

4 Hypermedia and Hypertext: Multimedia the combination of text, graphic, and audio elements into a single collection or presentation. Interactive multimedia becomes hypermedia when its designer provides a structure of linked elements through which a user can navigate and interact. When a hypermedia project includes large amounts of text or symbolic content, this content can be indexed, and its elements then linked together to afford rapid electronic retrieval of the associated information. When words are keyed or indexed to other words, you have a hypertext system. When text is stored in a computer instead of on printed pages, the computer s powerful processing capabilities can be applied to make the text more accessible and meaningful. The text can then be called hypertext. Searching for Words: Following are typical methods for word searching in hypermedia systems: 1. Categories Selecting or limiting the documents, pages, or fields of text within which to search for a word or words. 2. Word relationships Searching for words according to their general proximity and order. For example, you might search for party and beer only when they occur on the same page or in the same paragraph 3. Adjacency Searching for words occurring next to one another, usually in phrases and proper names. For instance, find widow only when black is the preceding adjacent word. 4. Alternates Applying an OR criterion to search for two or more words, such as bacon or eggs.

5 5. Association Applying an AND criterion to search for two or more words, such as skiff, tender, dinghy, and rowboat. 6. Negation Applying a NOT criterion to search exclusively for references to a word that are not associated with the word. For example, find all occurrences of paste when library is not present in the same sentence. Hypermedia Structures Links are connections between the conceptual elements, nodes, which may consist of text, graphics, sounds, or related information in the knowledge base. A typical navigation structure might look like the following:

6 Hypertext Tools: Two functions are common to most hypermedia text management systems, and they are often provided as separate applications: building (or authoring) and reading. The builder creates the links, identifies nodes, and generates the all-important index of words. search algorithms used to find, and group words optimized for performance finding search words among a list of many tens of thousands of words requires speed-demon programming. Before you start to create Images: 1. Plan Your Approach 2. Organize Your Tools 3. Multiple Monitors Making Still Images: CH#3 still images are generated by the computer in two ways: as bitmaps (or paint graphics) and as vector-drawn (or just plain drawn ) graphics. - Bitmaps are used for photo-realistic images and for complex drawings requiring fine detail. - Vector-drawn objects are used for lines, boxes, circles, polygons, and other graphic shapes that can be mathematically expressed in angles, coordinates, and distances. - Typically, image files are compressed to save memory and disk space; many bitmap image file formats already use compression within the file itself for example, GIF, JPEG, and PNG. Bitmaps: - A bit is the simplest element in the digital world, an electronic digit that is either on or off, black or white, or true (1) or false (0). This is referred to as binary, since only two states (on or off) are available. A map is a twodimensional matrix of these bits. A bitmap, then, is a simple matrix of the tiny dots that form an image and are displayed on a computer screen or printed.

7 - These picture elements (known as pels or, more commonly, pixels) can be either on or off, as in the 1-bit bitmap, or, by using more bits to describe them, can represent varying shades of color (4 bits for 16 colors; 8 bits for 256 colors. Capturing and Editing Images: As you assemble images for your multimedia project you may often need to capture and store an image directly from your screen. Morphing: is another effect that can be used to manipulate still images or to create interesting and often bizarre animated transformations? Morphing allows you to smoothly blend two images so that one image seems to melt into the next. Vector Drawing: vector-drawn objects such as lines, rectangles, ovals, polygons, complex drawings created from those objects, and text. - Computer-aided design (CAD) programs have traditionally used vectordrawn object systems for creating the highly complex and geometric renderings needed by architects and engineers. - Graphic artists designing for print media use vector-drawn objects so eliminated jaggies (without jaggies). - Programs for 3-D animation also use vector-drawn graphics. For example, the various changes of position, rotation, and shading.

8 Vector-Drawn Objects vs. Bitmaps: 1. Vector-drawn objects are described and drawn to the computer screen using a fraction of the memory space required to describe and store the same object in bitmap form. 2. web pages that use vector graphics in plug-ins such as Flash download faster and, when used for animation, draw faster than pages displaying bitmaps. 3. vector objects are easily scalable without loss of resolution or image quality. Resizing a bitmapped image requires either duplicating pixels (creating a blocky, jagged look called pixilation) or throwing pixels away. Converting Between Bitmaps and Drawn Images: Converting bitmaps to drawn objects is more difficult. There are, however, programs and utilities that will compute the bounds of a bitmapped image or the shapes of colors within an image and then derive the polygon object that describes the image. This procedure is called autotracing. 3-D Drawing and Rendering: - Drawing in perspective or in 3-D on a 2-D surface take special skill and talent. - A great of information is needed to display a 3-D scene. Scenes consist of objects. - Objects and elements in 3-D space carry with them properties such as shape, color, texture, shading, and location. - When you lathe a shape, a profile of the shape is rotated around a defined axis (you can set the direction) to create the 3-D object. - Once you have created a 3-D object you can apply textures and colors to it to make it seem more realistic rough and coarse or shiny and smooth. - Shading can usually be applied in several ways.

9 - Rendering is when the computer finally uses intricate algorithms to apply the affects you have specified on the objects you have created. Color: Is a vital component of multimedia. Understanding natural Light and Color: - Light come from an atom when an electron passes from a highet to a lower energy level; This explanation of Hight, known as the quantum theory. - Color is the frequency of a light wave within the narrow band of the electromagnetic spectrum to which the human eye responds. Additive and Subtractive color: Additive color: Is created by combining colored light source in three primary colors: red, green, and blue(rgb). This is the process used for a TV or computer monitor. On the back of the glass face of a monitor are thousands of phosphorescing chemical dots. These dots are bombarded by electrons that paint the screen at high speeds. The red, green, and blue dots light up when hit by the electron beam.

10 Example: Subtractive Color: In the subtractive color method, color is created by combining colored media such as paints or ink. Subtractive color is the process used to create color in printing. The printed page is made up of tiny halftone dots of three primary colors: cyan, magenta, and yellow (designated as CMY). Four-color printing includes black. Example:

11 Computer Color Models: The color of a pixel on your computer monitor is typically expressed as an amount of red, green, and blue. Color Palettes: Are mathematical tables that define the color of a pixel displayed on the screen. Dithering: is a process whereby the color value of each pixel is changed to the closest matching color value in the target palette using a mathematical algorithm. Acoustics: CH#4 Is the branch of physics that studies sound. Decibels(dB): Sound pressure levels are measured in decibels(db): Digital Audio: Digital Audio is created when your covert a sound wave into numbers a process referred to as digitizing. You can digitize sound from a microphone a synthesizer existing tape recordings live radio and television broadcasts and popular CDs. In fact, you can digitize sounds from any source natural or prerecorded. Every nth fraction of a second a sample of sound is taken and stored as digital information in bits and bytes. Sampling rate or frequency, measured in kilohertz, or thousands of samples per second) how many numbers are used to represent the value of each sample. Quantizing and Clipping Quantization The value of each sample is rounded off to the nearest integer (quantization), Quantization can produce an unwanted background hissing noise

12 Clipping if the amplitude is greater than the intervals available, clipping of the top and bottom of the wave occurs. clipping may severely distort the sound. Calculate the size of a mono recorded audio file of sampling rate at khz, 16-bit resolution for 10 seconds. sampling rate * duration of recording in seconds * (bit resolution / 8) * 1 = * 1000 = = * 10(8/8) * 1 = * 10 * 1 * 1 = * 10 = bytes Calculate the size of a stereo-recorded audio file of sampling rate at 44.1 khz, 16-bit resolution for 10 seconds. sampling rate * duration of recording in seconds * (bit resolution / 8) * 2 = 44.1 * 1000 = = * 10 (16/8) * 2 = * 10 * 2 * 2 = * 4 = bytes

13 Making MIDI Audio: MIDI (Musical Instrument Digital Interface) is the quickest, easiest, and most flexible tool for this task. Yet creating an original MIDI score is hard work. Knowing something about music, being able to play the piano, and having a lot of good ideas are just the prerequisites to building a good score; beyond that it takes time and musical skill to work with MIDI. The process of creating MIDI music is quite different from digitizing existing audio. To make MIDI scores, however, you will need sequencer software and sound synthesizer (typically built into the sound board on PCs, but an ass-on board or peripheral for the Macintosh) A MIDI Keyboard is also useful to simplify the creation of musical scores. Audio File Formats: 1. CD-ROM/XA. 2. AIFF. 3. AIFC. 4. MACE. 5. WAY. MIDI has several advantages over digital audio and two huge disadvantages. The Advantages: 1. MIDI files are much more compact than digital audio files and the size of a MIDI file is completely independent of playback quality. 2. Because they are small MIDI file embedded in web pages load and play more quickly than their digital equivalents. 3. In some cases, if the MIDI sound source you are using is of high quality MIDI files may sound better then digital audio files. Now for disadvantages: 1. Because MIDI data does not represent sound but musical instruments you can be certain that t playback will be accurate only if the MIDI playback device is identical to the device used for production.

14 2. Also, MIDI cannot easily be used to play back spoken dialog although expensive and technically tricky digital samplers are available. The Power of Motion: CH#5 Visual effects such as wipes, fades, zooms, and dissolves are available in most authoring packages, and some of these can be used for primitive animation. But animation is more than wipes, fades, and zooms. Animation is an object actually moving across or into or out of the screen a spinning globe of our earth. Principles of animation: complete a perceived action, this makes it possible for a series of images are changed very slightly and very rapidly, one after the other, to seemingly blend together into a visual illusion of movement. Television video & Movies on film: Television video Movies on film 30 entire frames or pictures every Shot at a shutter rate of 24 frames second per second 48 times per second You have motion and animation cel animation: Cel animation artwork begins with keyframes; these are the first and last frames of an action.

15 keyframes and Tweening: The series of frames in between the keyframes are drawn in a process called tweening. Tweening is an action that requires calculating the number of frames between keyframes and the path the action takes. Computer animation: programs typically employ the same logic and procedural concepts as cel animation and use the vocabulary of classic Cel animation terms such as layer keyframe and tweening. Jerky animation: Moni tor within say 1/15 the of a second then the animation may appear jerky and slow. Kinematics: is the study of the movement and motion of structures that have joints, such as a walking man. Inverse kinematics: available in high-end 3-D programs such as Light wave and Maya. Morphing: is a popular (if not overused) effect in which one image transforms into another. Animation File Formats: Flash files(.swf) in order to play on the web. Audio video interleaved format (.avi) Quick Time (.qt,.mov). Motion Picture Engineering Group video (.mpeg or.mpg)

16 Making Animation That Work: Use animation carefully and sparingly to achieve the greatest impact. Your screens will otherwise become busy and noisy. 1. A Rolling Ball: Create a new layer in photoshop the center of the image. 2. A Bouncing Ball: The individual frames the make up the animation GIF. Obtaining Video Clips: CH#6 There are many sources for film and video clips in cost and time. But rights may be difficult How Video Works: A charge-coupled device (CCD) converts the light that has been reflected from an object through the camera's lens. analog recording: The video signal is written to tape by a spinning recording head that changes the local magnetic properties of the tape's surface in a series of long diagonal stripes. Because the head is tilted at a slight angle compared with the path of the tape,it following a helical(spiral)path which is called helical scan recording.

17 Broadcast Video Standards: 1. NTSC 2. PAL 3. SECAM 4. ATSC DTV NTSC: National Television Standards Committee (NTSC). As specified by the NTSC standard, a single frame of video was made up of 525 horizontal scan lines drawn onto the inside face of a phosphor-coated picture tube every 1/30th of a second by a fast-moving electron beam. PAL: The Phase Alternate Line (PAL) system was used in the United Kingdom, Western Europe, Australia, South Africa, China, and South America. PAL increased the screen resolution to 625 horizontal lines, but slowed the scan rate to 25 frames per second. taking 1/50 of a second to draw (50 Hz). SECAM: SECAM is a 625-line, 50 Hz system, it differed greatly from both the NTSC and the PAL color systems in its basic technology and broadcast method.

18 ATSC DTV: - TV stations with sufficient bandwidth to present four or five standard television signals. - HDTV signal (providing 1,080 lines of resolution with a movie screens 16:9 aspect ratio). Analog Video: Overscan and the Safe Title Area: It is common practice in the television industry to broadcast an image larger than will fit on a standard TV screen so that the edge of the image seen by a viewer is always bounded by the TV`s physical frame or bezel.this is called overscan. In contrast, computer monitors display a smaller image on the monitor s picture tube(underscan). Video Color: - Color reproduction and display is different between television and computer monitors. - They spilt colors into red, green, and blue signal, their colors are purer and more accurate than those seen on a television set that is using a composite input. - Indeed, NTSC television uses a limited color palette and restricted luminance (brightness) levels and black levels.

19 Text and Titles for Television: Here are some suggestions for creating good titles: Fonts for titles should be plain, sans serif, and bold enough to be easily read. Onto a dark background, use white or a light color for the text. Never use black or colored text on a white background. always make your lines at least two pixels wide. Use them, draw them large and with thick lines. Avoid colors that are too hot Keep your graphics and titles within the safe area of the screen. Remember that televisions overscan computer output. Avoid making busy title screens; use more pages instead. Digital Video: In camera and on computers eliminates the analog television form of video from both the multimedia production and the delivery platform. Digital Video Architectures: A digital video architecture is made up of a format for encoding and playing back video files by a computer and includes player that can recognize, and play files created for that format. Digital Video Compression: Digital video compression schemes or codecs (coders/decoders). A codec is the algoritm used to compress(code) a video for delivery. Decode it in real-time for fast playback. Example: CD-ROM or Web o MPEG: (Moving Picture Experts Group) MPEG-1 MPEG-2 MPEG-4 MPEG-7

20 Video Recording and Tape Formats: - Composite analog video Composite video combines the luminance and Chroma information from the video signal. As a result, it produces the lowest quality video and is most susceptible to generation loss, the loss of quality that occurs as you move from original footage to edit master to copy. This recording format was used for consumer analog video. - Component analog video Component video separates the luminance and Chroma information in order to improve the quality of the video and to decrease generation loss. This is he level for "prosumer" industrial and professional video equipment. As mentioned earlier, there are different methods of separating the signals, producing quality within this category. * S-video: In S-video color and luminance information are kept on two separate track (Y/C). The result is a definite improvement in picture quality over composite video. This standard is used in S-VHS and Hi-8. - Composite Digital: The recording formats combine the luminance and chroma information, just as analog composite formats do but they sample the incoming waveforme and encode the information in binary (0/1) digital code. It improves color and image resolution. Eliminates generation loss. - Component digital Adds that advantages of component signals to digital recording. Sony released the first equipment in this category with its D-1 format. Has a very high-quality image.

21 Shooting and Editing Video: Shooting Platform: 1. A steady shooting platform. 2. Try to use a camera with an electronic image 3. Use camera move and moving subject mask your lack of steadiness Lighting: 1. Difference between professional camcorders and consumer camcorders. 2. Using a simple floodlight kit 3. Improve your image onboard. Chroma Keys: 1. A useful tool easily implemented in most digital video editing application is blue screen, green screen, Ultimate, or chroma key editing. 2. Blue screen is a popular technique for making multimedia titles. Composition: 1. Use close-up and medium shots, head-and-shoulders or even tighter. Optimizing Video Files for CD-ROM: Limit the amount of synchronization required between the video and audio. Quick Time files you should flatten Flattening: interleave the audio and video segments together. Use regularly spaced key frames, 10 to 15 frames apart, and temporal compression can correct for seek time delays. In Quick Time, 20 frames per second. Software compression algorithm you specify will make a dramatic difference in performance. Quick Time is optimized for CD-ROM playback. Consider using a specialized application such as Media Cleaner.

22 CH#7 The Stages of a project: 1. Planning and costing: A project always begins with an idea or a need that you refine by outlining its messages and objective. - Develop a creative graphic look and feel. - Work up a short prototype or proof-of-concept 2. Designing and producing: Perform each of the planned tasks to create a finished product. 3. Testing: Test your programs to make sure that they meet the objectives of your project. 4. Delivering: Package and deliver the project to the end user. Types of Authoring Tools: 1. Card-or page-based tools 2. Icon-based, event-driven tools 3. Time-based tools Card- and Page-Based Tools: Card-based or page-based tools are authoring systems, wherein the elements are organized as pages of a book or a stack of cards. Thousands of pages or cards may be available in the book or stack. Icon-based, event-driven tools: Icon- or object-based, event-driven tools are authoring systems, wherein multimedia elements and interaction cues (events) are organized as objects in a structural framework or process. display flow diagrams.

23 Time-Based Tools Time-based tools are authoring systems, wherein elements and events are organized along a timeline, with resolutions as high as or higher than1/30 second. Time-based tools are best to use when you have a message with a beginning and an end. Sequentially organized graphic frames are played back at a speed that you can set. Authoring Tools features: 1. Editing Features. 2. Organizing Features. 3. Programming Features. 4. Interactivity Features. 5. Performance Tuning Features. 6. Playback Features. 7. Delivery Features. Time Based Authoring Tools: Director: Is a powerful and complex multimedia authoring tool. - Cast: The Cast is a multimedia database containing still images, sound files, text, palettes, Quick Draw shapes, Programming scripts, Quick Time movies, Flash movies, and even other director files.

24 - Score These Cast members together using the Score facility. - Lingo Director utilizes Lingo, full-featured object-oriented scripting language, to enable interactivity and programmed control.

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: is any combination of: text, graphic art, sound, animation, video delivered by computer or electronic means.

Multimedia: is any combination of: text, graphic art, sound, animation, video delivered by computer or electronic means. Chapter #1. Multimedia: is any combination of: text, graphic art, sound, animation, video delivered by computer or electronic means. Multimedia types: Interactive multimedia: allows the user to control

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

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

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

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

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

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

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

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

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

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

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

Techniques for Creating Media to Support an ILS

Techniques for Creating Media to Support an ILS 111 Techniques for Creating Media to Support an ILS Brandon Andrews Vice President of Production, NexLearn, LLC. Dean Fouquet VP of Media Development, NexLearn, LLC WWW.eLearningGuild.com General 1. EVERYTHING

More information

Downloads from: https://ravishbegusarai.wordpress.com/download_books/

Downloads from: https://ravishbegusarai.wordpress.com/download_books/ 1. The graphics can be a. Drawing b. Photograph, movies c. Simulation 11. Vector graphics is composed of a. Pixels b. Paths c. Palette 2. Computer graphics was first used by a. William fetter in 1960 b.

More information

Basic TV Technology: Digital and Analog

Basic TV Technology: Digital and Analog Basic TV Technology: Digital and Analog Fourth Edition Robert L. Hartwig AMSTERDAM. BOSTON. HEIDELBERG LONDON. NEW YORK. OXFORD PARIS. SAN DIEGO. SAN FRANCISCO SINGAPORE. SYDNEY TOKYO ELSEVIER Focal Press

More information

Introduction to Computer Graphics

Introduction to Computer Graphics Introduction to Computer Graphics R. J. Renka Department of Computer Science & Engineering University of North Texas 01/16/2010 Introduction Computer Graphics is a subfield of computer science concerned

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

Getting Started After Effects Files More Information. Global Modifications. Network IDs. Strand Opens. Bumpers. Promo End Pages.

Getting Started After Effects Files More Information. Global Modifications. Network IDs. Strand Opens. Bumpers. Promo End Pages. TABLE of CONTENTS 1 Getting Started After Effects Files More Information Introduction 2 Global Modifications 9 Iconic Imagery 21 Requirements 3 Network IDs 10 Summary 22 Toolkit Specifications 4 Strand

More information

!"#"$%& Some slides taken shamelessly from Prof. Yao Wang s lecture slides

!#$%&   Some slides taken shamelessly from Prof. Yao Wang s lecture slides http://ekclothing.com/blog/wp-content/uploads/2010/02/spring-colors.jpg Some slides taken shamelessly from Prof. Yao Wang s lecture slides $& Definition of An Image! Think an image as a function, f! f

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

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

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

Computer Graphics. Introduction

Computer Graphics. Introduction Computer Graphics Introduction Introduction Computer Graphics : It involves display manipulation and storage of pictures and experimental data for proper visualization using a computer. Typically graphics

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

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

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

High Performance Raster Scan Displays

High Performance Raster Scan Displays High Performance Raster Scan Displays Item Type text; Proceedings Authors Fowler, Jon F. Publisher International Foundation for Telemetering Journal International Telemetering Conference Proceedings Rights

More information

Types of CRT Display Devices. DVST-Direct View Storage Tube

Types of CRT Display Devices. DVST-Direct View Storage Tube Examples of Computer Graphics Devices: CRT, EGA(Enhanced Graphic Adapter)/CGA/VGA/SVGA monitors, plotters, data matrix, laser printers, Films, flat panel devices, Video Digitizers, scanners, LCD Panels,

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

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

PROFESSIONAL D-ILA PROJECTOR DLA-G11

PROFESSIONAL D-ILA PROJECTOR DLA-G11 PROFESSIONAL D-ILA PROJECTOR DLA-G11 A new digital projector that projects true S-XGA images with breakthrough D-ILA technology Large-size projection images with all the sharpness and clarity of a small-screen

More information

Essentials of the AV Industry Welcome Introduction How to Take This Course Quizzes, Section Tests, and Course Completion A Digital and Analog World

Essentials of the AV Industry Welcome Introduction How to Take This Course Quizzes, Section Tests, and Course Completion A Digital and Analog World Essentials of the AV Industry Welcome Introduction How to Take This Course Quizzes, s, and Course Completion A Digital and Analog World Audio Dynamics of Sound Audio Essentials Sound Waves Human Hearing

More information

About video compressions, JPG blocky artefacts, matrices and jagged edges

About video compressions, JPG blocky artefacts, matrices and jagged edges About video compressions, JPG blocky artefacts, matrices and jagged edges Written and Illustrated by Vlado Damjanovski, B.E.(electronics) CCTV has it all: JPG, MJPG, Wavelet, H.263, MPEG-1, MPEG-2, JPEG-2000,

More information

Objectives: Topics covered: Basic terminology Important Definitions Display Processor Raster and Vector Graphics Coordinate Systems Graphics Standards

Objectives: Topics covered: Basic terminology Important Definitions Display Processor Raster and Vector Graphics Coordinate Systems Graphics Standards MODULE - 1 e-pg Pathshala Subject: Computer Science Paper: Computer Graphics and Visualization Module: Introduction to Computer Graphics Module No: CS/CGV/1 Quadrant 1 e-text Objectives: To get introduced

More information

CHAPTER 1 High Definition A Multi-Format Video

CHAPTER 1 High Definition A Multi-Format Video CHAPTER 1 High Definition A Multi-Format Video High definition refers to a family of high quality video image and sound formats that has recently become very popular both in the broadcasting community

More information

Essence of Image and Video

Essence of Image and Video 1 Essence of Image and Video Wei-Ta Chu 2009/9/24 Outline 2 Image Digital Image Fundamentals Representation of Images Video Representation of Videos 3 Essence of Image Wei-Ta Chu 2009/9/24 Chapters 2 and

More information

Digital Representation

Digital Representation Chapter three c0003 Digital Representation CHAPTER OUTLINE Antialiasing...12 Sampling...12 Quantization...13 Binary Values...13 A-D... 14 D-A...15 Bit Reduction...15 Lossless Packing...16 Lower f s and

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

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

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

8088 Corruption. Motion Video on a 1981 IBM PC with CGA

8088 Corruption. Motion Video on a 1981 IBM PC with CGA 8088 Corruption Motion Video on a 1981 IBM PC with CGA Introduction 8088 Corruption plays video that: Is Full-motion (30fps) Is Full-screen In Color With synchronized audio on a 1981 IBM PC with CGA (and

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

h t t p : / / w w w. v i d e o e s s e n t i a l s. c o m E - M a i l : j o e k a n a t t. n e t DVE D-Theater Q & A

h t t p : / / w w w. v i d e o e s s e n t i a l s. c o m E - M a i l : j o e k a n a t t. n e t DVE D-Theater Q & A J O E K A N E P R O D U C T I O N S W e b : h t t p : / / w w w. v i d e o e s s e n t i a l s. c o m E - M a i l : j o e k a n e @ a t t. n e t DVE D-Theater Q & A 15 June 2003 Will the D-Theater tapes

More information

Designing Custom DVD Menus: Part I By Craig Elliott Hanna Manager, The Authoring House at Disc Makers

Designing Custom DVD Menus: Part I By Craig Elliott Hanna Manager, The Authoring House at Disc Makers Designing Custom DVD Menus: Part I By Craig Elliott Hanna Manager, The Authoring House at Disc Makers DVD authoring software makes it easy to create and design template-based DVD menus. But many of those

More information

ANTENNAS, WAVE PROPAGATION &TV ENGG. Lecture : TV working

ANTENNAS, WAVE PROPAGATION &TV ENGG. Lecture : TV working ANTENNAS, WAVE PROPAGATION &TV ENGG Lecture : TV working Topics to be covered Television working How Television Works? A Simplified Viewpoint?? From Studio to Viewer Television content is developed in

More information

Elements of a Television System

Elements of a Television System 1 Elements of a Television System 1 Elements of a Television System The fundamental aim of a television system is to extend the sense of sight beyond its natural limits, along with the sound associated

More information

Apply(produc&on(methods(to(plan(and( create(advanced(digital(media(video( projects.

Apply(produc&on(methods(to(plan(and( create(advanced(digital(media(video( projects. Objec&ve(206 Apply(produc&on(methods(to(plan(and( create(advanced(digital(media(video( projects. Course'Weight':'20% 1 Objec&ve(206(,(Video Objectives are broken down into three sub-objectives : pre-production,

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

Chapter 1. Introduction to Multimedia. Saurabh Gupta, AP-CSE, NIEC

Chapter 1. Introduction to Multimedia. Saurabh Gupta, AP-CSE, NIEC Chapter 1 Introduction to Multimedia What is Multimedia? Multimedia is any combination of text, graphic art, sound, animation, video, delivered by computer or electronic means What is Multimedia? Text

More information

Chrominance Subsampling in Digital Images

Chrominance Subsampling in Digital Images Chrominance Subsampling in Digital Images Douglas A. Kerr Issue 2 December 3, 2009 ABSTRACT The JPEG and TIFF digital still image formats, along with various digital video formats, have provision for recording

More information

NAPIER. University School of Engineering. Advanced Communication Systems Module: SE Television Broadcast Signal.

NAPIER. University School of Engineering. Advanced Communication Systems Module: SE Television Broadcast Signal. NAPIER. University School of Engineering Television Broadcast Signal. luminance colour channel channel distance sound signal By Klaus Jørgensen Napier No. 04007824 Teacher Ian Mackenzie Abstract Klaus

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

TERMINOLOGY INDEX. DME Down Stream Keyer (DSK) Drop Shadow. A/B Roll Edit Animation Effects Anti-Alias Auto Transition

TERMINOLOGY INDEX. DME Down Stream Keyer (DSK) Drop Shadow. A/B Roll Edit Animation Effects Anti-Alias Auto Transition A B C A/B Roll Edit Animation Effects Anti-Alias Auto Transition B-Y Signal Background Picture Background Through Mode Black Burst Border Bus Chroma/Chrominance Chroma Key Color Bar Color Matte Component

More information

D-ILA PROJECTOR DLA-G15 DLA-S15

D-ILA PROJECTOR DLA-G15 DLA-S15 D-ILA PROJECTOR DLA-G15 Outstanding Projection Im Breakthrough D-ILA projector offers high-contrast 350:1, 1500 ANSI lumen brightness and S-XGA resolution Large-size projection images with all the sharpness

More information

Graphics Concepts. David Cairns

Graphics Concepts. David Cairns Graphics Concepts David Cairns Introduction The following material provides a brief introduction to some standard graphics concepts. For more detailed information, see DGJ, Chapter 2, p23. Display Modes

More information

Intelligent Monitoring Software IMZ-RS300. Series IMZ-RS301 IMZ-RS304 IMZ-RS309 IMZ-RS316 IMZ-RS332 IMZ-RS300C

Intelligent Monitoring Software IMZ-RS300. Series IMZ-RS301 IMZ-RS304 IMZ-RS309 IMZ-RS316 IMZ-RS332 IMZ-RS300C Intelligent Monitoring Software IMZ-RS300 Series IMZ-RS301 IMZ-RS304 IMZ-RS309 IMZ-RS316 IMZ-RS332 IMZ-RS300C Flexible IP Video Monitoring With the Added Functionality of Intelligent Motion Detection With

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

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

D-ILA PROJECTOR DLA-G15 DLA-S15

D-ILA PROJECTOR DLA-G15 DLA-S15 D-ILA PROJECTOR Outstanding Projection Im Breakthrough D-ILA projector offers high-contrast 350:1, 1500 ANSI lumen brightness and S-XGA resolution Large-size projection images with all the sharpness and

More information

Processing. Electrical Engineering, Department. IIT Kanpur. NPTEL Online - IIT Kanpur

Processing. Electrical Engineering, Department. IIT Kanpur. NPTEL Online - IIT Kanpur NPTEL Online - IIT Kanpur Course Name Department Instructor : Digital Video Signal Processing Electrical Engineering, : IIT Kanpur : Prof. Sumana Gupta file:///d /...e%20(ganesh%20rana)/my%20course_ganesh%20rana/prof.%20sumana%20gupta/final%20dvsp/lecture1/main.htm[12/31/2015

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

PROFESSIONAL D-ILA PROJECTOR DLA-G11

PROFESSIONAL D-ILA PROJECTOR DLA-G11 PROFESSIONAL D-ILA PROJECTOR DLA-G11 A new digital projector that projects true S-XGA images with breakthrough D-ILA technology Large-size projection images with all the sharpness and clarity of a small-screen

More information

Comp 410/510. Computer Graphics Spring Introduction to Graphics Systems

Comp 410/510. Computer Graphics Spring Introduction to Graphics Systems Comp 410/510 Computer Graphics Spring 2018 Introduction to Graphics Systems Computer Graphics Computer graphics deals with all aspects of 'creating images with a computer - Hardware (PC with graphics card)

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

Chapter 2. RECORDING TECHNIQUES AND ANIMATION HARDWARE. 2.1 Real-Time Versus Single-Frame Animation

Chapter 2. RECORDING TECHNIQUES AND ANIMATION HARDWARE. 2.1 Real-Time Versus Single-Frame Animation Chapter 2. RECORDING TECHNIQUES AND ANIMATION HARDWARE Copyright (c) 1998 Rick Parent All rights reserved 2.1 Real-Time Versus Single-Frame Animation 2.2 Film Technology 2.3 Video Technology 2.4 Animation

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

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

Reading. 1. Displays and framebuffers. History. Modern graphics systems. Required

Reading. 1. Displays and framebuffers. History. Modern graphics systems. Required Reading Required 1. Displays and s Angel, pp.19-31. Hearn & Baker, pp. 36-38, 154-157. OpenGL Programming Guide (available online): First four sections of chapter 2 First section of chapter 6 Optional

More information

PTIK UNNES. Lecture 02. Conceptual Model for Computer Graphics and Graphics Hardware Issues

PTIK UNNES. Lecture 02. Conceptual Model for Computer Graphics and Graphics Hardware Issues E3024031 KOMPUTER GRAFIK E3024032 PRAKTIK KOMPUTER GRAFIK PTIK UNNES Lecture 02 Conceptual Model for Computer Graphics and Graphics Hardware Issues 2014 Learning Objectives After carefully listening this

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

UNIVERSITY OF CALICUT INTRODUCTION TO VISUAL LANGUAGE QUESTION BANK

UNIVERSITY OF CALICUT INTRODUCTION TO VISUAL LANGUAGE QUESTION BANK UNIVERSITY OF CALICUT SCHOOL OF DISTANCE EDUCATION BGDA (UG SDE) I SEMESTER CORE COURSE INTRODUCTION TO VISUAL LANGUAGE QUESTION BANK BMMC-COMPUTER GRAPHICS Page 1 1...is the measure of the degree of sharpness

More information

The BAT WAVE ANALYZER project

The BAT WAVE ANALYZER project The BAT WAVE ANALYZER project Conditions of Use The Bat Wave Analyzer program is free for personal use and can be redistributed provided it is not changed in any way, and no fee is requested. The Bat Wave

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

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

High-Definition, Standard-Definition Compatible Color Bar Signal

High-Definition, Standard-Definition Compatible Color Bar Signal Page 1 of 16 pages. January 21, 2002 PROPOSED RP 219 SMPTE RECOMMENDED PRACTICE For Television High-Definition, Standard-Definition Compatible Color Bar Signal 1. Scope This document specifies a color

More information

Dan Schuster Arusha Technical College March 4, 2010

Dan Schuster Arusha Technical College March 4, 2010 Television Theory Of Operation Dan Schuster Arusha Technical College March 4, 2010 My TV Background 34 years in Automation and Image Electronics MS in Electrical and Computer Engineering Designed Television

More information

AN ARTISTIC TECHNIQUE FOR AUDIO-TO-VIDEO TRANSLATION ON A MUSIC PERCEPTION STUDY

AN ARTISTIC TECHNIQUE FOR AUDIO-TO-VIDEO TRANSLATION ON A MUSIC PERCEPTION STUDY AN ARTISTIC TECHNIQUE FOR AUDIO-TO-VIDEO TRANSLATION ON A MUSIC PERCEPTION STUDY Eugene Mikyung Kim Department of Music Technology, Korea National University of Arts eugene@u.northwestern.edu ABSTRACT

More information

Broadcast H.264 files live with ATEM Television Studio!

Broadcast H.264 files live with ATEM Television Studio! ATEM Television Studio Broadcast H.264 files live with ATEM Television Studio! Introducing the world's first live production switcher that combines a professional switcher with a broadcast quality H.264

More information

DELTA MODULATION AND DPCM CODING OF COLOR SIGNALS

DELTA MODULATION AND DPCM CODING OF COLOR SIGNALS DELTA MODULATION AND DPCM CODING OF COLOR SIGNALS Item Type text; Proceedings Authors Habibi, A. Publisher International Foundation for Telemetering Journal International Telemetering Conference Proceedings

More information

ILDA Image Data Transfer Format

ILDA Image Data Transfer Format ILDA Technical Committee Technical Committee International Laser Display Association www.laserist.org Introduction... 4 ILDA Coordinates... 7 ILDA Color Tables... 9 Color Table Notes... 11 Revision 005.1,

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

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

About Final Cut Pro Includes installation instructions and information on new features

About Final Cut Pro Includes installation instructions and information on new features apple About Final Cut Pro 1.2.5 Includes installation instructions and information on new features This document includes installation instructions and describes features and enhancements of Final Cut

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

Video Signals and Circuits Part 2

Video Signals and Circuits Part 2 Video Signals and Circuits Part 2 Bill Sheets K2MQJ Rudy Graf KA2CWL In the first part of this article the basic signal structure of a TV signal was discussed, and how a color video signal is structured.

More information

Click on the chapter below to navigate to the corresponding section of this document.

Click on the chapter below to navigate to the corresponding section of this document. The following are delivery specifications for PANDA 23 both physical and digital. Regardless of delivery method the following specifications must be adhered to in order to run programming on PANDA 23.

More information

9 Keying. Lesson overview

9 Keying. Lesson overview 9 Keying Lesson overview In this lesson, you ll learn how to do the following: Create a garbage mask. Use the Color Difference Key effect to key an image. Check an image s alpha channel for errors in a

More information

Link download full: Test Bank for Business Data Communications Infrastructure Networking and Security 7th Edition by William

Link download full: Test Bank for Business Data Communications Infrastructure Networking and Security 7th Edition by William Link download full: Test Bank for Business Data Communications Infrastructure Networking and Security 7th Edition by William https://digitalcontentmarket.org/download/test-bank-for-business-datacommunications-infrastructure-networking-and-security-7th-edition-by-william-andtom/

More information

2.2. VIDEO DISPLAY DEVICES

2.2. VIDEO DISPLAY DEVICES Introduction to Computer Graphics (CS602) Lecture 02 Graphics Systems 2.1. Introduction of Graphics Systems With the massive development in the field of computer graphics a broad range of graphics hardware

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

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

RECOMMENDATION ITU-R BT.1201 * Extremely high resolution imagery

RECOMMENDATION ITU-R BT.1201 * Extremely high resolution imagery Rec. ITU-R BT.1201 1 RECOMMENDATION ITU-R BT.1201 * Extremely high resolution imagery (Question ITU-R 226/11) (1995) The ITU Radiocommunication Assembly, considering a) that extremely high resolution imagery

More information

A review of the implementation of HDTV technology over SDTV technology

A review of the implementation of HDTV technology over SDTV technology A review of the implementation of HDTV technology over SDTV technology Chetan lohani Dronacharya College of Engineering Abstract Standard Definition television (SDTV) Standard-Definition Television is

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

Feature Descriptions INDEX

Feature Descriptions INDEX Superb Picture Quality The DFS-700/700P uses full bandwidth component 4:2:2/8-bit digital processing. Signals can be processed from virtually any video source without compromise in image quality. The standard

More information

ILDA Image Data Transfer Format

ILDA Image Data Transfer Format INTERNATIONAL LASER DISPLAY ASSOCIATION Technical Committee Revision 006, April 2004 REVISED STANDARD EVALUATION COPY EXPIRES Oct 1 st, 2005 This document is intended to replace the existing versions of

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