BD-HDMV vs BD-J Menus

Size: px
Start display at page:

Download "BD-HDMV vs BD-J Menus"

Transcription

1 BD-HDMV vs BD-J Menus and the winner is... Paul Masters A Wasting Time Production

2 Table of Contents Introduction...3 Comparison Charts...4 General...4 BD-HDMV pages vs BD-J looping chapters...5 Discussion...6 Software...6 Full screen backgrounds...6 Animated buttons...6 In / Out effects...7 Conclusion...7 Aside notes...7 Bibliography...8 Acknowledgments and Credits...9 Page 2 of 9

3 Introduction Many have asked; What's the difference between BD-HDMV and BD-J? I asked that some time ago before starting to work with HDMV. I, and others, have apparently not received much of an answer. 'Blu-ray Disc Demystified' discusses both types of menus. However, it doesn't say what the differences are. It's up to the reader to read both sections and determine the differences, if any. Following is information I have gathered about and my impression of the difference between BD-HDMV and BD-J menus. The main part of BD authoring using DSA is the same. Video and audio have the same requirements. Video and audio are placed in segments. Segments are placed in playlists. Chapters are added to segments in playlists. Secondary video / audio (PIP) are the same. Sub titles are the same. The menu is shown 'over' playing video. I have found the following main differences that are outside of the menus relating to HDMV: The color buttons on the remote are not available. Commands are not allowed at chapter points in playlist / segments. DSA Actions / Conditions at playlist Start / End will be ignored. They are BD-J and not BD-HDMV commands. The commands are similar to DVD commands and are placed either with buttons in the menu or in a Movie Object which is like a DVD script. As the menu design and implementation is the biggest difference, this document will concentrate mostly on menus. The information in this document was obtained by reading and testing and trial and error. There may be more information and differences than presented here. Page 3 of 9

4 Comparison Charts General General: Bytes per pixel for all menu elements BD-HDMV 1 BD-J 4 Implemented Taken from a 256 entry table (palette). Each transparent pixel takes 1 entry. One palette for all elements in a menu. 1 byte for each: red, blue, green 1 byte for transparency Number of colors Maximum of 256 'colors' per palette. Millions of colors Image buffer 16MB 32.5MB (DSA limit) all images, all pages in a menu all images, all menus on a disc Pages All related pages in same menu. N/A 5 Controlled with commands. Each with own video background? No Yes 5 Each with own audio track(s)? No Yes 5 Creation PhotoShop PSD PhotoShop PSD Use DSA or Scenarist format. Use DSA format Processing IGEdit DSA / Mosaic Implementation Each menu has one or more pages. Show any menu over any playlist. Assign menu to one or more playlists. Always on mode, menu displays from start of playlist until playlist is exited. Popup mode for popup menus. Menu appearance, disappearance controlled with actions / conditions. All menus are popup menus. Each menu page is shown separately. More than one menu may be shown at the same time. 3 In / Out Effects Yes 4 Limited 1 Buttons: Default selected Yes Selected in a menu action. Auto action Yes No. Use actions / conditions. Animation Yes 4 No 2 Command execution At button Enter (Activate state) only. At button Enter (Activate State). Left, Right, Up, Down specified for button navigation only. 6 Left, Right, Up, Down may be used for button navigation. Or May be used for any valid action allowing for complex menu design. 1 DSA provides moving the menu on or off the screen from top, bottom, left or right. Custom effects may be created by putting menu elements in the background and using looping chapters. 2 Button animation may be created by putting button images in the background video and using looping chapters. 3 Menus and buttons shown at the same time may not overlap. 4 Requires Scenarist format PSD. 5 Pages emulated using looping chapters. Controlled with actions / conditions. 6 Dummy buttons on the page may be 'navigated' to emulating the BD-J function. However, that requires more complex menus and programming. Page 4 of 9

5 BD-HDMV pages vs BD-J looping chapters BD-HDMV Pages BD-J looping chapters Display All show over the same video / audio Each may have own video / audio Switch response Quick Video freeze, no audio for about 1 second when using looping chapters. Otherwise see End of playlist response. End of playlist response 1 to 2 second black screen, no audio no way to avoid 1 to 2 second black screen, no audio when switching playlists. To avoid, use looping chapters. Controlled by Commands in menu Actions at chapters Control page entry / exit Speed Implemented Yes - some what limited. See Switch response. Using In/Out effects. May require complicated programming. 1 DSA provides moving the menu on or off the screen from top, bottom, left or right. Using background video and chapters for entry / exit points provide flexibility. Yes 1 See Switch response. Using actions at chapters. Fairly simple - depending on design. Page 5 of 9

6 Discussion Software BD-J may be authored using DoStudio Authoring edition and above. BD-HDMV may be authored using DoStudio EX edition and above with the included IGEdit application. BD-J uses a JAVA program that is 'written' by DSA using the information entered by the author. That program is run by the JAVA Virtual Machine (JVM) in the player. It controls the player according to the authors 'instructions'. JAVA is multithreaded, that is, it may perform more than one operation at a time. A menu is 'created' as required using the images in the image buffer. BD-HDMV uses commands written by the author. Those commands are compiled into a binary form by DSA (the Movie Object) or IGEdit (the menu). The execution of those commands is a very simple, one at a time process. The commands and the processing method are similar to those for a DVD. A menu is embedded into the data stream of the playlist it is assigned to by the author. Full screen backgrounds Full screen backgrounds are generally not viable for HD using either BD-HDMV or BD-J due to the large amount of image buffer they require. BD-HDMV: 1920 x 1080 x 1 = 2,073,600 = about 7 pages BD-J: 1920 x 1080 x 4 = 8,294,400 = about 3 pages The above does not include the space required for buttons with one to three state images each. There may be additional space used per button state with HDMV depending on IGEdit processing. BD-J looping chapters take more work to setup. BD-HDMV page control may become complex depending on the design. BD-J has the advantage because with looping chapters, each menu (page) may have it's own motion background and audio. All BD-HDMV pages in a menu show over the same background. Timing video / audio to a viewer selection is not possible. Animated buttons BD-HDMV has the advantage primarily because DSA BD-J does not have animated buttons. Although button images may be small, they do take space in the image buffer. If there are a lot of images (frames) in the animation, or a number of buttons with different images or animation, the image buffer size could be exceeded. All images in a menu use the same palette of 256 colors. Using a number of different colors may result in unexpected values. This is not to say that it isn't possible to have animated buttons in DSA BD-J, it is just a lot more work for the designer, the artist, the NLE editor and the author. On the other hand, using looping chapters, the possibilities are far greater with BD-J if you have the time to create the video and chapters and the needed code to tie it together and make it work. Consider with BD-J: The image is in the background video. It doesn't take up space in the image buffer. It's not in the menu definition and therefore the rule about no overlapping menus or buttons doesn't apply. Page 6 of 9

7 In / Out effects BD-HDMV with IGEdit is far more flexible than the effects provided in DSA BD-J. In DSA BD-J the menu may be moved on or off the screen from top, bottom, left or right. In BD-HDMV using IGEdit, the movement can be essentially from anywhere to anywhere. And, while it takes more work, the menu can be faded in or out. Doing all the work in IGEdit manually is a very tedious and very time consuming process. Getting the images into IGEdit is another matter entirely and can be an extremely interesting process with quite unpredictable results. Before attempting to create the simplest effect manually in IGEdit, see the script mentioned in the bibliography below. As mentioned above in animated buttons, this is not to say that it isn't possible to have In / Out effects in DSA BD-J, it is just a lot more work for everyone. Actually, as all of the menu is likely already in the video in the looping chapters, the simple slide on / off or fade in / out adds little extra work. Consider with BD-J: The image is in the background video. It doesn't take up space in the image buffer. It's not in the menu definition and therefore the rule about no overlapping menus or buttons doesn't apply. (This is so important that I thought it would bear repeating.) Conclusion And the winner is... up to you. As it always has been. For me, there is almost no choice BD-J. That is mainly due to the one biggest limitation with BD-HDMV and that is not having commands at chapters. OK, you don't need commands at chapters, or indeed chapters, to go from one HDMV menu page to another. But consider what happens when the menu playlist ends? Yes, it can loop back to the start, but there will be a 1 to 2 second blank screen while that happens. No matter how long you make the menu loop, that will happen. And, you do need commands at chapters for more advanced authoring. It sounds like I am prejudiced to BD-J. I admit am. I did try to be impartial in creating the chart. I tried to be impartial in the Discussion section and was mostly successful. If it weren't for the ease of creating simple In/Out effects and animated buttons, I wouldn't consider using HDMV at all. Aside notes The following are some important items I discovered about BD-HDMV that are not directly related to menus. A TITLE must reference a Movie Object. When a command specifies a TITLE, it is the attached Movie Object code that plays the TITLE (playlist actually). The Movie Object can do anything you want it to do. Note that in the Blu-ray Disc Titles / Blu-ray Titles Setup tab the First Play and Top Menu specify a TITLE, so those TITLEs must specify a Movie Object number in their Attached Movie Object field and those Movie Objects must have commands to play the related playlists. On the other hand, a Movie Object doesn't have to be related to anything. It can be specified in a command and then the commands in it can do anything you want them to do. Be aware: TITLEs are added starting with 1 and Movie Objects are added starting with 0 and the number is incremented by 1 for each new entry. Removing a TITLE or Movie Object from their respective list will cause the following entries in that list to be renumbered filling in the deleted number. The commands in Movie Objects or menus that reference these renumbered items are not updated! Generally you must keep track of three sets of numbers: Playlist. TITLE. Movie Object. Page 7 of 9

8 Bibliography All the following may be found on the DSA support site ( BLOG page). DVD to BD-J Transition or Going around in Circles A description of my journey from DVD to BD-J menus and what I discovered. HDMV Animated buttons an easier way A PDF, a video, a sample PSD and a complete DSA project showing how to create animated buttons in HDMV. Also included are two PhotoShop scripts to make the PSD creation easier. HDMV Animated Buttons V 2.0 Updated PhotoShop scripts with new features and better useability. HDMV InOut Effects PhotoShop Script A PDF manual explains the IGEdit process. A PhotoShop script removes all the IGEdit drudgery. Three samples and a DSA project show some of the scripts capabilities. Creating the images is up to you. HDMV InOut Effects PhotoShop Script v 1.5 Updated PhotoShop script and an addendum PDF. Included are files related to an 'impossible' menu. HDMV Menu DLIES Selective copy PhotoShop Script A PhotoShop script to copy selected items / fields / variables from a previous IGEdit DLIES file to one that contains updates made to a PSD so that the prior work can be retained without having to reenter it. DSA BD-J concept: Default / Active / Main Menu A PDF on what DSA BD-J means by Default Menu, Active Menu and Main Menu. Two sample projects are also included. Not one of mine, but a good reference when starting to work with HDMV: Experts Corner Real World 3D Example Goat Story 3D by Christoph Schmidt DVDesign GmpH, Germany Even if you are not doing 3D, it has a detailed step by step description on how to set up DSA and IGEdit for HDMV. Just ignore the 3D parts. Page 8 of 9

9 Acknowledgments and Credits If this is useful to you, you may donate using PayPal and Thank you. This document is copyright 12/2012 by Paul Masters A Wasting Time Production except when that conflicts with another products copyright. DoStudio / DSA is copyright by Sony Creative Software Inc. PhotoShop and PSD is copyright by Adobe. IGEdit is copyright by DVDLogic. Scenarist is copyright by Rovi Corp. 'Blu-ray Disc Demystified' Authors: Jim Taylor, Charles G. Crawford, Christen M. Armbrust, and Michael Zink Published and copyright 2009 by The McGraw-Hill Companies, Inc. Page 9 of 9

If you have any questions you are invited to contact me:

If you have any questions you are invited to contact me: Real World Example Goat Story 3D Simple 3D HMDV Blu-ray project by Christoph Schmidt, DVDesign GmbH, Germany 1. Introduction Hi together, I would like to author a quite simple 3D HDMV project with you,

More information

Scenarist BD Professional Plus The world standard for Blu-ray Disc authoring

Scenarist BD Professional Plus The world standard for Blu-ray Disc authoring Scenarist BD Professional Plus The world standard for Blu-ray Disc authoring Scenarist is a comprehensive suite of powerful Blu-ray Disc creation tools that provide your business with everything you need

More information

PlayStation is a registered trademark and PSP is a trademark of Sony Computer Entertainment Inc.

PlayStation is a registered trademark and PSP is a trademark of Sony Computer Entertainment Inc. Revised June 20, 2012 ACID, ACIDized, ACIDplanet.com, ACIDplanet, the ACIDplanet logo, ACID XMC, Artist Integrated, the Artist Integrated logo, Beatmapper, Cinescore, CD Architect, DoStudio, DVD Architect,

More information

Programming HD DVD and Blu-ray Diso The HD Cookbook

Programming HD DVD and Blu-ray Diso The HD Cookbook Programming HD DVD and Blu-ray Diso The HD Cookbook Michael Zink Philip C. Starner Bill Foote Mc Gravu Hill New York Chicago San Francisco Lisbon London Madrid Mexico City Milan New Delhi San Juan Seoul

More information

Using advanced DVD authoring techniques with Encore

Using advanced DVD authoring techniques with Encore Adobe Encore CS4 Project 8 guide Using advanced DVD authoring techniques with Encore This guide shows you how to use Adobe Encore CS4 to build customized menus, buttons, text, and graphics by using Encore

More information

Interface. 2. Interface Adobe InDesign CS2 H O T

Interface. 2. Interface Adobe InDesign CS2 H O T 2. Interface Adobe InDesign CS2 H O T 2 Interface The Welcome Screen Interface Overview The Toolbox Toolbox Fly-Out Menus InDesign Palettes Collapsing and Grouping Palettes Moving and Resizing Docked or

More information

Blu Ray Burning in MZ280 Step 1 - Set Toast up to burn a Blu-ray Video Disc.

Blu Ray Burning in MZ280 Step 1 - Set Toast up to burn a Blu-ray Video Disc. Blu Ray Burning in MZ280 Step 1 - Set Toast up to burn a Blu-ray Video Disc. Open Toast. On the main screen, click the Video button in the upper-left portion of the screen, and select Blu-ray Video from

More information

Compressing loads of content into only 20mb

Compressing loads of content into only 20mb Compressing loads of content into only 20mb A case study through Swords & Soldiers for WiiWareTM Joost van Dongen What's to come Introduction Texture compression Text compression Audio Executable size

More information

Publishing Electronic Portfolios using Adobe Acrobat 5.0

Publishing Electronic Portfolios using Adobe Acrobat 5.0 Step-by-Step Publishing Electronic Portfolios using Adobe Acrobat 5.0 2002, Helen C. Barrett Here is the process we will use to publish a digital portfolio using Adobe Acrobat. The portfolio will include

More information

Business Process Document Student Records: Posting Transfer Credit in Batch

Business Process Document Student Records: Posting Transfer Credit in Batch Department Responsibility/Role File Name Version Document Generation Date 11/21/2007 Date Modified 11/30/2007 Last Changed by Status SA 8.9 - Student Records, Transfer Credit Evaluation Posting Transfer

More information

Burn Movies On Onedrive

Burn Movies On Onedrive Instructions For Use Windows Dvd Maker To Burn Movies On Onedrive The latest version was released in 2012 as Windows Movie Maker 2012 for Using Windows DVD Maker, you can burn a WMV file to DVD directly.

More information

How to add video effects

How to add video effects How to add video effects You can use effects to add a creative flair to your movie or to fix exposure or color problems, edit sound, or manipulate images. Adobe Premiere Elements comes with preset effects

More information

Leawo Free Blu-ray Player for Mac User Guide

Leawo Free Blu-ray Player for Mac User Guide Leawo Free Blu-ray Player for Mac User Guide A Detailed Introduction to Leawo Free Blu-ray Player for Mac on How to Use Leawo Free Blu-ray Player for Mac to Play Blu-ray, DVD, HD Video, Audio and ISO Files

More information

General Error Final Cut Pro While Rendering

General Error Final Cut Pro While Rendering General Error Final Cut Pro While Rendering Update FCPX (currently 10.1.4) and the Pro Video Formats (currently 2.0) to the latest Hold down the option key while launching FCPX and create a new blank Library.

More information

Click the buttons in the interactive below to learn how to navigate and interact with slides in the

Click the buttons in the interactive below to learn how to navigate and interact with slides in the PowerPoint 2010 Getting Started with PowerPoint Introduction Page 1 PowerPoint 2010 is a presentation software that allows you to create dynamic slide presentations that may include animation, narration,

More information

Flash Domain 4: Building Rich Media Elements Using Flash CS5

Flash Domain 4: Building Rich Media Elements Using Flash CS5 Flash Domain 4: Building Rich Media Elements Using Flash CS5 Adobe Creative Suite 5 ACA Certification Preparation: Featuring Dreamweaver, Flash, and Photoshop 1 Objectives Make rich media content development

More information

WORLD FIRST. In our first ever Flash MX 2004 tutorial, we take a look at the new ease-of-use features that can turn anyone into a Flash guru.

WORLD FIRST. In our first ever Flash MX 2004 tutorial, we take a look at the new ease-of-use features that can turn anyone into a Flash guru. ART90.flash 14/10/03 3:27 pm Page 24 Tutorial WORLD FIRST In our first ever Flash MX 2004 tutorial, we take a look at the new ease-of-use features that can turn anyone into a Flash guru ILLUSTRATION BY

More information

Working with Adobe Premiere Pro CS4

Working with Adobe Premiere Pro CS4 Working with Adobe Premiere Pro CS4 Setup When you open Premiere Pro CS4, you see a window that allows you to either start a new project, open an existing project or search Premiere's help menu. For the

More information

Windows Movie Maker. The Toolbar. The Toolbar

Windows Movie Maker. The Toolbar. The Toolbar Windows Movie Maker The Menu Bar The Menu Bar gives access to all parts of the program. On the Menu Bar, click on File. Notice the choices of Save Project As and Save Movie File o Choose Save Project As

More information

How to make a PDF from inside Acrobat

How to make a PDF from inside Acrobat How to make a PDF from inside Creating a PDF using Features 1. Create PDF From File>Create PDF... A. Converts a source document into a PDF B. The fonts, formatting graphics, and color from the source file

More information

An Introduction to Editing Video with Adobe Premiere Pro 1.5

An Introduction to Editing Video with Adobe Premiere Pro 1.5 An Introduction to Editing Video with Adobe Premiere Pro 1.5 Contents Page 1 - Preparing to edit 3 2 - Starting Premiere, Creating a new Project, and the Premiere Interface 4 2a - Creating a new Project

More information

Review the interactive to learn how to navigate and interact with slides in the PowerPoint window.

Review the interactive to learn how to navigate and interact with slides in the PowerPoint window. Getting Started with PowerPoint Introduction Page 1 PowerPoint 2010 is a presentation software that allows you to create dynamic slide presentations that may include animation, narration, images, videos

More information

CDs & DVDs: Different Types of Disk Explained

CDs & DVDs: Different Types of Disk Explained CDs & DVDs: Different Types of Disk Explained C 200 / 1 Don t Waste Money Buying the Wrong Type Find Out Which Disks Your PC Can Use! Your PC almost certainly has at least one CD/DVD drive. In its most

More information

Apple idvd 11 Tutorial

Apple idvd 11 Tutorial Apple idvd 11 Tutorial GETTING STARTED idvd is a program that allows you to create a DVD with menus and graphics of a professionally made commercial disc to play on your home DVD player. To Begin your

More information

imovie Basics

imovie Basics imovie Basics 4. 1. 2011 Text is today!s Latin. It is through text that we elites communicate. For the masses, however, most information is gathered through other forms of media: TV, film, music, and music

More information

Index. Guide. Camera Detect Event Guide. AcuraVision

Index. Guide. Camera Detect Event Guide. AcuraVision Index Guide of Camera Detect Events in AcuraVision How to use Motion Detection... 2 How to use Missing & Left Object Detection... 4 How to use Secure Zone Detection... 6 How to use Flow Counting feature...

More information

Using Flex 3 in a Flex 4 World *

Using Flex 3 in a Flex 4 World * OpenStax-CNX module: m34631 1 Using Flex 3 in a Flex 4 World * R.G. (Dick) Baldwin This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 Abstract Learn how

More information

ADOBE PRESENTER Version 7.0 for Windows PowerPoint 2007 (for Windows only)

ADOBE PRESENTER Version 7.0 for Windows PowerPoint 2007 (for Windows only) Student User Manual: ADOBE PRESENTER Version 7.0 for Windows PowerPoint 2007 (for Windows only) CENTER FOR INSTRUCTIONAL & LEARNING TECHNOLOGIES/ITSS THE UNIVERSITY OF NORTH DAKOTA Adobe Presenter QUICK

More information

Instructions For Burn A Cd On Itunes Windows 8 Using Nero

Instructions For Burn A Cd On Itunes Windows 8 Using Nero Instructions For Burn A Cd On Itunes Windows 8 Using Nero Description. Nero AirBurn Simply burn content to CD, DVD, or Blu-ray Disc over Wi-Fi Nero AirBurn App makes copying and archiving the precious

More information

Adobe Premiere Elements For Dummies (For Dummies (Computers)) PDF

Adobe Premiere Elements For Dummies (For Dummies (Computers)) PDF Adobe Premiere Elements For Dummies (For Dummies (Computers)) PDF Adobe Premiere Elements offers amateur and home moviemakers the opportunity to work with editing tools as powerful as those packed into

More information

User Guide for Leawo Video Converter Ultimate

User Guide for Leawo Video Converter Ultimate User Guide for Leawo Video Converter Ultimate - How to Use Leawo Video Converter Ultimate Here is a user guide that shows you how to properly use Leawo Video Converter Ultimate. The guide presented here

More information

Downloaded from

Downloaded from Chapter 4 Advance features of MS PowerPoint Inside this chapter : Inserting different objects (i.e. images, Word Arts, audio & video etc.), Transitions in slide, Custom Animation with text. PowerPoint

More information

Impress Guide. Chapter 1 Introducing Impress

Impress Guide. Chapter 1 Introducing Impress Impress Guide Chapter 1 Introducing Impress Copyright This document is Copyright 2005 2009 by its contributors as listed in the section titled Authors. You may distribute it and/or modify it under the

More information

PowerPoint 2016 Advanced for Windows

PowerPoint 2016 Advanced for Windows 1 PowerPoint 2016 Advanced for Windows PowerPoint 2016 Advanced for Windows Training Objective To learn advanced features of PowerPoint 2016 in order to create more elaborate presentations. What you can

More information

Post-Production. Ashwin Saraf Brian Block Sam Bantner Travis Bagley

Post-Production. Ashwin Saraf Brian Block Sam Bantner Travis Bagley Post-Production Ashwin Saraf Brian Block Sam Bantner Travis Bagley Post-Production What is Post-Production? A Formal Definition: Post Production- The technical processes, as cutting, editing, and post-synchronization,

More information

Enjoy the hottest Streaming Music with NAS

Enjoy the hottest Streaming Music with NAS Enjoy the hottest Streaming Music with NAS Why Should You Give Spotify a Try How to Use Spotify with QNAP NAS Versatile Audio Output Approach Versatile HD Station Manipulation Approach Why Should You Give

More information

SMK SEKSYEN 5,WANGSAMAJU KUALA LUMPUR FORM

SMK SEKSYEN 5,WANGSAMAJU KUALA LUMPUR FORM SMK SEKSYEN 5,WANGSAMAJU 53300 KUALA LUMPUR FORM 5 LEARNING AREA 4 MULTIMEDIA Ramadan, SMK Pekan 2007 MULTIMEDIA LESSON 21 MULTIMEDIA CONCEPTS DEFINITION OF MULTIMEDIA Multimedia has been used in many

More information

B.Sc. VI SEM (CS+BIO)

B.Sc. VI SEM (CS+BIO) Unit I Creating presentation using Slide master and Template in various Themes & Variants. If you want your presentation to contain more than one theme (layouts that contain backgrounds, colors, fonts,

More information

Introduction to Microsoft PowerPoint 2000

Introduction to Microsoft PowerPoint 2000 Introduction to Microsoft PowerPoint 2000 TABLE OF CONTENTS Accessing PowerPoint 2000... 3 Starting a Presentation... 3 About the Editing Screen in Normal Screen View... 4 About Menu Displays in PowerPoint

More information

Real Player 10 Manual For Windows 7 New Version

Real Player 10 Manual For Windows 7 New Version Real Player 10 Manual For Windows 7 New Version RealTimes (with RealPlayer) 18.0.0.112 : A new way to share your photos and videos. 7, Good, Good Report software Latest version: 18.0.0.112 20/05/15, Last

More information

12 Steps for Creating Your Project Successfully

12 Steps for Creating Your Project Successfully 12 Steps for Creating Your Project Successfully Step 1: One group member will open Google Slides and create a new blank presentation. Step 2: Click on the words Untitled presentation in the upper left

More information

Creating an Animated Navigation Bar in InDesign*

Creating an Animated Navigation Bar in InDesign* Creating an Animated Navigation Bar in InDesign* *for SWF or FLA export only Here s a digital dilemma: You want to provide navigation controls for readers, but you don t want to take up screen real estate

More information

Instructions Not Included Blu Ray Rip >>>CLICK HERE<<<

Instructions Not Included Blu Ray Rip >>>CLICK HERE<<< Instructions Not Included Blu Ray Rip Rip any blu-ray to common video format, enjoy blu-ray on any of your Copy any Blu-ray to computer as BDMV folder or iso file. Instructions Not Included DVDFab Blu-ray

More information

D CLIENT for DIRECTOR/DIRECTOR PRO Series Publishing System Operator s Guide

D CLIENT for DIRECTOR/DIRECTOR PRO Series Publishing System Operator s Guide D CLIENT for DIRECTOR/DIRECTOR PRO Series Publishing System Operator s Guide The DIRECTOR/DIRECTOR PRO is a state-of-the-art CD/DVD publishing system and duplicator. It is designed to create, duplicate

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

Screencast.com. Getting the Most from Your Screencast.com Account. July TechSmith Corporation. All rights reserved.

Screencast.com. Getting the Most from Your Screencast.com Account. July TechSmith Corporation. All rights reserved. Screencast.com Getting the Most from Your Screencast.com Account July 2009 2009 TechSmith Corporation. All rights reserved. Contents Contents...2 First Things First: Get Organized...3 Get Familiar with

More information

COMMON WINDOWS 10 QUESTIONS & ANSWERS

COMMON WINDOWS 10 QUESTIONS & ANSWERS COMMON WINDOWS 10 QUESTIONS & ANSWERS Windows 10 is a blend of the best features of Windows 7 and 8.1 but many people are frustrated when they can t find a feature or fix they were used to in one of the

More information

Manually Window Xp Service Pack 3 Iso Image

Manually Window Xp Service Pack 3 Iso Image Manually Window Xp Service Pack 3 Iso Image How to download and install Service Pack 3 for Windows XP Optionally, create a disk image backup, as described in the Configure AOMEI Backupper article. The

More information

Edge Television Advertisement. -Open the 3 images of TV characters and the network logo in Photoshop. Your images must be high resolution images!

Edge Television Advertisement. -Open the 3 images of TV characters and the network logo in Photoshop. Your images must be high resolution images! -Open the 3 images of TV characters and the network logo in Photoshop. Your images must be high resolution images! -Use Layer Styles to add a White Stroke of 5 pixels to each image you cut out. This will

More information

Lesson 1. Importing and Organizing Footage using Premiere Pro CS3- CS5

Lesson 1. Importing and Organizing Footage using Premiere Pro CS3- CS5 Lesson 1 Importing and Organizing Footage using Premiere Pro CS3- CS5 When working with a video editor the video source will come from either a capturing process or importing video clips into the editing

More information

After Effects - Scrolling Credits

After Effects - Scrolling Credits After Effects - Scrolling Credits HOW TO MAKE SCROLLING CREDITS IN ADOBE AFTER EFFECTS Making your credits in Adobe Photoshop CS In Photoshop - Open up the file called template.psd this can be downloaded

More information

How to create interactive documents

How to create interactive documents Adobe InDesign Guide How to create interactive documents You can use Adobe InDesign to create dynamic web content or interactive documents. InDesign supports export to web-ready HTML or interactive PDF.

More information

Prezi PREZI ONLINE ACCOUNT START FROM A TEMPLATE

Prezi PREZI ONLINE ACCOUNT START FROM A TEMPLATE Prezi PREZI ONLINE ACCOUNT Go to www.prezi.com/pricing/edu and sign up for an online only account. This account is available anywhere in the world as long as you have access to the internet. After creating

More information

Table of Contents. iii

Table of Contents. iii Photo to Movie 4.5 Table of Contents Photo to Movie Introduction... 1 Introduction... 1 Installation... 2 Organizing Your Movie... 5 Planning your movie... 5 Adding photos to your slide show... 5 Choosing

More information

Accessing Pervasive Status Codes From Applications

Accessing Pervasive Status Codes From Applications Accessing Pervasive Status Codes From Applications A White Paper From For more information, see our web site at Accessing Pervasive Status Codes From Applications Last Updated: 05/26/2009 One of the most

More information

Microsoft PowerPoint. - Package for CD Feature (Windows & Macintosh) - Make Movie Feature (Macintosh Only)

Microsoft PowerPoint. - Package for CD Feature (Windows & Macintosh) - Make Movie Feature (Macintosh Only) Microsoft PowerPoint - Package for CD Feature (Windows & Macintosh) - Make Movie Feature (Macintosh Only) ITS / Center for Teaching & Learning Dr. Luanne Fose Revised October 23, 2007 PowerPoint for Windows

More information

Pinnacle Studio Hd Manual 16 Full Version For Windows 7

Pinnacle Studio Hd Manual 16 Full Version For Windows 7 Pinnacle Studio Hd Manual 16 Full Version For Windows 7 Take on any video editing challenge with our most complete version of Pinnacle Studio. Create breathtaking movies with support for 4K Ultra HD video.

More information

Discover Kaseya FAQ for KSDU

Discover Kaseya FAQ for KSDU Q: Are additional licenses needed for the Policy Manager? A: Licensing questions should be brought to your sales representative Q: Are Windows service packs supported? A: Yes. Any Manual Install Only SP's

More information

Video Modeling & Video Self-Modeling: Research to Practice

Video Modeling & Video Self-Modeling: Research to Practice Video Modeling & Video Self-Modeling: Research to Practice It s Showtime with ShowBiz Presented by the Virginia Department of Education s Autism Priority Project Developed by Teresa Lyons, T-TAC/VT How

More information

First Edition. seyaro The Learning Centre for Development. SCoPA SCoPA SCoPA. SCoPA. Robert YAWE S.

First Edition. seyaro The Learning Centre for Development. SCoPA SCoPA SCoPA. SCoPA. Robert YAWE S. SCoPA SCoPA SCoPA seyaro The Learning Centre for Development First Edition SCoPA Robert YAWE S. Simplified computer programming And Application seyaro.com Experience with Hands-on Chapter Three First Edition

More information

Created by: Leslie Arakaki

Created by: Leslie Arakaki Created by: Leslie Arakaki LEI Aloha Grant Page 1 Starting PowerPoint: PowerPoint-ing your work! For Macintosh computers with PowerPoint 2001 1. Double click on the icon. Using the Design Template feature

More information

Video Tutorial Windows Movie Maker 2012 No

Video Tutorial Windows Movie Maker 2012 No Video Tutorial Windows Movie Maker 2012 No Sound This quick tutorial will show how to import such videos into Movie Maker, how to rotate and export them as new video with the correct orientation. How To

More information

Web Accessibility Checklist

Web Accessibility Checklist Web Accessibility Checklist = Web Content Accessibility Guidelines published by the World Wide Web Consortium (W3C) 508 = Section 508 of the Rehabilitation Act = Both CATE and Moodle take care of the rule

More information

User Guide for Leawo Prof. Media - How to Use Leawo Prof. Media

User Guide for Leawo Prof. Media - How to Use Leawo Prof. Media User Guide for Leawo Prof. Media - How to Use Leawo Prof. Media Leawo Prof. Media is an all-in-one total video converter solution. This total media converter suite could do various things for you: convert

More information

ITunes. itunes works with Windows 2000, XP, Windows Server 2003, Mac OS X and it also works on a few cellular phones.

ITunes. itunes works with Windows 2000, XP, Windows Server 2003, Mac OS X and it also works on a few cellular phones. ITunes itunes is an online digital media player application that is used for playing and organizing music and video files. itunes was launched by the Apple Computer company in 2001 and it's been going

More information

Microsoft PowerPoint Tutorial

Microsoft PowerPoint Tutorial Microsoft PowerPoint Tutorial GETTING STARTED Microsoft PowerPoint is one of the most popular presentation programs supported by both Mac and PC platforms. Microsoft PowerPoint can be used to create interactive

More information

Adobe Premiere Elements 12

Adobe Premiere Elements 12 Adobe Premiere Elements 12 Marketing Copy for Channel Partners: North America Adobe Premiere Elements 12 The following copy blocks can be used in web pages, catalogs, print ads, or other promotional materials

More information

Creating a slideshow with captions

Creating a slideshow with captions Creating a slideshow with captions Follow these instructions to create a slideshow that shows a timeline of events in chronological order. Open Windows Live Movie Maker Add photos - add content by clicking

More information

BORIS FX. Boris AAF Transfer Last updated February 18, Release Notes. System Requirements

BORIS FX. Boris AAF Transfer Last updated February 18, Release Notes. System Requirements BORIS FX Boris AAF Transfer 2.0.4 Last updated February 18, 2011 Release Notes System Requirements Supported Operating Systems: Apple Macintosh OS 10.5 or greater Supported hosts: Apple Final Cut Pro 6

More information

Lesson 1 New Presentation

Lesson 1 New Presentation Powerpoint Lesson 1 New Presentation 1. When PowerPoint first opens, there are four choices on how to create a new presentation. You can select AutoContent wizard, Template, Blank presentation or Open

More information

PHOTO DVD MAKER USER MANUAL

PHOTO DVD MAKER USER MANUAL Photo DVD Maker User Manual 1 PHOTO DVD MAKER USER MANUAL Version 7.04 http://www.photo-dvd-maker.com Photo DVD Maker User Manual 2 0.1 WELCOME TO PHOTO DVD MAKER...4 0.2 GETTING HELP...5 1. GETTING STARTED...6

More information

Chapter 9 Getting Started with Impress

Chapter 9 Getting Started with Impress Getting Started Guide Chapter 9 Getting Started with Impress OpenOffice.org's Presentations OpenOffice.org Copyright This document is Copyright 2005 2007 by its contributors as listed in the section titled

More information

School Installation Guide ELLIS Academic 5.2.6

School Installation Guide ELLIS Academic 5.2.6 ELLIS Academic 5.2.6 This document was last updated on 2/16/11. or one or more of its direct or indirect affiliates. All rights reserved. ELLIS is a registered trademark, in the U.S. and/or other countries,

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

Transitioning from Physical to Electronic Content Delivery

Transitioning from Physical to Electronic Content Delivery Transitioning from Physical to Electronic Content Delivery Jim Taylor Chief Technologist, Rovi Corporation MEDIA-TECH Las Vegas, March 2011 The Evolution of Home Content Delivery Video Audio From VHS tapes

More information

Chapter 1- The Blender Interface

Chapter 1- The Blender Interface Chapter 1- The Blender Interface The Blender Screen Years ago, when I first looked at Blender and read some tutorials I thought that this looked easy and made sense. After taking the program for a test

More information

Intermediate Training

Intermediate Training Intermediate Training The material in this handout is taken directly from the Picasa Website. It was decided to add all the information in one place so it could be viewed at one time. However, what is

More information

Editing in Premiere Pro CC 2015

Editing in Premiere Pro CC 2015 Editing in Premiere Pro CC 2015 Lesson 1: Exploring the Interface Exploring the Interface The Source Window The Program Window The Settings Menu Revealing the Video Scopes The Workspace Bar The Project

More information

2. Mac OS X: Follow the instructions to complete the installation. From the your Mac s dock double click the itunes icon

2. Mac OS X: Follow the instructions to complete the installation. From the your Mac s dock double click the itunes icon Download itunes for Mac + PC If itunes is not installed on your computer you will need to download and install it. Installing itunes 1. Go to http://itunes.com/ 2. Click the Free Download button. 3. Choose

More information

Getting Started with. PowerPoint 2010

Getting Started with. PowerPoint 2010 Getting Started with 13 PowerPoint 2010 You can use PowerPoint to create presentations for almost any occasion, such as a business meeting, government forum, school project or lecture, church function,

More information

Getting Acquainted with Office 2007 Table of Contents

Getting Acquainted with Office 2007 Table of Contents Table of Contents Using the New Interface... 1 The Office Button... 1 The Ribbon... 2 Galleries... 2 Microsoft Help with Changes... 2 Viewing Familiar Dialog Boxes... 2 Download Get Started Tabs from Microsoft...

More information

QUICK START GUIDE. Search Options. Keyword Search. Browse By. Don t have an account? Contact your administrator to obtain your Learn360 account.

QUICK START GUIDE. Search Options. Keyword Search. Browse By. Don t have an account? Contact your administrator to obtain your Learn360 account. Don t have an account? Contact your administrator to obtain your Learn360 account. Already have an account? Go to www.learn360.com, enter your username/password and enjoy! Once you are logged in, you are

More information

TF5800PVR recording to DVD using ProjectX and Nero

TF5800PVR recording to DVD using ProjectX and Nero TF5800PVR recording to DVD using ProjectX and Nero Summary How to burn Topfield recordings,.rec files, to DVD using ProjectX, PVAStrumento and Nero on a Windows PC. Author Issue: Date: Malcolm Reeves (mreeves@fullcircuit.com)

More information

Creating a Basic A/V presentation

Creating a Basic A/V presentation Morriston Camera Club Pictures to Exe Version 6.5 Creating a Basic A/V presentation Setting the Project Options. Main Ensure Synchronize music and slides is checked, and set the time interval to 5secs.

More information

Keynote 08 Basics Website:

Keynote 08 Basics Website: Website: http://etc.usf.edu/te/ Keynote is Apple's presentation application. Keynote is installed as part of the iwork suite, which also includes the word processing program Pages and the spreadsheet program

More information

Getting to know Photostage. The software interface. The Menu bar. Step 01: Inserting images/photographs

Getting to know Photostage. The software interface. The Menu bar. Step 01: Inserting images/photographs Installing Photostage 1. Download the application 2. Double click on the downloaded file to run it. 3. Choose the drive and folder where you want to install Photostage or accept the default "C:\Program

More information

Creating sequences with custom animation

Creating sequences with custom animation By default graphics in PowerPoint appear in one piece when the slide appears. Even if Preset Text Animation has been chosen in the Slide Sorter view, only text created by the Autotemplates with text blocks

More information

Animating the Page IN THIS CHAPTER. Timelines and Frames

Animating the Page IN THIS CHAPTER. Timelines and Frames e r ch02.fm Page 41 Friday, September 17, 1999 10:45 AM c h a p t 2 Animating the Page IN THIS CHAPTER Timelines and Frames Movement Tweening Shape Tweening Fading Recap Advanced Projects You have totally

More information

Blu-ray/DVD/CD Duplicator Control Manual. User s Manual

Blu-ray/DVD/CD Duplicator Control Manual. User s Manual Blu-ray/DVD/CD Duplicator Control Manual User s Manual 0 TABLE OF CONTENTS Introduction 2 Setup 12 LCD Front Panel Overview 2 o Auto Start Time 12 HDD Manager o Select Image o Disc => Controller Connection

More information

QUICK GUIDE FOR STARTING A NEW PREMIERE ELEMENTS PROJECT

QUICK GUIDE FOR STARTING A NEW PREMIERE ELEMENTS PROJECT QUICK GUIDE FOR STARTING A NEW PREMIERE ELEMENTS PROJECT 1. Create a folder on the DATA DRIVE (or your external HD) for your project. You can do this by either holding CONTROL while clicking in the open

More information

Flash offers a way to simplify your work, using symbols. A symbol can be

Flash offers a way to simplify your work, using symbols. A symbol can be Chapter 7 Heavy Symbolism In This Chapter Exploring types of symbols Making symbols Creating instances Flash offers a way to simplify your work, using symbols. A symbol can be any object or combination

More information

Photo to Movie Help. LQ Graphics, Inc.

Photo to Movie Help. LQ Graphics, Inc. Photo to Movie Help LQ Graphics, Inc. Table of Contents Photo to Movie... 1 Introduction... 1 Installation... 3 Purchasing... 4 Organizing Your Movie... 5 Planning Your Movie... 5 Adding photos to your

More information

Windows Movie Maker Reinforcement Handout

Windows Movie Maker Reinforcement Handout Windows Movie Maker Reinforcement Handout Windows Live Movie Maker is the fast, easy way to turn photos and videos into greatlooking movies and slide shows you can share with your class, on the Web, or

More information

POWERPOINT Add the Pizzazz to Your Presentation

POWERPOINT Add the Pizzazz to Your Presentation POWERPOINT 2007 Add the Pizzazz to Your Presentation Microsoft Office 2007 TABLE OF CONTENTS ADDING GRAPHICS TO YOUR PRESENTATION... 1 DRAWINGS... 1 CLIP ART... 2 PICTURES... 3 SMARTART... 4 WORDART...

More information

Windows MovieMaker 2

Windows MovieMaker 2 Windows MovieMaker 2 http://www.microsoft.com/windowsxp/using/moviemak er/default.mspx Build a Storyboard Movie Maker automatically divides your video into segments to make it easier to drag and drop the

More information

PowerPoint Basics: Create a Photo Slide Show

PowerPoint Basics: Create a Photo Slide Show PowerPoint Basics: Create a Photo Slide Show P 570 / 1 Here s an Enjoyable Way to Learn How to Use Microsoft PowerPoint Microsoft PowerPoint is a program included with all versions of Microsoft Office.

More information

Windows Live Movie Maker for teachers and faculty

Windows Live Movie Maker for teachers and faculty Windows Live Movie Maker for teachers and faculty Step-by-step Get Windows Live Movie Maker Download Download Windows Live Movie Maker at http://windowslive.com/desktop/moviemaker Run After the program

More information

The computer goes blank before the Word document was saved. The browser window freezes for no reason. You can't hear anything from your speakers.

The computer goes blank before the Word document was saved. The browser window freezes for no reason. You can't hear anything from your speakers. Computer Basics Basic Troubleshooting Techniques Basic Troubleshooting Techniques Page 1 The computer goes blank before the Word document was saved. The browser window freezes for no reason. You can't

More information

Tangents. In this tutorial we are going to take a look at how tangents can affect an animation.

Tangents. In this tutorial we are going to take a look at how tangents can affect an animation. Tangents In this tutorial we are going to take a look at how tangents can affect an animation. One of the 12 Principles of Animation is called Slow In and Slow Out. This refers to the spacing of the in

More information

You Can t Get There from here DVD pitfalls you can avoid easily

You Can t Get There from here DVD pitfalls you can avoid easily Gnome Digital Media and recipe4dvd present: You Can t Get There from here DVD pitfalls you can avoid easily Presenter: Bruce Nazarian, ASE DVDA/NIST - June 4, 2002 Agenda Which DVD do I need? Which Authoring

More information