Digitization of Multimedia Elements

Size: px
Start display at page:

Download "Digitization of Multimedia Elements"

Transcription

1 MULTI-MEDIA PRODUCTION Basic Multimedia Elements i. Text ii. Graphics iii. Sound iv. Video v. Animations Digitization of Multimedia Elements Analogue and digital signals Analogue signal: a continuous signal which varies over time. Digital signal: a signal represented by discrete symbols such as digits. E.g. an traditional analogue clock vs. a digital clock Digitization Analogue signals Digital signals Sample Digitization analogue signals digitizing device digital signals video in video tape video capture card digital video files (.mpg,.avi) sound captured by microphone sound card digital audio files (.wav,.mp3) image from books scanner digital images (.jpg,.gif,.bmp) real life image digital camera digital images (.jpg,.gif,.bmp) In general, the higher the quality of the digitized information, the larger the size of the digital file Text Merits of Text: Text is used in conveying messages in an accurate and unambiguous way. Compared to other multimedia elements, text is much smaller in size (1 byte for 1 English character, 2 bytes for 1 Chinese character) takes up smaller amount of store and is transmitted quickly. Codes for Characters ASCII (American Standard Codes for Information Interchange). i. Text in English are stored in ASCII codes. ii. ASCII codes can encode a total of 256 (2 8 ) characters, including English alphabets (both upper and lower cases), Arabic digits and some common symbols. Big-5, GB (GuoBiao), HZ (Hanzi). MULTIMEDIA PRODUCTION Page 1

2 i. Text in Chinese are not stored in one single standard codes. ii. They can code at most (2 16 ) characters. iii. For a web page that consists of Chinese characters, the web page constructors must specify the character set used in order to ensure that the users browsers can display the text properly. Formatting Features Character Formatting. It determines the appearance of characters, like colour, typeface, font size and font style. Paragraph Formatting. New paragraphs are created by pressing the Enter key. It includes line spacing, paragraph width and text alignment. Page Formatting. It specifies the size of paper used, orientation (landscape/portrait), margins, header and footer. Text Document Formats Text file (.txt). The files contain text codes only, without any formatting code. Thus it can be edited in all kinds of editors. Rich Text Format (.rtf). It is developed for cross-platform document interchange RTF files are actually ASCII files with special encoding codes to indicate formatting information such as fonts and margins. Word Processing Document (.doc). The files can be edited easily. The formatting codes are softwarespecific. Portable Document Format (.pdf). The files cannot be edited. The plug-in player to view the documents can be downloaded freely. The original format of the source document is preserved. Hypertext Document (.html). An HTML document is also a plain text document containing special codes (HTML tags) which tells Web browsers how to display the document. Creating Text Methods Typing through keyboard. For Chinese, special input methods like (Changjei, Quick, Phonetic, etc) are used. Scanning and then using OCR. Image of text is first captured by a text by an OCR (Optical Character Recognition) software. scanner and then changed to Handwriting ( 手寫板 ). A handwriting recognition device is used. It consists of a touch sensitive plate and a handwriting recognition software. Speech. Voice is captured by a microphone and a sound card. The text is then produced by a voice recognition software. Note that the correctness of spelling can be checked by most word processors. They checks your document for spelling errors by using their main dictionaries, i.e. a file containing most common words. (Refer to notes of Microsoft word. MULTIMEDIA PRODUCTION Page 2

3 Bits and Bytes A bit is the smallest unit of computer data. (0 or 1) 1 byte (B) = 8 bits (b) 1 kilobyte (KB) = 1024 B = 2 10 B 10 3 B 1 megabyte (MB) = 1024 KB = 2 20 B 10 6 B 1 gigabyte (GB) = 1024 MB = 2 30 B 10 9 B 1 terabyte (TB) = 1024 GB = 2 40 B B Graphics Computer graphic images are usually captured i. using digital devices, e.g. stills from digital camera or individual frames of a video from digital video recorder. ii. using scanners. iii. from screen images by pressing the Print Screen key and then pasted on documents of various applications. iv. from clipart and stock photographs from CD-ROMs or web pages. v. from computer drawing using various graphics programs, e.g. Paintbrush ( 小畫家 ), Flash, etc. Bitmap graphics vs. vector graphics (p ) Bitmap graphics. i. Under this system, images are represented as an array of pixels of various colours, e.g. images obtained from digital camera. ii. Advantage: Producing high-quality and photo-realistic images. iii. Common file formats: jpg, gif, png and bmp. Vector graphics. i. Under this system, images are geometric objects such as straight lines, ovals and arcs, e.g. graphs drawn with drawing tools of Word. ii. Advantage: a. The vector graphics can be magnified without the loss of image quality. (no zig-zag along edges) b. In general, for the same graphical image, the vector graphics version occupies less storage space. iii. Common file formats: fh (Freehand), swf (Flash) and wmf (Windows Metafile). MULTIMEDIA PRODUCTION Page 3

4 ** Conversion between vector graphics and bitmap graphics vector graphics outline tracing bitmap graphics rasterisation Bitmap graphics attributes (p ) Pixel. A pixel is the name given to a PICture Element, and refers to the smallest element used for building up a picture in a particular graphics mode. Graphical resolution (Image size). i. The dimension of a bitmap graph, i.e. the number of pixels in length times the number of pixels in width, e.g. 300 x 200. ii. Graphical resolution Output quantity and storage space. Aspect ratio. i. The ratio of the width to the height of an image. ii. If a image has a resolution of 2272 x 1704, its aspect ratio is found as follows: Colour depth. AspectRati o = 2272 :1704= = = 4 : i. The number of bits used to represent the colour of each pixel. ii. It can also be regarded as the maximum number of unique colours. iii. The number of different colours can be assigned to each pixel depends on the number of bits used to represent it. (8 bits 2 8 = 256 colours, 24 bits 2 24 = 16,777,216 colours) Colour models - the coding methods for representing colours i. RGB. ( red green blue ) (24-bit) a. For example, a light blue is represented by #9ACCFF or (154, 204, 255). b. It is commonly used to reproduce colours for screen display or projectors. ii. CMYK ( cyan magenta yellow black ) (32-bit) a. For example, a dark green (100, 50, 100, 0). b. It is commonly used in printers. iii. Grey scale (8-bit) a. From black (0) to white (255) iv. Indexed colour (8-bit, 256 colours) a. Only 256 colours selected from RGB. b. Stored in a colour table. MULTIMEDIA PRODUCTION Page 4

5 Printing Resolution. i. It is measured in dpi (dot per inch), i.e. density of dots. ii. It is usually smaller than that appears on the screen. (Minimum printing resolution may be 150 dpi while that of screen may be around 72 dpi.) Graphics file size The amount of memory to store an uncompressed bitmap image is found as follows: image width x image height x colour depth For example, the uncompressed file size of a 24-bit bitmap image with 800 x 600 pixels is, 800 x 600 pixels x 24 bits/pixel = b = B = KB Short Exercise: find the uncompressed file size of a bitmap image with the following attributes i. 256 colours with a resolution of 300 x 200 pixels 300 x 200 pixels x 8 bits/pixel = x 8 / 8 B = B 58.6 KB (cor. to 1 d.p.) ii. 32-bit colour depth with a resolution of 1600 x 1200 pixels 1600 x 1200 pixels x 32 bits/pixel = x 32 / 8 B = B = 7500 KB 7.32MB (cor. to 2 d.p.) Figure 1: Open a jpeg file using Microsoft Image Editor, then choose properties ( 屬性 ) under the file ( 檔案 ) menu, the following dialog box will be displayed, Colour depth: 2 24 = Image size: 1024 x 768 pixels Different file format for bitmap graphics, Bitmap( BMP ). Uncompressed format. Joint Photographic Experts Group ( JPG ). Lossy compressed format, i.e. not capable to get back the original uncompressed format. Suitable for compressing photos. Graphics Interchange Format ( GIF ). Lossless compressed format. Suitable for drawings. Supporting animation, transparent background and interlaced image. Portable Network Graphics ( PNG ). Similar to GIF. Lossless compressed format with smaller file size than GIF. Not supporting animation. Supporting different degrees of colour transparency. Tag Image File format ( TIF ). Common format for exchanging bitmaps between application programs. Original image format from scanner and fax. Capable of storing multiple images. MULTIMEDIA PRODUCTION Page 5

6 Figure: If you save a bitmap graphic file as a different file format using Photoshop Elements, one of the following dialog boxes with different options would be displayed as follows, For.gif files Note that: i. For lossy compression using JPEG, compression ratio = uncompressed file size : compressed file size ii. compression ratio image quantity iii. If an image needs to be edited repeatedly, use uncompressed or lossless compression format. The JPEG conversion should be reserved for final publishing. Graphics Editing and Processing (p ) Adjusting brightness and contrast. Resizing, trimming and rotating graphics. Adjusting sharpness and blur. Applying graphics filters. **Note that text on some web pages were saved in graphic format. Why? The text format can be shown exactly even the file is opened by different browsers. Moreover, more special effects can be added to the text to make it more attractive. MULTIMEDIA PRODUCTION Page 6

7 Sound (Ch. 4) Nature of sound When we make a sound, vibrations, called sound waves, are created as follows, wavelength amplitude time A sound is characterized by loudness and pitch. The Loudness, or volume, is related to the height of the wave, i.e. amplitude. The higher the wave peaks, the louder the sound is. The pitch is related to the frequency. The higher the frequency, the higher the pitch is. It is measured in hertz (Hz), i.e. number of vibrations in 1 second. Sampling and audio attributes (p ) Digitisation of sound, i.e. the process of selecting digital audio samples. Sampling rate: the number of times a sample is taken for one-second audio signal (e.g khz, 96 khz). Sample size: the amount of information stored for each sample of a time interval. (e.g. 8 bits, 16 bits) The higher the sampling rate and the larger sampling size, the higher the sampling quality will be. The rule of sampling: Sample Rate > 2 x Maximum Sound Frequency. MULTIMEDIA PRODUCTION Page 7

8 E.g. Audio channels Sample size (bit) Sampling rate (khz) Audio CD FM broadcast AM broadcast i. A recording may include one waveform ( mono ) or two waveforms ( stereo ), which simulates human hearing. ii. The amount of storage space for a stereo recording is twice that for a mono recording. Audio file size i. The amount of memory to store an uncompressed audio file is found as follows: sampling rate x sample size x no. of channels x time ii. For example, the uncompressed file size of a 3-minute stereo recording at a sampling rate of 44.1 khz and with 16-bit sample size is: 44.1 x 1000 Hz x 16 bits x 2 x 3 x 60 s= b = B 30.3 MB (cor. to 1 d. p.) Bit rate i. It is the amount of data passing through a particular point in an audio stream in one second. ii. The file size of an uncompressed audio file can be estimated Bit rate x time iii. For example, if the bit rate of a song is constant and the song lasts for 4 minutes is 128 kbps, the file size should be: 128 x 1000 kbps x 4 x 60s = b = B MB (cor. to 3 d. p.) Codec (p. 129) Audio codec is the hardware or software as a compressor and a decompressor (or a coder and a decoder) of audio files. Encoding bit rate. The bit rate used in compressing the audio file. Audio compression can be either lossy or lossless. MIDI (Musical Instrument Digital Interface) (p ) It stores the musical notes of a music played by an electronic musical instrument, such as an electronic piano or an electronic violin. A MIDI file can be view as a musical score storing digital musical instructions which represent the volume, pitch and duration of the sound from various specific musical instruments. MULTIMEDIA PRODUCTION Page 8

9 By using MIDI software, the musical notes from the score can be edited. MIDI stores codes of musical notes only. Small file size. Preparing Sound Methods Ready-made sound clips from CD-ROM or the web. Recording using a microphone in a computer or mobile phones. Recording MIDI files using MIDI keyboard and other digital musical instruments. Digitising analogue sound from various sources using a sound card. Audio File formats (p ) Wave Format (.wav ). Uncompressed audio format. It supports a variety of sampling rates ( / / 44.1 khz), sample size (8- or 16-bit) and audio channels (mono or stereo). Best audio quality but largest file size. MIDI format (.mid). MPEG-1 Audio Layer-3 (.mp3 ). It is a popular standard for lossy audio compression, which reduces the storage space required for recorded WAV audio. It removes part of the sound signals that our ears cannot detect. It supports streaming. RealAudio / RealMedia (.ra,.rm ). RealAudio is a streaming audio format developed by RealNetworks for delivering quality music efficiently on the Web. It supports lossy compression only. An audio decompression software, RealPlayer, is necessary to play RealAudio. Same audio source may be encoded in different bit-rates. Windows Media Audio (.wma,.asx ). WMA is a compressed streaming format developed by Microsoft and supports both lossless and lossy compression. Advanced Audio Coding (.aac,.m4a ). AAC is a lossy compressed streaming audio format developed by MPEG as successor of MP3. It is used as the default format in iphone and ipod. Audio Editing and Processing (p ) Adjusting volume. Applying fade in and fade out. Trimming audio file. Mixing audio files. Video (Ch. 5) A video is a full motion recording of an event. A frame is one of the still images displayed on the screen. Frames are shown successively to give an illusion of continuous motion. Unlike animation, video begins with continuous motion and breaks it up into frames. MULTIMEDIA PRODUCTION Page 9

10 Video attributes (p ) Frame size. Graphic resolution of an individual frame. Frame size video quantity. E.g. 240 x 180 pixels, 1920 x 1080 pixels. (Beware of the aspect ratio.) Colour depth. Most video have 24-bit colour depth. Frame rate. The number of frames displayed per second. E.g. 12 fps( frames per second ), 30 fps. Audio sampling size and rate. Video frames can be accompanied by audio tracks. Video standards. Different countries use different video standards for broadcasting. E.g. PAL, NTSC. Bit rate. Similar to compressed audio, it is the amount of data passing through a particular point in a video stream in one second. Video file size The amount of memory to store an uncompressed silent video image is found as follows: frame size x colour depth x frame rate x duration For example, the uncompressed silent video file size of a two-minute video with frame size 800 x 600, colour depth 24 bits and frame rate 30 fps is, 800 x 600 pixel/frame x 24 bits/pixel x 30 fps x 2 x 60s = b = B = GB(cor. to 3 d. p.) Short Exercise: find the uncompressed silent video file size of a video with the following attributes: i. 30-second video with frame size 320 x 240, colour depth 24 bits and frame rate 25 fps 320 x 240 pixel/frame x 24 bits/pixel x 25 fps x 30s = b = B = MB(cor. to 1 d. p.) ii. four-minute video with frame size 1024 x 576, colour depth 32 bits and frame rate 24 fps 1024 x 576 pixel/frame x 32 bits/pixel x 24 fps x 4 x 60s = b = B = GB(cor. to 2 d. p.) Video capture card Analogue and digital. i. Digital video source: Digital video camera and video clips from CD-ROM or the web. ii. Analogue video source: Television broadcasting and video cassette recorder. Analogue video signals are sent to the computer through a video capture card, which converts the analogue signals into digital signals, and thus can be processed by the computer. MULTIMEDIA PRODUCTION Page 10

11 Compression of video Compression of video is necessary for reducing file size and enabling live broadcast on the Internet. The standardized compression technique is Moving Picture Expert Groups (MPEG). It may still take too long time to download a entire compressed video file on the Internet. Video streaming allow the client browser start displaying the video before entire file has been transmitted. (Sample file type: ASF, WMV, RM) Sources of Video Digital video clips from CD-ROM or the web. Recording video using digital devices like digital video recorder or digital camera.. Capturing video from various analogue video source (e.g. TV signals) using video capture cards. Video File Formats (p. 111) Audio Video Interleave (.avi ). Video data and audio data are stored in an interleaved manner, so as to improve synchronization of audio playing and video playing. The file size is large and it supports many codecs. Motion Picture Experts Group (.mpg ). The group develops standards for digital video and digital audio. It is a lossy compression file format. It stores only the changes between successive frames. RealVideo (.rv,.rm ). It is a compressed streaming video format developed by RealNetwork and can be played by RealPlayer. Window Media Video (.wmv,.asf ). It is a streaming compressed video format developed by Microsoft and can be played by Microsoft Windows Media Player. QuickTime (.mov ). It is a compressed streaming video format developed by Apple and can be played by QuickTime player. It can also store other multimedia elements including text, still images and animation. Flash video (.flv ). It is used to deliver videos over the Internet with Adobe Flash Player. Highly compressed. Popular in YouTube and Google Video. Video Editing and Processing (p ) Applying video filters. Adding transition effects. Adding titles and subtitles. MULTIMEDIA PRODUCTION Page 11

12 Animation (Ch. 6) An animation is the simulation of the movement of figure objects, which is created by displaying a series of pictorial frames sequentially. Animation attributes Animation file formats. GIF animation and Flash animation. Type of Images. Vector graphic or bitmap graphic Frame Rate. A higher frame rate makes the animation smoother. E.g. 12 fps. Frame size. For bitmap graphics animation it is the graphic resolution. For vector graphics, it is resolution independent. Colour depth. GIF animation 8-bit. Flash animation 24-bit. Sound Effects Looping and autoplay. An animation starts over again and starts automatically. Two output format on the web: Animated GIF. i. Independent bitmap images are stitched together by a software. No tweening. ii. Used for only small images. iii. Shown in any browser without any plug-ins Animations of special format like Flash. i. The animated objects are vector-based. ii. Keyframes with objects are created and tweening between them is defined. iii. Plug-in must be installed in the user s computer to play the animation. Flash animation editing and processing Tween animation. In tweened animation, the user only needs to create the staring and ending frames (i.e. keyframes). Flash will create the frames in between. There are two types of tweened animation. i. Motion Tween. The postion and rotation of an object can be changed. ii. Shape Tween. The shape and colour of an object can be changed gradually (morphing). Creating Buttons. A user can interact with an animation by clicking the appropriate button, which in turn controls the flow of the animation. Using ActionScripts. The set of commands used in flash movies is called ActionScript. Adding Sound. MULTIMEDIA PRODUCTION Page 12

3.01C Multimedia Elements and Guidelines Explore multimedia systems, elements and presentations.

3.01C Multimedia Elements and Guidelines Explore multimedia systems, elements and presentations. 3.01C Multimedia Elements and Guidelines 3.01 Explore multimedia systems, elements and presentations. Multimedia Fair Use Guidelines Guidelines for using copyrighted multimedia elements include: Text Motion

More information

Elementary Computing CSC 100. M. Cheng, Computer Science

Elementary Computing CSC 100. M. Cheng, Computer Science Elementary Computing CSC 100 1 Graphics & Media Scalable Outline & Bit- mapped Fonts Binary Number Representation & Text Pixels, Colors and Resolution Sound & Digital Audio Film & Digital Video Data Compression

More information

Standard File Formats

Standard File Formats Standard File Formats Introduction:... 2 Text: TXT and RTF... 4 Grapics: BMP, GIF, JPG and PNG... 5 Audio: WAV and MP3... 8 Video: AVI and MPG... 11 Page 1 Introduction You can store many different types

More information

Prentice Hall. Learning Microsoft PowerPoint , (Weixel et al.) Arkansas Multimedia Applications I - Curriculum Content Frameworks

Prentice Hall. Learning Microsoft PowerPoint , (Weixel et al.) Arkansas Multimedia Applications I - Curriculum Content Frameworks Prentice Hall Learning Microsoft PowerPoint 2007 2008, (Weixel et al.) C O R R E L A T E D T O Arkansas Multimedia s I - Curriculum Content Frameworks Arkansas Multimedia s I - Curriculum Content Frameworks

More information

Multimedia Technology

Multimedia Technology Multimedia Application An (usually) interactive piece of software which communicates to the user using several media e.g Text, graphics (illustrations, photos), audio (music, sounds), animation and video.

More information

Multimedia on the Web

Multimedia on the Web Multimedia on the Web Graphics in web pages Downloading software & media Digital photography JPEG & GIF Streaming media Macromedia Flash Graphics in web pages Graphics are very popular in web pages Graphics

More information

MEDIA RELATED FILE TYPES

MEDIA RELATED FILE TYPES MEDIA RELATED FILE TYPES Data Everything on your computer is a form of data or information and is ultimately reduced to a binary language of ones and zeros. If all data stayed as ones and zeros the information

More information

Final Study Guide Arts & Communications

Final Study Guide Arts & Communications Final Study Guide Arts & Communications Programs Used in Multimedia Developing a multimedia production requires an array of software to create, edit, and combine text, sounds, and images. Elements of Multimedia

More information

Different File Types and their Use

Different File Types and their Use Different File Types and their Use.DOC (Microsoft Word Document) Text Files A DOC file is a Word processing document created by Microsoft Word, a word processor included with all versions of Microsoft

More information

Common Technology Words and Definitions

Common Technology Words and Definitions Common Technology Words and Definitions 77 78 Common Technology Words and Definitions: ASCII American Standard Code for Information Interchange, a code that makes it possible to send information from one

More information

Example 1: Denary = 1. Answer: Binary = (1 * 1) = 1. Example 2: Denary = 3. Answer: Binary = (1 * 1) + (2 * 1) = 3

Example 1: Denary = 1. Answer: Binary = (1 * 1) = 1. Example 2: Denary = 3. Answer: Binary = (1 * 1) + (2 * 1) = 3 1.1.1 Binary systems In mathematics and digital electronics, a binary number is a number expressed in the binary numeral system, or base-2 numeral system, which represents numeric values using two different

More information

MULTIMEDIA AND CODING

MULTIMEDIA AND CODING 07 MULTIMEDIA AND CODING WHAT MEDIA TYPES WE KNOW? TEXTS IMAGES SOUNDS MUSIC VIDEO INTERACTIVE CONTENT Games Virtual reality EXAMPLES OF MULTIMEDIA MOVIE audio + video COMPUTER GAME audio + video + interactive

More information

UNDERSTANDING MUSIC & VIDEO FORMATS

UNDERSTANDING MUSIC & VIDEO FORMATS ComputerFixed.co.uk Page: 1 Email: info@computerfixed.co.uk UNDERSTANDING MUSIC & VIDEO FORMATS Are you confused with all the different music and video formats available? Do you know the difference between

More information

M4-R4: INTRODUCTION TO MULTIMEDIA (JAN 2019) DURATION: 03 Hrs

M4-R4: INTRODUCTION TO MULTIMEDIA (JAN 2019) DURATION: 03 Hrs M4-R4: INTRODUCTION TO MULTIMEDIA (JAN 2019) Max Marks: 100 DURATION: 03 Hrs M1-R4-01-19 1.3 Which of the following tag pair is used to list the text? (a) and (b) and (c)

More information

Advanced High Graphics

Advanced High Graphics VISUAL MEDIA FILE TYPES JPG/JPEG: (Joint photographic expert group) The JPEG is one of the most common raster file formats. It s a format often used by digital cameras as it was designed primarily for

More information

Inserting multimedia objects in Dreamweaver

Inserting multimedia objects in Dreamweaver Inserting multimedia objects in Dreamweaver To insert a multimedia object in a page, do one of the following: Place the insertion point in the Document window where you want to insert the object, then

More information

Camtasia Studio 5.0 PART I. The Basics

Camtasia Studio 5.0 PART I. The Basics Camtasia Studio 5.0 Techsmith s Camtasia Studio software is a video screenshot creation utility that makes it easy to create video tutorials of an on screen action. This handout is designed to get you

More information

Obtaining video clips

Obtaining video clips Video Using video Carefully planned, well-executed video clips can make a dramatic difference in a multimedia project Use video only when all other methods (text, still images) are not enough; don t use

More information

M4.2-R4: INTRODUCTION TO MULTIMEDIA

M4.2-R4: INTRODUCTION TO MULTIMEDIA M4.2-R4: INTRODUCTION TO MULTIMEDIA NOTE: 1. There are TWO PARTS in this Module/Paper. PART ONE contains FOUR questions and PART TWO contains FIVE questions. 2. PART ONE is to be answered in the TEAR-OFF

More information

Text can be defined as a combination of letters that form sentences or words to explain or discuss a topic which is known as text information.

Text can be defined as a combination of letters that form sentences or words to explain or discuss a topic which is known as text information. MULTIMEDIA FINAL EXAM SUMMARY 1 TOPIC 5 (TEXT) Text can be defined as a combination of letters that form sentences or words to explain or discuss a topic which is known as text information. Information

More information

Professional Powerpoint Presentation II

Professional Powerpoint Presentation II Professional Powerpoint Presentation II Facilitator: Patrick Ng Fall 2012 Practical concerns in delivering presentation Creative Visual Possibility & Optimization for Presentation PPTII & IV: Quick Style,

More information

Multimedia Production and Web Authoring

Multimedia Production and Web Authoring Multimedia Production and Web Authoring Chapter 3 : Animations (Source: Book with same name from Radian Publishing Co.) Table of Contents Properties of an Animation...3 Frame Rate...3 Type of Images...3

More information

HTML5: MULTIMEDIA. Multimedia. Multimedia Formats. Common Video Formats

HTML5: MULTIMEDIA. Multimedia. Multimedia Formats. Common Video Formats LEC. 5 College of Information Technology / Department of Information Networks.... Web Page Design/ Second Class / Second Semester HTML5: MULTIMEDIA Multimedia Multimedia comes in many different formats.

More information

Lecture 19 Media Formats

Lecture 19 Media Formats Revision IMS2603 Information Management in Organisations Lecture 19 Media Formats Last week s lectures looked at MARC as a specific instance of complex metadata representation and at Content Management

More information

ACD Systems at the hub of digital imaging... 1

ACD Systems at the hub of digital imaging... 1 User Guide Table of Contents ACD Systems at the hub of digital imaging... 1 Getting Started... 2 Minimum system requirements... 2 Installing and uninstalling... 3 Starting ACD VideoMagic... 3 Starting

More information

Tablet 300x x x x1024

Tablet 300x x x x1024 PROGRAMMATIC DISPLAY Supported Display Ad Types GIF, JPEG, PNG image files 3rd Party Ad Tags from approved ad servers (HTML or raw JavaScript) Rich media expandable supported through third party with some

More information

Data Storage. Slides derived from those available on the web site of the book: Computer Science: An Overview, 11 th Edition, by J.

Data Storage. Slides derived from those available on the web site of the book: Computer Science: An Overview, 11 th Edition, by J. Data Storage Slides derived from those available on the web site of the book: Computer Science: An Overview, 11 th Edition, by J. Glenn Brookshear Copyright 2012 Pearson Education, Inc. Data Storage Bits

More information

9/8/2016. Characteristics of multimedia Various media types

9/8/2016. Characteristics of multimedia Various media types Chapter 1 Introduction to Multimedia Networking CLO1: Define fundamentals of multimedia networking Upon completion of this chapter students should be able to define: 1- Multimedia 2- Multimedia types and

More information

Lecture #3: Digital Music and Sound

Lecture #3: Digital Music and Sound Lecture #3: Digital Music and Sound CS106E Spring 2018, Young In this lecture we take a look at how computers represent music and sound. One very important concept we ll come across when studying digital

More information

ITNP80: Multimedia! Sound-II!

ITNP80: Multimedia! Sound-II! Sound compression (I) Compression of sound data requires different techniques from those for graphical data Requirements are less stringent than for video data rate for CD-quality audio is much less than

More information

12.16 Publishing Flash Movies

12.16 Publishing Flash Movies 12.16. PUBLISHING FLASH MOVIES 621 Figure 12.27: Flash: ActionScript Dialogue Window 12.16 Publishing Flash Movies When you have completed your movie, you re ready to publish Macromedia Flash MX document

More information

vinodsrivastava.com FLASH

vinodsrivastava.com FLASH vinodsrivastava.com FLASH 1. What is a Layer? Layer helps us to organize the artwork in your document. When we create a flash document it contain one layer but we can add more. Objects are placed in layer

More information

Multimedia applications

Multimedia applications applications László Kálmán 1 Csaba Oravecz 1 Péter Szigetvári 2 1 Research Institute for Linguistics Hungarian Academy of Sciences 2 Department of English Linguistics Eötvös Loránd University Lecture 9.

More information

Digital Audio. Amplitude Analogue signal

Digital Audio. Amplitude Analogue signal Digital Audio The sounds that we hear are air molecules vibrating in a wave pattern. These sound waves are measured by our ear drums and processed in our brain. As computers are digital machines, sound

More information

1.6 Graphics Packages

1.6 Graphics Packages 1.6 Graphics Packages Graphics Graphics refers to any computer device or program that makes a computer capable of displaying and manipulating pictures. The term also refers to the images themselves. A

More information

Fundamental of Digital Media Design. Introduction to Audio

Fundamental of Digital Media Design. Introduction to Audio Fundamental of Digital Media Design Introduction to Audio by Noraniza Samat Faculty of Computer Systems & Software Engineering noraniza@ump.edu.my OER Fundamental of Digital Media Design by Noraniza Samat

More information

计算原理导论. Introduction to Computing Principles 智能与计算学部刘志磊

计算原理导论. Introduction to Computing Principles 智能与计算学部刘志磊 计算原理导论 Introduction to Computing Principles 天津大学 智能与计算学部刘志磊 Analog The world is basically analog What does that mean? "Signal" is a varying wave over time e.g. sound as a running example here How Does

More information

Compression and File Formats

Compression and File Formats Compression and File Formats 1 Compressing Moving Images Methods: Motion JPEG, Cinepak, Indeo, MPEG Known as CODECs compression / decompression algorithms hardware and software implementations symmetrical

More information

Compression; Error detection & correction

Compression; Error detection & correction Compression; Error detection & correction compression: squeeze out redundancy to use less memory or use less network bandwidth encode the same information in fewer bits some bits carry no information some

More information

1. Introduction to Multimedia

1. Introduction to Multimedia Standard:11 1. Introduction to Multimedia Communication is an integral part of our life. We use various means of communication like radio, newspaper, television, theatre, movies, internet and others. These

More information

CHAPTER 2 - DIGITAL DATA REPRESENTATION AND NUMBERING SYSTEMS

CHAPTER 2 - DIGITAL DATA REPRESENTATION AND NUMBERING SYSTEMS CHAPTER 2 - DIGITAL DATA REPRESENTATION AND NUMBERING SYSTEMS INTRODUCTION Digital computers use sequences of binary digits (bits) to represent numbers, letters, special symbols, music, pictures, and videos.

More information

The Media Department File and Transfer Quick Guide 2015/16. Created by Robert Perry

The Media Department File and Transfer Quick Guide 2015/16. Created by Robert Perry The Media Department File and Transfer Quick Guide 2015/16 Created by Robert Perry 2 3 Welcome to the Quick Guide series File and Transfer This guide will help you understand file extensions and file transfer

More information

Optimizing A/V Content For Mobile Delivery

Optimizing A/V Content For Mobile Delivery Optimizing A/V Content For Mobile Delivery Media Encoding using Helix Mobile Producer 11.0 November 3, 2005 Optimizing A/V Content For Mobile Delivery 1 Contents 1. Introduction... 3 2. Source Media...

More information

Unicode. Standard Alphanumeric Formats. Unicode Version 2.1 BCD ASCII EBCDIC

Unicode. Standard Alphanumeric Formats. Unicode Version 2.1 BCD ASCII EBCDIC Standard Alphanumeric Formats Unicode BCD ASCII EBCDIC Unicode Next slides 16-bit standard Developed by a consortia Intended to supercede older 7- and 8-bit codes Unicode Version 2.1 1998 Improves on version

More information

OneClick Video Converter Free Version

OneClick Video Converter Free Version Document No.: OneClickSoftware OneClick Video Converter Free Version OneClick Software Inc. http://www.oneclicksoftware.com Page 1 Pages Order Introduction...Pages 3 Button Preview...Pages 4 How to...pages

More information

Digital Media. Daniel Fuller ITEC 2110

Digital Media. Daniel Fuller ITEC 2110 Digital Media Daniel Fuller ITEC 2110 Daily Question: Digital Audio What values contribute to the file size of a digital audio file? Email answer to DFullerDailyQuestion@gmail.com Subject Line: ITEC2110-09

More information

08 Sound. Multimedia Systems. Nature of Sound, Store Audio, Sound Editing, MIDI

08 Sound. Multimedia Systems. Nature of Sound, Store Audio, Sound Editing, MIDI Multimedia Systems 08 Sound Nature of Sound, Store Audio, Sound Editing, MIDI Imran Ihsan Assistant Professor, Department of Computer Science Air University, Islamabad, Pakistan www.imranihsan.com Lectures

More information

Introduction to Computer Science (I1100) Data Storage

Introduction to Computer Science (I1100) Data Storage Data Storage 145 Data types Data comes in different forms Data Numbers Text Audio Images Video 146 Data inside the computer All data types are transformed into a uniform representation when they are stored

More information

Image, video and audio coding concepts. Roadmap. Rationale. Stefan Alfredsson. (based on material by Johan Garcia)

Image, video and audio coding concepts. Roadmap. Rationale. Stefan Alfredsson. (based on material by Johan Garcia) Image, video and audio coding concepts Stefan Alfredsson (based on material by Johan Garcia) Roadmap XML Data structuring Loss-less compression (huffman, LZ77,...) Lossy compression Rationale Compression

More information

Image coding and compression

Image coding and compression Image coding and compression Robin Strand Centre for Image Analysis Swedish University of Agricultural Sciences Uppsala University Today Information and Data Redundancy Image Quality Compression Coding

More information

Register your product and get support at www.philips.com/welcome HMP3000 EN User manual Contents 1 Trademark notice 5 English 2 Connect and play 7 3 Control and play 11 4 Options 13 Video options 13 Audio

More information

MULTIMEDIA APPLICATIONS I ARKANSAS CAREER AND TECHNOLOGY EDUCATION, BUSINESS/MARKETING TECHNOLOGY, MULTIMEDIA APPLICATIONS I

MULTIMEDIA APPLICATIONS I ARKANSAS CAREER AND TECHNOLOGY EDUCATION, BUSINESS/MARKETING TECHNOLOGY, MULTIMEDIA APPLICATIONS I Arkansas Career and Technology Education, Business/Marketing Technology, Multimedia Applications I (Grades 10-12) MULTIMEDIA Unit 1: Introduction to Multimedia 1.1 Define multimedia and describe the basic

More information

Logo & Icon. Fit Together Logo (color) Transome Logo (black and white) Quick Reference Print Specifications

Logo & Icon. Fit Together Logo (color) Transome Logo (black and white) Quick Reference Print Specifications GRAPHIC USAGE GUIDE Logo & Icon The logo files on the Fit Together logos CD are separated first by color model, and then by file format. Each version is included in a small and large size marked by S or

More information

What is multimedia? Multimedia. Continuous media. Most common media types. Continuous media processing. Interactivity. What is multimedia?

What is multimedia? Multimedia. Continuous media. Most common media types. Continuous media processing. Interactivity. What is multimedia? Multimedia What is multimedia? Media types +Text + Graphics + Audio +Image +Video Interchange formats What is multimedia? Multimedia = many media User interaction = interactivity Script = time 1 2 Most

More information

Compression; Error detection & correction

Compression; Error detection & correction Compression; Error detection & correction compression: squeeze out redundancy to use less memory or use less network bandwidth encode the same information in fewer bits some bits carry no information some

More information

ClipArt and Image Files

ClipArt and Image Files ClipArt and Image Files Chapter 4 Adding pictures and graphics to our document not only breaks the monotony of text it can help convey the message quickly. Objectives In this section you will learn how

More information

Multimedia. What is multimedia? Media types. Interchange formats. + Text +Graphics +Audio +Image +Video. Petri Vuorimaa 1

Multimedia. What is multimedia? Media types. Interchange formats. + Text +Graphics +Audio +Image +Video. Petri Vuorimaa 1 Multimedia What is multimedia? Media types + Text +Graphics +Audio +Image +Video Interchange formats Petri Vuorimaa 1 What is multimedia? Multimedia = many media User interaction = interactivity Script

More information

Digital Media. Daniel Fuller ITEC 2110

Digital Media. Daniel Fuller ITEC 2110 Digital Media Daniel Fuller ITEC 2110 Daily Question: Which statement is True? 5 + 5 = 10 1 + 1 = 10 F + 1 = 10 Email answer to DFullerDailyQuestion@gmail.com Subject Line: ITEC2110-26 First, some mac

More information

Quick start guide to Blackboard at Keele

Quick start guide to Blackboard at Keele Quick start guide to Blackboard at Keele Table of Contents What is the KLE and why do we use it?... 3 Sign-in to the KLE... 3 Tabs and Sub-Tabs... 3 Panels and Customising the Home Tab... 3 Tools in the

More information

Multiple-Choice Questions

Multiple-Choice Questions Longman ICT Exam Series Multiple-Choice Questions FOR 2016 HKDSE EXAM & AFTER 4 Multimedia Elements and Digitization Digital Multimedia Elements 1. The following shows some BMP images which have the same

More information

GCSE Computing. Revision Pack TWO. Data Representation Questions. Name: /113. Attempt One % Attempt Two % Attempt Three %

GCSE Computing. Revision Pack TWO. Data Representation Questions. Name: /113. Attempt One % Attempt Two % Attempt Three % GCSE Computing Revision Pack TWO Data Representation Questions Name: /113 Attempt One % Attempt Two % Attempt Three % Areas of Strength Areas for Development 1. Explain how ASCII is used to represent text

More information

Funcom Multiplayer Online Games - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

Funcom Multiplayer Online Games - FTP Site Statistics. Top 20 Directories Sorted by Disk Space Property Value FTP Server ftp.funcom.com Description Funcom Multiplayer Online Games Country United States Scan Date 13/Jul/2014 Total Dirs 186 Total Files 1,556 Total Data 67.25 GB Top 20 Directories

More information

Print Services User Guide

Print Services User Guide Print Services User Guide Understanding Artwork for Print 1 Preferred Formats: Preferred formats should contain only vector-based graphics and text, and/or high-resolution images. Low resolution images

More information

Streaming Technologies Glossary

Streaming Technologies Glossary Streaming Technologies Glossary A ACELP.net ADSL AIFF Artifact Asf Asx Avi B Bitrate C C Capture card Codec CIF (QCIF) Client Industry standard audio compression technology developed by VoiceAge Corporation.

More information

Chapter 1. Data Storage Pearson Addison-Wesley. All rights reserved

Chapter 1. Data Storage Pearson Addison-Wesley. All rights reserved Chapter 1 Data Storage 2007 Pearson Addison-Wesley. All rights reserved 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

More information

DigiPoints Volume 1. Student Workbook. Module 8 Digital Compression

DigiPoints Volume 1. Student Workbook. Module 8 Digital Compression Digital Compression Page 8.1 DigiPoints Volume 1 Module 8 Digital Compression Summary This module describes the techniques by which digital signals are compressed in order to make it possible to carry

More information

ExtremeTech Technology News - FTP Site Statistics. Top 20 Directories Sorted by Disk Space

ExtremeTech Technology News - FTP Site Statistics. Top 20 Directories Sorted by Disk Space ExtremeTech Technology News - FTP Site Statistics Property Value FTP Server ftp.extremetech.com Description ExtremeTech Technology News Country United States Scan Date 14/Oct/2014 Total Dirs 281 Total

More information

Image and video processing

Image and video processing Image and video processing Digital video Dr. Pengwei Hao Agenda Digital video Video compression Video formats and codecs MPEG Other codecs Web video - 2 - Digital Video Until the arrival of the Pentium

More information

Multimedia Content. Web Architecture and Information Management [./] Spring 2009 INFO (CCN 42509) Contents. Erik Wilde, UC Berkeley School of

Multimedia Content. Web Architecture and Information Management [./] Spring 2009 INFO (CCN 42509) Contents. Erik Wilde, UC Berkeley School of Contents Multimedia Content Contents Web Architecture and Information Management [./] Spring 2009 INFO 190-02 (CCN 42509) Erik Wilde, UC Berkeley School of Information [http://creativecommons.org/licenses/by/3.0/]

More information

More HTML. Images and links. Tables and lists. <h1>running in the family</h1> <h2>tonight 9pm BBC One</h2>

More HTML. Images and links. Tables and lists. <h1>running in the family</h1> <h2>tonight 9pm BBC One</h2> More HTML Images and links Tables and lists running in the family tonight 9pm BBC One hurdles legend Colin Jackson traces his family tree to Jamaica in Who Do You Think You Are?

More information

Your very own movie studio. menu bar

Your very own movie studio. menu bar Movie Maker This presentation will get you started with using Windows Movie Maker - Your very own movie studio. It provides step by step instructions for adding photos, videos, audio files etc. Quickly

More information

Unit 6. Multimedia Element: Animation. Introduction to Multimedia Semester 1

Unit 6. Multimedia Element: Animation. Introduction to Multimedia Semester 1 Unit 6 Multimedia Element: Animation 2017-18 Semester 1 Unit Outline In this unit, we will learn Animation Guidelines Flipbook Sampling Rate and Playback Rate Cel Animation Frame-based Animation Path-based

More information

Multimedia. File formats. Image file formats. CSE 190 M (Web Programming) Spring 2008 University of Washington

Multimedia. File formats. Image file formats. CSE 190 M (Web Programming) Spring 2008 University of Washington Multimedia CSE 190 M (Web Programming) Spring 2008 University of Washington Except where otherwise noted, the contents of this presentation are Copyright 2008 Marty Stepp and Jessica Miller and are licensed

More information

Chapter 5 Images. Presented by Thomas Powell. Slides adopted from HTML & XHTML: The Complete Reference, 4th Edition 2003 Thomas A.

Chapter 5 Images. Presented by Thomas Powell. Slides adopted from HTML & XHTML: The Complete Reference, 4th Edition 2003 Thomas A. Chapter 5 Images Presented by Thomas Powell Slides adopted from HTML & XHTML: The Complete Reference, 4th Edition 2003 Thomas A. Powell Image Introduction Images are good for illustrating ideas showing

More information

General Computing Concepts. Coding and Representation. General Computing Concepts. Computing Concepts: Review

General Computing Concepts. Coding and Representation. General Computing Concepts. Computing Concepts: Review Computing Concepts: Review Coding and Representation Computers represent all information in terms of numbers ASCII code: Decimal number 65 represents A RGB: (255,0,0) represents the intense red Computers

More information

Multimedia Applications I ARKANSAS CAREER AND TECHNICAL EDUCATION, BUSINESS/MARKETING TECHNOLOGY, MULTIMEDIA APPLICATIONS I & II

Multimedia Applications I ARKANSAS CAREER AND TECHNICAL EDUCATION, BUSINESS/MARKETING TECHNOLOGY, MULTIMEDIA APPLICATIONS I & II Essentials for Design: Adobe InDesign CS Level 1, 4 th Edition 2004 (McAllister) Arkansas Career and Technology Education, Business/Marketing Technology, Multimedia Applications I & II (Grades 10-12) Multimedia

More information

Lossy compression. CSCI 470: Web Science Keith Vertanen

Lossy compression. CSCI 470: Web Science Keith Vertanen Lossy compression CSCI 470: Web Science Keith Vertanen Digital audio Overview Sampling rate Quan5za5on MPEG audio layer 3 (MP3) JPEG s5ll images Color space conversion, downsampling Discrete Cosine Transform

More information

Multimedia and Web Design (MWD) Skill Area 324: Develop Multimedia Application

Multimedia and Web Design (MWD) Skill Area 324: Develop Multimedia Application Multimedia and Web Design (MWD) Skill Area 324: Develop Multimedia Application 324.3 Use Authoring tools (25hrs) 324.2.1 Identify and Discuss available Authoring tools 324.2.2 Explore various authoring

More information

Computing in the Modern World

Computing in the Modern World Computing in the Modern World BCS-CMW-7: Data Representation Wayne Summers Marion County October 25, 2011 There are 10 kinds of people in the world: those who understand binary and those who don t. Pre-exercises

More information

TRUST USB VIDEO EDITOR

TRUST USB VIDEO EDITOR TRUST USB VIDEO EDITOR Instruction Manual Version 1.0 Thank you Thank you very much for purchasing this product from the Trust range. We wish you hours of fun with it. Please read this manual carefully

More information

What s New in Studio 6?

What s New in Studio 6? What s New in Studio 6? mimio Toll Free Support: 877.846.3721 email: techsupport@mimio.com New Zoom Icon Right click on the Zoom Icon to choose from Zoom In, Zoom Out, and Zoom Full Import File Icon Insert

More information

Computing: Digital Media Elements for Applications (SCQF level 5)

Computing: Digital Media Elements for Applications (SCQF level 5) National Unit Specification General information Unit code: F1KS 11 Superclass: CB Publication date: November 2013 Source: Scottish Qualifications Authority Version: 02 Unit purpose This Unit is designed

More information

Data Representation From 0s and 1s to images CPSC 101

Data Representation From 0s and 1s to images CPSC 101 Data Representation From 0s and 1s to images CPSC 101 Learning Goals After the Data Representation: Images unit, you will be able to: Recognize and translate between binary and decimal numbers Define bit,

More information

The Gullibility of Human Senses

The Gullibility of Human Senses The Gullibility of Human Senses Three simple tricks for producing LBSC 690: Week 9 Multimedia Jimmy Lin College of Information Studies University of Maryland Monday, April 2, 2007 Images Video Audio But

More information

Lesson 5: Multimedia on the Web

Lesson 5: Multimedia on the Web Lesson 5: Multimedia on the Web Lesson 5 Objectives Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss

More information

CHAPTER 10: SOUND AND VIDEO EDITING

CHAPTER 10: SOUND AND VIDEO EDITING CHAPTER 10: SOUND AND VIDEO EDITING What should you know 1. Edit a sound clip to meet the requirements of its intended application and audience a. trim a sound clip to remove unwanted material b. join

More information

255, 255, 0 0, 255, 255 XHTML:

255, 255, 0 0, 255, 255 XHTML: Colour Concepts How Colours are Displayed FIG-5.1 Have you looked closely at your television screen recently? It's in full colour, showing every colour and shade that your eye is capable of seeing. And

More information

Recording oral histories

Recording oral histories Florida International University FIU Digital Commons Works of the FIU Libraries FIU Libraries 3-2017 Recording oral histories Rebecca Bakker Florida International University Follow this and additional

More information

Visual Land V TOUCH PRO

Visual Land V TOUCH PRO Visual Land V TOUCH PRO Information in this manual are subject to change without notice. FEATURES 2.8 inch wide touch screen, 320X240 dot matrix full color high speed TFT screen Support MP3, WMA, RA, WAV

More information

2018 MEDIA KIT SAG-AFTRA MAGAZINE

2018 MEDIA KIT SAG-AFTRA MAGAZINE SAG-AFTRA MAGAZINE 2018 MEDIA KIT FOR YOUR CONSIDERATION SAG-AFTRA magazine PERFORMERS VOTE FOR PERFORMERS FOUR ways for you to reach 160,000 performers and entertainment executives this year! The SAG-AFTRA

More information

CISC 7610 Lecture 3 Multimedia data and data formats

CISC 7610 Lecture 3 Multimedia data and data formats CISC 7610 Lecture 3 Multimedia data and data formats Topics: Perceptual limits of multimedia data JPEG encoding of images MPEG encoding of audio MPEG and H.264 encoding of video Multimedia data: Perceptual

More information

Table of Contents. Preface...iii. INTRODUCTION 1. Introduction to M ultimedia and Web Design 1. ILLUSTRATOR CS6 1. Introducing Illustrator CS6 17

Table of Contents. Preface...iii. INTRODUCTION 1. Introduction to M ultimedia and Web Design 1. ILLUSTRATOR CS6 1. Introducing Illustrator CS6 17 Table of Contents Preface...........iii INTRODUCTION 1. Introduction to M ultimedia and Web Design 1 Introduction 2 Exploring the Applications of Multimedia 2 Understanding Web Design 3 Exploring the Scope

More information

Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE

Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE Mobile MOUSe WEB SITE DESIGN ONLINE COURSE OUTLINE COURSE TITLE WEB SITE DESIGN COURSE DURATION 19 Hours of Interactive Training COURSE OVERVIEW In this 7 session course Debbie will take you through the

More information

Part III: Survey of Internet technologies

Part III: Survey of Internet technologies Part III: Survey of Internet technologies Content (e.g., HTML) kinds of objects we re moving around? References (e.g, URLs) how to talk about something not in hand? Protocols (e.g., HTTP) how do things

More information

MP60 TABLE OF CONTENTS. HD Media Player

MP60 TABLE OF CONTENTS. HD Media Player INSTRUCTION L MANUAL TABLE OF CONTENTS MP60 HD Media Player 1. Caution 2. Features and Specifications 3. Unit and Accessories 4. Functions of Buttons on the Remote Control 5. Media Player s Connections

More information

2018 MEDIA KIT SAG-AFTRA MAGAZINE

2018 MEDIA KIT SAG-AFTRA MAGAZINE SAG-AFTRA MAGAZINE 2018 MEDIA KIT FOR YOUR CONSIDERATION SAG-AFTRA magazine PERFORMERS VOTE FOR PERFORMERS FOUR ways for you to reach 160,000 performers and entertainment executives this year! The SAG-AFTRA

More information

Lesson 5: Multimedia on the Web

Lesson 5: Multimedia on the Web Lesson 5: Multimedia on the Web Learning Targets I can: Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss

More information

Industrial Technology

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

More information

COMP : Practical 11 Video

COMP : Practical 11 Video COMP126-2006: Practical 11 Video Flash is designed specifically to transmit animated and interactive documents compactly and quickly over the Internet. For this reason we tend to think of Flash animations

More information

Export Audio Mixdown

Export Audio Mixdown 26 Introduction The function in Cubase Essential allows you to mix down audio from the program to a file on your hard disk. You always mix down an output bus. For example, if you have set up a stereo mix

More information