What is Video in Multimedia. Video Video, like sound, is recorded and played an as analog signal Analog video must be digitized in order for it to put.

Slides:



Advertisements
Similar presentations
Chapter 10 Video.
Advertisements

Understanding Multimedia Elements – Sound, Animation, Video Unit C.
Section 9.1 Identify multimedia design guidelines Identify sources of multimedia files Explain the ethical use of multimedia files Describe multimedia.
Hardware Components of a Multimedia System. Objectives w Describe why hardware standards are important w Describe the MPC standard and specify its significance.
Multimedia Systems As Presented by: Craig Tomastik.
Chapter 9 Integrating Video. Digital video is a series of bitmap images that, when played back, create the illusion of movement. The quality and overall.
Embedding Multimedia Content in WebPages Seth Subramanian.
Skills: Set sample size and rate in Audacity Concepts: analog versus digital data, analog to digital conversion, digital to analog conversion, sample rate,
SCA Introduction to Multimedia
Audio data Skills: Set sample size and rate in Audacity IT concepts: analog to digital conversion, digital to analog conversion, sample rate, sample size,
Digital Video 1.
Portable Image File Viewer ENEE 408G: Multimedia Signal Processing Seun Fabayo John Glancy Gordon Krauthamer.
Chapter 7-Video.
CSc 461/561 CSc 461/561 Multimedia Systems 0. Introduction.
Streaming media over the Internet A million channels and there is still nothing on! By Samuel Shiffman Streaming Technologist Seton Hall University
                      Digital Video 1.
Multimedia Elements Sound, Animation, and Video
Image Formation and Digital Video
I Power Multimedia Technology Video Data. Video data Video is a sequence of individual pictures or frames, taken one after another. These are played back.
HYPERTEXT MARKUP LANGUAGE (HTML) Vijaya K Pandey.
Digital Video An Introduction to the Digital Signal File Formats Acquisition IEEE 1394.
Section 9.1 Section 9.2 YOU WILL LEARN TO…
Video Streaming © Nanda Ganesan, Ph.D..
Media Streaming By Derek Aten – Digital T.V. and HDTV Maria Preciado – Audio Streaming Genevieve Taduran – Data Streaming.
Chapter 5 – Multimedia Elements Standard Types of Multimedia Files Animation Files Sound Files Video Files Databases.
Using Multimedia on the Web
5.1 Video Concept Video is an excellent tool for delivering multimedia. Video places the highest performance demand on computer and its memory and storage.
Lecture 10 Data Compression.
INF Web Design Using Multimedia on the Web Sound - Part 2.
Multimedia is a program that combines:
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition, Chapter 19/20: Real-time and Multimedia Systems Inclusions from Tanenbaum,
© 2011 The McGraw-Hill Companies, Inc. All rights reserved Chapter 6: Video.
 Refers to sampling the gray/color level in the picture at MXN (M number of rows and N number of columns )array of points.  Once points are sampled,
Multimedia and The Web.
Bit-Mapped Graphic Data: Input (Capture) Hardware Multimedia – Section 2.
© C.R. Business Education Creations Digital Interactive Media An Overview.
Multimedia Elements: Sound, Animation, and Video.
Computer Concepts 2014 Chapter 8 Digital Media. 8 Digital Audio Basics  Sampling a sound wave Chapter 8: Digital Media 2.
Video & Scanning Overview IT 130 Web Graphics and Multimedia.
Video.
1 CP586 © Peter Lo 2003 Multimedia Communication Video Terminology.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Spring 2007.
MULTIMEDIA TECHNOLOGY SMM 3001 MEDIA - VIDEO. In this chapter How digital video differs from conventional analog video How digital video differs from.
XP Practical PC, 3e Chapter 15 1 Creating Desktop Video and Animation.
In this lecture, you will learn: 1 Basic ideas of video compression General types of compression methods.
Data delivery Adolf Knoll National Library of the Czech Republic.
Rick Parent - CIS681 Background Perception Display Considerations Video Technology.
Rick Parent - CIS681 Background Perception Display Considerations Film and Video, Analog and Digital Technology.
Graphic Format Factors
Class 9 LBSC 690 Information Technology Multimedia.
Fs Streaming Media a presentation by Florian Seidel.
Image File Formats. What is an Image File Format? Image file formats are standard way of organizing and storing of image files. Image files are composed.
Chapter 10. The Role of Video in Multimedia  Any presentation or application that uses sound and graphics qualifies as multimedia  Clip A segment of.
Objective Understand concepts used to create digital video. Course Weight : 5%
GIF vs. JPEG GIF and JPEG (JPG) image formats are different. You should know which to use when. Here are some examples.
VIDEO TECHNOLOGIES Iwan Sonjaya,ST.MMT,MT Computer and Informatics Engineering Dept. State Polytechnic Of Jakarta Computer and Informatics Engineering.
Concepts Used to Create Digital Audio & Video Objectives &
Information Systems Design and Development Media Types Computing Science.
1. 2  Video is an excellent tool for delivering multimedia.  Video places the highest performance demand on computer and its memory and storage.  Digital.
Interactive Multimedia Design Chapter 1 – Introduction to Multimedia.
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
Third Grade Home Directory/H-Drive The location on the server where individual users can save their work. This directory is named the same as the username.
Objective % Explain concepts used to create digital video.
Objective % Explain concepts used to create digital video.
VIDEO.
Objective % Explain concepts used to create digital video.
Objective % Explain concepts used to create digital video.
Chapter 10 Video.
Objective Explain concepts used to create digital video.
Presentation transcript:

What is Video in Multimedia

Video Video, like sound, is recorded and played an as analog signal Analog video must be digitized in order for it to put into a multimedia file Digital video has many advantages, but file size is important

Video Several elements determine file size: – Frame rate – Image size – Color depth To determine file size use the following formula: – Frames per second X image size X color depth / 8 = file size

Video Compression and Editing There are two types of video compression – Lossless – preserves the exact image throughout the compression – Lossy – eliminates some of the data in the image (provides greater compression ratios than lossless) – Remember – there is always a trade off, file size versus image quality

Video on the Internet There are two types of video transfer over the Internet – HTTP (Hypertext Transfer Protocol) – downloads the entire video to the hard drive on the user’s computer – RTSP (Real-Time Streaming Protocol) – is a continuous-playing, streaming technology in which the user’s computer is in constant contact with the server playing the video

Video Tips Color depth Reducing the color depth to less than 256 colors gives a markedly poorer-quality image. Frame rate Reducing the frame rate to less than 15 frames per second causes a noticeable and distracting jerkiness that is usually unacceptable. File sizeA technique for reducing file size is to minimize the use of video in the image that appears on the screen – that is, to create video only for the parts of an object that are changing, such as a flickering candle. The video could be played over and over to create the motion of a flickering candle.

Video Tips Display sizeIn most multimedia titles, you do not need to show full-screen video. The video can be played in a window that can be as small as one-fourth or even one-sixteenth the size of the screen. Conclusion: Changing the image size and compressing the file become the primary ways of reducing file size. In most cases, a one-quarter screen image (320 X 240), an 8- bit (256 colors) color depth, and a 15 frames per second frame rate are acceptable in a multimedia title.