CUFPOS402A. Information Technology for Production. Week Two:

Size: px
Start display at page:

Download "CUFPOS402A. Information Technology for Production. Week Two:"

Transcription

1 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 Central Processing Unit (CPU) or the processor is the portion of a computer system that carries out the instructions of a computer program, and is the primary element carrying out the computer's functions. 1

2 RAM - Random-access memory (RAM) is a form of computer data storage. Today, it takes the form of integrated circuits that allow stored data to be accessed in any order (i.e., at random). "Random" refers to the idea that any piece of data can be returned in a constant time, regardless of its physical location and whether or not it is related to the previous piece of data. By contrast, storage devices such as magnetic discs and optical discs rely on the physical movement of the recording medium or a reading head. In these devices, the movement takes longer than data transfer, and the retrieval time varies based on the physical location of the next item. Graphic Card / Video Card - A video card, video adapter, graphicsaccelerator card, display adapter or graphics card is an expansion card whose function is to generate and output images to a display. Many video cards offer added functions, such as accelerated rendering of 3D scenes and 2D graphics, video capture, TV-tuner adapter, MPEG-2/MPEG-4 decoding, FireWire, light pen, TV output, or the ability to connect multiple monitors (multi-monitor). Other modern high performance video cards are used for more graphically demanding purposes, such as PC games. 2

3 Graphics processing unit (GPU) A GPU is a dedicated processor optimized for accelerating graphics. The processor is designed specifically to perform floating-point calculations, which are fundamental to 3D graphics rendering. The main attributes of the GPU are the core clock frequency, which typically ranges from 250 MHz to 4 GHz and the number of pipelines (vertex and fragment shaders), which translate a 3D image characterized by vertices and lines into a 2D image formed by pixels. Video Memory The memory capacity of most modern video cards ranges from 128 MB to 4 GB. Since video memory needs to be accessed by the GPU and the display circuitry, it often uses special high-speed or multi-port memory. The effective memory clock rate in modern cards is generally between 400 MHz and 3.8 GHz. Video memory may be used for storing other data as well as the screen image, such as the Z-buffer, which manages the depth coordinates in 3D graphics, textures, vertex buffers, and compiled shader programs. 3

4 Hard Drive A hard disk drive (hard disk, hard drive, HDD) is a non-volatile storage device for digital data. It features one or more rotating rigid platters on a motor-driven spindle within a metal case. Data is encoded magnetically by read/write heads that float on a cushion of air above the platters RAID RAID, an acronym for redundant array of inexpensive disks or redundant array of independent disks, is a technology that provides increased storage reliability through redundancy, combining multiple low-cost, lessreliable disk drives components into a logical unit where all drives in the array are interdependent. Defragmentation In the context of administering computer systems, defragmentation is a process that reduces the amount of fragmentation in file systems. It does this by physically organizing the contents of the disk to store the pieces of each file close together and contiguously. Cause of Fragmentation Fragmentation occurs when the operating system cannot or will not allocate enough contiguous space to store a complete file as a unit, but instead puts parts of it in gaps between other files (usually those gaps exist because they formerly held a file that the operating system has subsequently deleted or because the operating system allocated excess space for the file in the first place). Larger files and greater numbers of files also contribute to fragmentation and consequent performance loss. Defragmentation attempts to alleviate these problems. 4

5 RAID Level 0 - Striped Disk Array without Fault Tolerance: Provides data striping (spreading out blocks of each file across multiple disk drives) but no redundancy. This improves performance but does not deliver fault tolerance. If one drive fails then all data in the array is lost. Level 1 - Mirroring and Duplexing: Provides disk mirroring. Level 1 provides twice the read transaction rate of single disks and the same write transaction rate as single disks. Level 5 - Block Interleaved Distributed Parity: Provides data striping at the byte level and also stripe error correction information. This results in excellent performance and good fault tolerance. Level 5 is one of the most popular implementations of RAID. Level 6 - Independent Data Disks with Double Parity: Provides block-level striping with parity data distributed across all disks. I/O (Input / Output) Short for input/output (pronounced "eye-oh"). The term I/O is used to describe any program, operation or device that transfers data to or from a computer and to or from a peripheral device. Every transfer is an output from one device and an input into another. Devices such as keyboards and mouses are inputonly devices while devices such as printers are output-only. A writable CD-ROM is both an input and an output device. Common I/O for video production USB (Universal Serial Bus) Firewire (IEEE 1397 Interface) Ethernet Port (10Mbps /100Mbps /100 Mbps) ExpressCard ( Sony XDCAM express card) SD Card Slot SDI (Serial Digital Interface) 5

6 USB / Firewire Comparison SDI (Serial Digital Interface) Serial digital interface (SDI) refers to a family of video interfaces standardized by SMPTE. For example, ITU-R BT.656 and SMPTE 259M define digital video interfaces used for broadcast-grade video. A related standard, known as high-definition serial digital interface (HD-SDI), is standardized in SMPTE 292M; this provides a nominal data rate of Gbit/s. SDI Speed Chart 6

7 Capture Device High-end production environment often uses 3 rd -party capture device to capture video / audio data. Common capture formats are: 4k, 2k, HD, SD 7

8 Editing Adobe Premiere Sony Vegas Avid Xpress / Media Composer Apple Final Cut Pro Compositing / Effects Adobe After Effects (Layerbased) Apple Shake (Node-based) Autodesk Flint, Flame and Inferno (Node-based) Blender (Node-based) The Foundry Nuke (Nodebased) Grading Apple Color Da Vinci System Autodesk Lustre 3D Autodesk Maya Autodesk 3D Studio Max Autodesk Softmage Apple Final Cut Pro 8

9 Adobe Premiere Avid Media Composer 9

10 Adobe After Effects Apple Shake 10

11 Autodesk Flame Foundry Nuke 11

12 Apple Color Da Vinci 2k 12

13 Autodesks Lustre File Format for Video & Film Production A file format is a particular way that information is encoded for storage in a computer file. Some file formats are designed to store very particular sorts of data: the JPEG format, for example, is designed only to store static photographic images. Other file formats, however, are designed for storage of several different types of data: the GIF format supports storage of both still images and simple animations, and the QuickTime format can act as a container for many different types of multimedia. A text file is simply one that stores any text, in a format such as ASCII or UTF-8, with few if any control characters. Some file formats, such as HTML, or the source code of some particular programming language, are in fact also text files, but adhere to more specific rules which allow them to be used for specific purposes. Filename extension One popular method in use by several operating systems, including Mac OS X, CP/M, DOS, VMS, VM/ CMS, and Windows, is to determine the format of a file based on the section of its name following the final period. This portion of the filename is known as the filename extension. For example, HTML documents are identified by names that end with.html (or.htm), and GIF images by.gif. Internal metadata A second way to identify a file format is to store information regarding the format inside the file itself. Usually, such information is written in one (or more) binary string(s), tagged or raw texts placed in fixed, specific locations within the file. Since the easiest place to locate them is at the beginning of it, such area is usually called a file header when it is greater than a few bytes, or a magic number if it is just a few bytes long. 13

14 File Format for Video & Film Production Codec - A codec encodes a data stream or signal for transmission, storage or encryption, or decodes it for playback or editing. Codecs are used in videoconferencing, streaming media and video editing applications. Common known video file format & codec AVI (Audio/Video Interleaved) A file format for storing and playing back movie clips with sound on Windows-based PCs. An AVI file is organized into alternating ("interleaved") chunks of audio and video data. AVI is a container format, meaning that it specifies how the data will be organized, but is not itself a form of audio or video compression. MPEG1. This format is often used in digital cameras and camcorders to capture small, easily transferable video clips. It's also the compression format used to create Video CDs, and commonly used for posting clips on the Internet. The well-known MP3 audio format (see definition below) is part of the MPEG1 codec. MPEG2. Commercially produced DVD movies, home-recorded DVD discs, and most digital satellite TV broadcasts employ MPEG2 video compression to deliver their high-quality picture. MPEG2 is a "heavier" form of compression that removes a larger portion of the original video signal than DV, however, it's more difficult to edit with precision. The MPEG2 codec allows for selectable amounts of compression to be applied, which is how home DVD recorders and hard disk video recorders can offer a range of recording speeds. File Format for Video & Film Production.Common known video file format & codec MPEG4. A flexible MPEG container format used for both streaming and downloadable Web content. It's the video format employed by a growing number of camcorders and cameras DV (Digital Video) DV is the format used by many digital camcorders, usually on Mini DV cassettes. Though the DV format employs a form of lossy video compression (applied in real-time as you record with your camera), it's still memory-intensive. When transferred to a computer, a DV clip requires roughly 1 GB of storage per 5 minutes of video. (Clips are usually stored on the computer as QuickTime or.avi files.) QuickTime QuickTime is a file format for storing and playing back movies with sound. Though developed and supported primarily by Apple, Inc., this flexible format isn't limited to Macintosh operating systems it's also commonly used in Windows systems and other types of computing platforms. In Windows, QuickTime files usually appear with the ".MOV" filename extension. WMV.wmv: A Microsoft format..wmv stands for Windows Media Video..wmv files are tiny because they are highly compressed. This is one of the smallest sharing formats, so it is for the end stages of your video project. 14

15 File Format for Video & Film Production Aspect Ratio The aspect ratio of an image is the ratio of the width of the image to its height, expressed as two numbers separated by a colon. That is, for an x:y aspect ratio, no matter how big or small the image is, if the width is divided into x units of equal length and the height is measured using this same length unit, the height will be measured to be y units. The most common aspect ratios used today in the presentation of films in movie theaters are 1.85:1 and 2.39:1.[1] Two common videographic aspect ratios are 4:3 (1.33:1), universal for standard-definition video formats, and 16:9 (1.78:1), universal to high-definition television and European digital television. 15

16 Letterboxing Letterboxing is used as an alternative to a full-screen, pan-and-scan transfer of a widescreen film image to videotape or videodisc. In pan-and-scan transfers, the original image is cropped to the narrower aspect ratio of the destination format, usually the 1.33:1 (4:3) ratio of the standard television screen, whereas letterboxing preserves the film's original image composition as seen in the cinema. Letterboxing was developed for use in 4:3 television displays before widescreen television screens were available, but it is also necessary to represent on a 16:9 widescreen display the unaltered original composition of a film with a wider aspect ratio, such as Panavision's 2.35:1 ratio. Letterboxing 16

17 Progressive Vs. Interlaced Interlace is a technique of improving the picture quality of a video signal without consuming extra bandwidth. Interlaced video was designed for display on CRT televisions. Interlaced scan refers to one of two common methods for "painting" a video image on an electronic display screen (the other being progressive scan) by scanning or displaying each line or row of pixels. This technique uses two fields to create a frame. One field contains all the odd lines in the image, the other contains all the even lines of the image. A PAL based television display, for example, scans 50 fields every second (25 odd and 25 even). The two sets of 25 fields work together to create a full frame every 1/25th of a second, resulting in a display of 25 frames per second. Progressive or non-interlaced scanning is a method for displaying, storing or transmitting moving images in which all the lines of each frame are drawn in sequence. This is in contrast to the interlacing used in traditional television systems where only the odd lines, then the even lines of each frame (each image now called a field) are drawn alternately. Progressive Vs. Interlaced 17

18 Progressive Vs. Interlaced Interlaced Progressive Vs. Interlaced Progressive 18

19 Progressive Vs. Interlaced De-interlaced World Wide Video System NTSC (480i) 720 x frame per seconds (FPS) PAL (576i) 768 x frame per seconds (FSP) 19

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

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

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

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

TOOLKIT GUIDE 4.0 TECHNICAL GUIDE

TOOLKIT GUIDE 4.0 TECHNICAL GUIDE TOOLKIT GUIDE 4.0 TECHNICAL GUIDE Contents Introduction 2 Delivery Requirements 3 Technical Requirements And Recommendations 4 Image And Sound Quality 5 Connections 6 Editing Software 7 Editing Computer

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

Monitor and Display Adapters UNIT 4

Monitor and Display Adapters UNIT 4 Monitor and Display Adapters UNIT 4 TOPIC TO BE COVERED: 4.1: video Basics(CRT Parameters) 4.2: VGA monitors 4.3: Digital Display Technology- Thin Film Displays, Liquid Crystal Displays, Plasma Displays

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

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

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

More information

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

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

Communicating And Expanding Visual Culture From Analog To Digital

Communicating And Expanding Visual Culture From Analog To Digital Home Video For The 21st Century Communicating And Expanding Visual Culture From Analog To Digital V I C T O R C O M P A N Y O F J A P A N, L T D. Introduction JVC (Victor Company of Japan, Ltd.) invented

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

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

Striking Clarity, Unparalleled Flexibility, Precision Control

Striking Clarity, Unparalleled Flexibility, Precision Control Striking Clarity, Unparalleled Flexibility, Precision Control Product Brochures English 460XW 460C 460C 800 ieditor The - tents and processed camera inputs to provide the monitoring by supporting camera

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

AE16 DIGITAL AUDIO WORKSTATIONS

AE16 DIGITAL AUDIO WORKSTATIONS AE16 DIGITAL AUDIO WORKSTATIONS 1. Storage Requirements In a conventional linear PCM system without data compression the data rate (bits/sec) from one channel of digital audio will depend on the sampling

More information

TV Character Generator

TV Character Generator TV Character Generator TV CHARACTER GENERATOR There are many ways to show the results of a microcontroller process in a visual manner, ranging from very simple and cheap, such as lighting an LED, to much

More information

Signum BlackHive. Generation II. Broadcast Production System and video server. The new system generation signum.blackhive

Signum BlackHive. Generation II. Broadcast Production System and video server. The new system generation signum.blackhive Signum BlackHive Generation II Broadcast Production System and video server The new system generation signum.blackhive BlackHive is supporting SD-format (16:9 and 4:3) as well as HDHD formats (720p, 1080i

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

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

USB 3.0 Video Capture Device - HDMI / DVI / VGA / Component HD Video Recorder p 60fps

USB 3.0 Video Capture Device - HDMI / DVI / VGA / Component HD Video Recorder p 60fps USB 3.0 Video Capture Device - HDMI / DVI / VGA / Component HD Video Recorder - 1080p 60fps Product ID: USB3HDCAP This USB 3.0 external video capture device lets you record 1080p HD video and stereo audio

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

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

Understanding Digital Television (DTV)

Understanding Digital Television (DTV) Understanding Digital Television (DTV) Tom Ohanian and Michael Phillips, Avid Technology The DTV story will continue to develop and change. Avid currently has the only DNLE Editor where users are able

More information

Cisco Explorer 8650HD DVR

Cisco Explorer 8650HD DVR Cisco Explorer 8650HD DVR The Cisco Explorer 8650HD DVR provides high quality video, audio, DVR, and two-way capabilities that cable operators have come to expect. The platform provides faster processing

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

Manual (English) Version:

Manual (English) Version: Manual (English) Version: 29.10.04 CE Declaration We: TerraTec Electronic GmbH, Herrenpfad 38, D-41334 Nettetal, Germany hereby declare that the product: VideoSystem Grabster AV 400 to which this declaration

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

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

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

Manual (English) Version: 2/18/2005

Manual (English) Version: 2/18/2005 Manual (English) Version: 2/18/2005 CE Declaration We: TerraTec Electronic GmbH, Herrenpfad 38, D-41334 Nettetal, Germany hereby declare that the product: VideoSystem Grabster AV 250 to which this declaration

More information

A320 Supplemental Digital Media Material for OS

A320 Supplemental Digital Media Material for OS A320 Supplemental Digital Media Material for OS Lecture 1 - Introduction November 8, 2013 Sam Siewert Digital Media and Interactive Course Topics Digital Media Digital Video Encoding/Decoding Machine Vision

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

Industrial Technology

Industrial Technology 2011 HIGHER SCHOOL CERTIFICATE EXAMINATION Industrial Technology Multimedia Technologies Total marks 40 General Instructions Reading time 5 minutes Working time 1 1 hours 2 Write using black or blue pen

More information

16.5 Media-on-Demand (MOD)

16.5 Media-on-Demand (MOD) 16.5 Media-on-Demand (MOD) Interactive TV (ITV) and Set-top Box (STB) ITV supports activities such as: 1. TV (basic, subscription, pay-per-view) 2. Video-on-demand (VOD) 3. Information services (news,

More information

PCIe HDMI Video Capture Card - HDMI, VGA, DVI, or Component Video at 1080p60

PCIe HDMI Video Capture Card - HDMI, VGA, DVI, or Component Video at 1080p60 PCIe HDMI Video Capture Card - HDMI, VGA, DVI, or Component Video at 1080p60 Product ID: PEXHDCAP60L2 This PCIe video capture card lets you record 1080p HD video and 2-channel stereo audio (HDMI/RCA) to

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

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

What is ASPECT RATIO and When Should You Use It? A Guide for Video Editors and Motion Designers

What is ASPECT RATIO and When Should You Use It? A Guide for Video Editors and Motion Designers What is ASPECT RATIO and When Should You Use It? A Guide for Video Editors and Motion Designers What is Aspect Ratio? When should a person use 4:3 or 16:9? What is the difference between HD and Standard

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

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

VIDEOPOINT CAPTURE 2.1

VIDEOPOINT CAPTURE 2.1 VIDEOPOINT CAPTURE 2.1 USER GUIDE TABLE OF CONTENTS INTRODUCTION 2 INSTALLATION 2 SYSTEM REQUIREMENTS 3 QUICK START 4 USING VIDEOPOINT CAPTURE 2.1 5 Recording a Movie 5 Editing a Movie 5 Annotating a Movie

More information

A better way to get visual information where you need it.

A better way to get visual information where you need it. A better way to get visual information where you need it. Meet PixelNet. The Distributed Display Wall System PixelNet is a revolutionary new way to capture, distribute, control and display video and audio

More information

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

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

More information

DIVISION 28. systems. conditions. GENERAL PART 1 PART 2 PRODUCTS. Products, Inc. (2) The. (3) The one modules. (4) The. to CD-R, CD- technology.

DIVISION 28. systems. conditions. GENERAL PART 1 PART 2 PRODUCTS. Products, Inc. (2) The. (3) The one modules. (4) The. to CD-R, CD- technology. VITEK CHRONO SERIES 8 CHANNEL DIGITAL VIDEO RECORDER DIVISION 28 ELECTRONIC SAFETY AND SECURITY 28 20 00 ELECTRONICC SURVEILLANCE 28 23 00 VIDEO SURVEILLANCE 28 23 29 VIDEO SURVEILLANCE REMOTE DEVICES

More information

Verifying Digitized Files

Verifying Digitized Files TV VIDEO Master File Specifications Extreme Reach provides multiple solutions for uploading video creative to your account. Whether you choose to upload spots via the Media Uploader Application or through

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

SCode V3.5.1 (SP-601 and MP-6010) Digital Video Network Surveillance System

SCode V3.5.1 (SP-601 and MP-6010) Digital Video Network Surveillance System V3.5.1 (SP-601 and MP-6010) Digital Video Network Surveillance System Core Technologies Image Compression MPEG4. It supports high compression rate with good image quality and reduces the requirement of

More information

MacBook Pro (Early 2008) - Technical Specifications

MacBook Pro (Early 2008) - Technical Specifications Search Support Enter keywords or serial number Search Tips Advanced Search MacBook Pro (Early 2008) - Technical Specifications Last Modified: October 13, 2008 Article: SP4 Size and weight Height: 1.0 inch

More information

A better way to get visual information where you need it.

A better way to get visual information where you need it. A better way to get visual information where you need it. Meet PixelNet. The Distributed Display Wall System PixelNet is a revolutionary new way to capture, distribute, control and display video and audio

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

Compressed-Sensing-Enabled Video Streaming for Wireless Multimedia Sensor Networks Abstract:

Compressed-Sensing-Enabled Video Streaming for Wireless Multimedia Sensor Networks Abstract: Compressed-Sensing-Enabled Video Streaming for Wireless Multimedia Sensor Networks Abstract: This article1 presents the design of a networked system for joint compression, rate control and error correction

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

HD-SDI Express User Training. J.Egri 4/09 1

HD-SDI Express User Training. J.Egri 4/09 1 HD-SDI Express User Training J.Egri 4/09 1 Features SDI interface Supports 720p, 1080i and 1080p formats. Supports SMPTE 292M serial interface operating at 1.485 Gbps. Supports SMPTE 274M and 296M framing.

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

Digital Video & The PC. What does your future look like and how will you make it work?

Digital Video & The PC. What does your future look like and how will you make it work? What does your future look like and how will you make it work? Roy A. Hermanson Jr., CTS-I, CTS-D Regional Applications Specialist NorthEast RHermanson@extron.com Let s all be Green Objectives Digital

More information

VERINT EDGEVR 200 INTELLIGENT DIGITAL VIDEO RECORDER (Rev A)

VERINT EDGEVR 200 INTELLIGENT DIGITAL VIDEO RECORDER (Rev A) VERINT EDGEVR 200 INTELLIGENT DIGITAL VIDEO RECORDER (Rev A) TECHNICAL SPECIFICATIONS SECURITY SYSTEM DIVISION 28 ELECTRONIC SAFETY AND SECURITY LEVEL 1 28 20 00 ELECTRONIC SURVEILLANCE LEVEL 2 28 23 00

More information

TECHNICAL MEDIA SPECIFICATION ON THE FILE BASED SUBMISSION OF MATERIALS TO BE AIRED

TECHNICAL MEDIA SPECIFICATION ON THE FILE BASED SUBMISSION OF MATERIALS TO BE AIRED TECHNICAL MEDIA SPECIFICATION ON THE FILE BASED SUBMISSION OF MATERIALS TO BE AIRED 2015.12.11 Contents 1. Introduction... 3 2. Material File Format... 4 3. Video properties... 6 4. Audio properties...

More information

The following references and the references contained therein are normative.

The following references and the references contained therein are normative. MISB ST 0605.5 STANDARD Encoding and Inserting Time Stamps and KLV Metadata in Class 0 Motion Imagery 26 February 2015 1 Scope This standard defines requirements for encoding and inserting time stamps

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

TOWARD A FOCUSED MARKET William Bricken September A variety of potential markets for the CoMesh product. TARGET MARKET APPLICATIONS

TOWARD A FOCUSED MARKET William Bricken September A variety of potential markets for the CoMesh product. TARGET MARKET APPLICATIONS TOWARD A FOCUSED MARKET William Bricken September 2002 A variety of potential markets for the CoMesh product. POTENTIAL TARGET MARKET APPLICATIONS set-top boxes direct broadcast reception signal encoding

More information

IEEE802.11a Based Wireless AV Module(WAVM) with Digital AV Interface. Outline

IEEE802.11a Based Wireless AV Module(WAVM) with Digital AV Interface. Outline IEEE802.11a Based Wireless AV Module() with Digital AV Interface TOSHIBA Corp. T.Wakutsu, N.Shibuya, E.Kamagata, T.Matsumoto, Y.Nagahori, T.Sakamoto, Y.Unekawa, K.Tagami, M.Serizawa Outline Background

More information

Getting Images of the World

Getting Images of the World Computer Vision for HCI Image Formation Getting Images of the World 3-D Scene Video Camera Frame Grabber Digital Image A/D or Digital Lens Image array Transfer image to memory 2 1 CCD Charged Coupled Device

More information

Module 7. Video and Purchasing Components

Module 7. Video and Purchasing Components Module 7 Video and Purchasing Components Objectives 1. PC Hardware A.1.11 Evaluate video components and standards B.1.10 Evaluate monitors C.1.9 Evaluate and select appropriate components for a custom

More information

LINE IN, LINE OUT AUDIO IN, AUDIO OUT FIXED, VARIABLE TO TV, VIDEO IN, VIDEO OUT Sony Electronics Inc. All rights reserved.

LINE IN, LINE OUT AUDIO IN, AUDIO OUT FIXED, VARIABLE TO TV, VIDEO IN, VIDEO OUT Sony Electronics Inc. All rights reserved. This is a general recommendation based on the information you provided. You can customize the connections to suit your individual preferences and viewing habits. Some hookup recommendations have two cable

More information

HCS-8131M Professional Audio & Video Recorder for Conference

HCS-8131M Professional Audio & Video Recorder for Conference HCS-8131M Professional Audio & Video Recorder for Conference The ability of remote upgrading through network With DSP processing chips, embedded operating system, stable and reliable due to immunity to

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

PWS-100TD1 Tape Digitizing Station Simple-to-use tape digitizing server for efficient migration of legacy videotape archives

PWS-100TD1 Tape Digitizing Station Simple-to-use tape digitizing server for efficient migration of legacy videotape archives PWS-100TD1 Tape Digitizing Station Simple-to-use tape digitizing server for efficient migration of legacy videotape archives 2014 Sony Corporation. All rights reserved. Background Over the past few decades,

More information

NTSC/PAL. Network Interface Board for MPEG IMX TM. VTRs BKMW-E2000 TM

NTSC/PAL. Network Interface Board for MPEG IMX TM. VTRs BKMW-E2000 TM NTSC/PAL Network Interface Board for MPEG IMX TM VTRs BKMW-E2000 TM A bridge between two worlds merging tape-based recording into an asynchronous network environment Rapid progress in IP-based network

More information

Fact from Far-Fetched: What you need to know about HD Video

Fact from Far-Fetched: What you need to know about HD Video Fact from Far-Fetched: What you need to know about HD Video 1 HD - High Definition 2 A brief tour into the past... 3 4 (Left to Right): Warner's The Wizard of Oz (1939) and Republic's It's a Wonderful

More information

SCode V3.5.1 (SP-501 and MP-9200) Digital Video Network Surveillance System

SCode V3.5.1 (SP-501 and MP-9200) Digital Video Network Surveillance System V3.5.1 (SP-501 and MP-9200) Digital Video Network Surveillance System Core Technologies Image Compression MPEG4. It supports high compression rate with good image quality and reduces the requirement of

More information

PixelNet. Jupiter. The Distributed Display Wall System. by InFocus. infocus.com

PixelNet. Jupiter. The Distributed Display Wall System. by InFocus. infocus.com PixelNet The Distributed Display Wall System Jupiter by InFocus infocus.com PixelNet The Distributed Display Wall System PixelNet, a Jupiter by InFocus product, is a revolutionary new way to capture,

More information

CAPTURE CAPTURE. VERSiON 1.2. Specialists in Medical. Digital Imaging Solutions

CAPTURE CAPTURE. VERSiON 1.2. Specialists in Medical. Digital Imaging Solutions CAPTURE Add-on module for capturing images from analog video sources CAPTURE anything to DICOm VERSiON 1.2 Specialists in Medical Digital Imaging Solutions iq-capture Connect any medical device to your

More information

Video Disk Recorder DSR-DR1000

Video Disk Recorder DSR-DR1000 Video Disk Recorder F o r P r o f e s s i o n a l R e s u l t s 01 FEATURES Features Product Overview Extensive DVCAM-stream recording time The incorporates a large-capacity hard drive, which can record

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

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

Jupiter PixelNet. The distributed display wall system. infocus.com

Jupiter PixelNet. The distributed display wall system. infocus.com Jupiter PixelNet The distributed display wall system infocus.com InFocus Jupiter PixelNet The Distributed Display Wall System PixelNet is a revolutionary new way to capture, distribute, control and display

More information

Epiphan Frame Grabber User Guide

Epiphan Frame Grabber User Guide Epiphan Frame Grabber User Guide VGA2USB VGA2USB LR DVI2USB VGA2USB HR DVI2USB Solo VGA2USB Pro DVI2USB Duo KVM2USB www.epiphan.com 1 February 2009 Version 3.20.2 (Windows) 3.16.14 (Mac OS X) Thank you

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

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

TECHNICAL STANDARDS FOR DELIVERY OF TELEVISION PROGRAMMES TO

TECHNICAL STANDARDS FOR DELIVERY OF TELEVISION PROGRAMMES TO TECHNICAL STANDARDS FOR DELIVERY OF TELEVISION PROGRAMMES TO The Standards include: Technical Specifications, i.e. the technical production methods which must be used, and the parameters which all material

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

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

DC-105 Quick Installation Guide

DC-105 Quick Installation Guide DC-105 Quick Installation Guide PACKAGE CONTENTS 2 POWER ON 2 CONNECT TO A DVB-T RECEIVER 3 ADJUST THE FOCUS OF THE LENS 3 CONNECT TO A CVBS MONITOR 4 MIC-IN 4 USB UART DONGLE 5 MONITOR BOOT MESSAGES 7

More information

High Speed Data Recording: Video Recorders Find A New Application

High Speed Data Recording: Video Recorders Find A New Application High Speed Data Recording: Video Recorders Find A New Application Ralph Biesemeyer Phil Livingston Panasonic Broadcast & Television Systems Company One Panasonic Way, M S 4D-4 Secaucus NJ 07094-2999 Phone:

More information

Stream Labs, JSC. Stream Logo SDI 2.0. User Manual

Stream Labs, JSC. Stream Logo SDI 2.0. User Manual Stream Labs, JSC. Stream Logo SDI 2.0 User Manual Nov. 2004 LOGO GENERATOR Stream Logo SDI v2.0 Stream Logo SDI v2.0 is designed to work with 8 and 10 bit serial component SDI input signal and 10-bit output

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

DVS Whitepaper. DVS and JPEG2000: Hydra OEM board

DVS Whitepaper. DVS and JPEG2000: Hydra OEM board DVS and JPEG2000: Hydra OEM board 2007 Contents Overview... 3 Applications... 3 Video... 3 Decompression... 3 Security... 4 Watermarking... 4 Hardware and SDK... 5 Processing for Post Production... 5 Integration...

More information

Lossless Compression Algorithms for Direct- Write Lithography Systems

Lossless Compression Algorithms for Direct- Write Lithography Systems Lossless Compression Algorithms for Direct- Write Lithography Systems Hsin-I Liu Video and Image Processing Lab Department of Electrical Engineering and Computer Science University of California at Berkeley

More information

Traditionally video signals have been transmitted along cables in the form of lower energy electrical impulses. As new technologies emerge we are

Traditionally video signals have been transmitted along cables in the form of lower energy electrical impulses. As new technologies emerge we are 2 Traditionally video signals have been transmitted along cables in the form of lower energy electrical impulses. As new technologies emerge we are seeing the development of new connection methods within

More information

FPGA Laboratory Assignment 4. Due Date: 06/11/2012

FPGA Laboratory Assignment 4. Due Date: 06/11/2012 FPGA Laboratory Assignment 4 Due Date: 06/11/2012 Aim The purpose of this lab is to help you understanding the fundamentals of designing and testing memory-based processing systems. In this lab, you will

More information

Television brian egan isnm 2004

Television brian egan isnm 2004 Introduction Mechanical early developments. Electrical how it works. Digital advantages over analogue. brian egan isnm Mechanical television First televisions were mechanical based on revolving disc, first

More information

White Paper Lower Costs in Broadcasting Applications With Integration Using FPGAs

White Paper Lower Costs in Broadcasting Applications With Integration Using FPGAs Introduction White Paper Lower Costs in Broadcasting Applications With Integration Using FPGAs In broadcasting production and delivery systems, digital video data is transported using one of two serial

More information

EECS150 - Digital Design Lecture 12 - Video Interfacing. Recap and Outline

EECS150 - Digital Design Lecture 12 - Video Interfacing. Recap and Outline EECS150 - Digital Design Lecture 12 - Video Interfacing Oct. 8, 2013 Prof. Ronald Fearing Electrical Engineering and Computer Sciences University of California, Berkeley (slides courtesy of Prof. John

More information

for File Format for Digital Moving- Picture Exchange (DPX)

for File Format for Digital Moving- Picture Exchange (DPX) SMPTE STANDARD ANSI/SMPTE 268M-1994 for File Format for Digital Moving- Picture Exchange (DPX) Page 1 of 14 pages 1 Scope 1.1 This standard defines a file format for the exchange of digital moving pictures

More information

Analog Video Primer. The Digital Filmmaking Handbook Ben Long and Sonja Schenk

Analog Video Primer. The Digital Filmmaking Handbook Ben Long and Sonja Schenk Analog Video Primer Authors note: The 1 st, 2 nd and 3 rd editions of The Digital Filmmaking Handbook featured lots of information about working with analog video. Analog video is pretty much obsolete,

More information

DVI, HDMI, VGA, 3G-SDI, CVBS and USB are available, as are DisplayPort, HDBaseT FiberPort and H.264 IP Streaming

DVI, HDMI, VGA, 3G-SDI, CVBS and USB are available, as are DisplayPort, HDBaseT FiberPort and H.264 IP Streaming Redefined SmartSlot Fully Modular Design Throughout Input & Output along with Comm. and Preview cards feature RGBlink SmartSlot technology. SmartSlot offers auto-identification and setup of the X2 based

More information