PRODUCTION OF TV PROGRAMS ON A SINGLE DESKTOP PC -SPECIAL SCRIPTING LANGUAGE TVML GENERATES LOW-COST TV PROGRAMS-

Size: px
Start display at page:

Download "PRODUCTION OF TV PROGRAMS ON A SINGLE DESKTOP PC -SPECIAL SCRIPTING LANGUAGE TVML GENERATES LOW-COST TV PROGRAMS-"

Transcription

1 PRODUCTION OF TV PROGRAMS ON A SINGLE DESKTOP PC -SPECIAL SCRIPTING LANGUAGE TVML GENERATES LOW-COST TV PROGRAMS- Douke Mamoru Ariyasu Kyoko Hamaguchi Narichika Hayashi Masaki Japan Broadcasting Corporation (NHK), Japan ABSTRACT We have developed a system for automatically generating TV programs based on scripts written on a desktop PC. The scripting language, which we call TVML (TV program Making Language), is interpreted by software running on a Windows PC called TVML Player to produce a full-featured TV program. TVML Player generates programs in real time using real-time computer graphics, voice synthesis, and other techniques. We have also developed a new tool called TVML Author that enables anyone to produce their own TVML-based shows. It includes a WYSIWYG (what you see is what you get) capability that enables users to create programs merely by manipulating the graphical user interface. This paper describes the overview and the key features of TVML, and also introduces the capabilities of TVML Author. The abilities and power of the TVML are amply demonstrated through actual examples of TV content created using TVML. 1. INTRODUCTION These days, the number of media and the required amount of content have been increasing sharply, but, on the content production side, there is no hope for any dramatic increase in production facilities, human resources or budget. With limited resources and budget, we are faced with an inescapable need for program production methods that are far more efficient than conventional methods for content creation. As a means of solving this problem, technology for the automatic generation of content by computer and the processing of the generated content (which we call content handling technology) has become extremely important. We have proposed a TV program description language, TVML (TV program Making Language) [1][2], as technology that implements content handling, mainly for TV program production, and we are proceeding with research and development of that technology. TVML is a special language for using computers to describe TV programs. When a program script written in this language is input to software called the TVML Player, a TV program is generated using real-time CG, voice synthesis, and other such computer multimedia capabilities. Here, we describe TVML and introduce TVML Author, a user-friendly authoring tool for simple production of programs with TVML. This software allows even someone who has no knowledge of TVML to create programs simply by manipulating the GUI (Graphical User Interface) on the computer while actually seeing the video that is generated. We also present an actual example of using TVML

2 to create a program and describe examples of several studies concerning the generation of content based on TVML. 2. THE TVML PROGRAM DESCRIPTION LANGUAGE 2.1 What Is TVML? TVML is a kind of programming language that can be used to describe a television program completely. The description style of TVML is based on the method of writing the program scripts that are used in actual television program production. It has extremely high readability by humans and is designed to be easy to use even for those who might be called amateurs at using a computer. TVML provides the functions that are needed to create ordinary information programs in the form of commands (about 90 commands). These types of information programs, which include news, event guides and so on, are in the genre of programs that present certain kinds of information. 2.2 The TVML Language Specifications The TVML commands are used to move computer graphic (CG) characters, control the CG camera, play movies and so on, and are provided for each program element. All of the commands have the same format, which is shown below. Event type: command name (arg1=data1, arg2=data2, arg3=data3,...) The event type indicates the object of the command, such as character, camera, etc. The command name specifies the action that affects the object of the command. The parameters that are required for each command name are provided as arguments enclosed in parentheses. Because all of the commands have the same format, even users that are not familiar with TVML can easily grasp the general idea of an action and can quickly learn TVML itself. Also, script writing with TVML proceeds in order from the beginning of the program to the end, as it does in an actual program script. Program scripts written with TVML consist of multiple lines of TVML script, with each line corresponding to one event (action) in the program. An example script is shown below. character: bow(name=bob,wait=no) character: bow(name=mary) character: talk( name = BOB, text = "Hello everybody!" ) When this script is input into the TVML Player, a scene results in which the two CG characters named BOB and MARY first bow at the same time and then BOB says, "Hello everybody!". Some examples from the TVML command set are presented in Table The TVML Player The TVML Player is a software program that runs on a personal computer. The TVML Player interprets and executes scripts written in TVML line by line and outputs the TV program in real time. The TVML Player generates studio shots with real-time computer graphics, and CG characters that appear in a CG studio set speak the spoken parts that are described in the TVML script in synthesized

3 voices as the action is shot by the camera. In addition to that, video playback, superimposing of text and image titles, playback of audio data files for background music, narration by voice synthesis and other such effects can be generated in real time to create audio-visual television programs. The TVML Player has two operation modes: the normal mode and the control mode. In the normal mode, the TVML script for one program is input, the script is interpreted one line at a time from the beginning to the end, and the program is generated. This mode is used to playback ordinary programs. In the control mode, on the other hand, as shown in Fig. 1, data can be exchanged with external software via shared memory, allowing the TVML Player to be controlled from the external software by sending TVML script or controlling commands to the TVML Player one line at a time. The control mode is explained in more detail below. The TVML Player operates entirely as an interpreter, so when one line of script is read in, it is parsed and executed immediately, and when the execution is completed, the next line is read in. Accordingly, when the TVML Player is running in control mode, script sent to the TVML Player asynchronously from an external program is executed by the TVML Player immediately, and then the TVML Player waits for the next input. Using this function, it is possible to develop interactive applications with TVML by writing separate software that allows interaction with users by sending scripts and commands to the TVML Player and receiving status information in return, as shown in Fig. 1. Function Table 1. Examples of TVML commands Figure 1: TVML Player external control mode 3. THE TVML AUTHOR The TVML Author is a user-friendly GUI based authoring tool that we have newly developed for creating programs with TVML. Until this tool became available, the user had to understand the TVML language specifications and use a text editor to write TVML script. Although, as mentioned above, the TVML language specifications have extremely high readability, the appropriate parameters for setting the camera size and so on must be selected by a repeated process of entering the parameters and then running the script to see the effect. TVML Author eliminates that trouble by providing a graphical user interface (GUI) that allows the user to interactively select the materials that are used in creating the

4 TVML programs and perform the entire script writing process smoothly, all without knowledge of TVML. Because the programs created with TVML Author are automatically converted to TVML scripts, they can be played back on the TVML Player. The GUI windows of the TVML Author are shown in Fig. 2. In the upper left is a preview window for the program that is being created; in the lower right is the spreadsheet for creating the program, in the upper right is a window for setting the parameters of the events that are selected in the spreadsheet. A table-type spreadsheet like Microsoft Excel is used. One cell corresponds to one TVML event (one line), and the events proceed from top to bottom. Events that are in the same row are executed at the same time. Each cell can be freely cut and pasted or moved. Figure 2: The TVML Author windows Figure 3: The direct script editing window When a cell is selected, the parameter set for that event is displayed in the upper right-hand window, and the values of those parameters can be set simply by using the mouse or keyboard. In particular, the parameters that require visual confirmation, such as the position of the CG characters and the camera angle and position, can be set interactively by dragging the mouse while observing the effect in the preview window. TVML Author can also be switched at any time to the spreadsheet editing mode, as shown in Fig. 2, or the direct TVML script editing mode, as shown in Fig. 3, to allow whatever editing style the user prefers. The TVML Author also has abundant material setting functions, so that CG characters, CG studio sets, CG props, movies, music and other such elements can be easily set and managed individually by using the GUI, as shown by the example in Fig. 4. In addition to those editing modes, there is also a function for displaying and editing only the spoken words that are contained in the script. (See Fig. 5.) This function can be used to edit only the spoken dialog in the program, while also allowing text to be copied and pasted from a word processor or other such source. Because the TVML scripts of programs that have been created with TVML Author include all of the configuration information, such as camerawork, CG character positions, set arrangements and other such information, they can also be used as a kind of template for creating serial programs (language study programs, etc.) which have the same program configuration, but present different content, by simply replacing the picture and sound materials and the spoken content. Using TVML Author in this way makes it possible to create programs in a short time and with greater efficiency.

5 An example of the output of a program created with TVML Author is shown in Fig. 6. The TVML Author is simply a TVML authoring tool. It is also possible to create the same kinds of programs without a TVML authoring tool by writing TVML script directly with a text editor, but using the TVML Author makes it possible to create these kinds of programs in a very short time. Figure 4: The TVML Author CG character settings window Figure 5: TVML Author dialog editing window Figure 6: Example of a program made with TVML Author 4. APPLICATION OF TVML TO THE CREATION OF ACTUAL CONTENT As we have described so far, television programs can be created simply, at low cost and in a short time by using TVML. Examples of programs that have been used in actual broadcasts are described below. - Variety program (aired on NHK) As part of a variety program, a CG character sketch made using TVML, part of an information program made with TVML, and a TVML program that was generated in real time were aired. Those programs could be created with TVML at extremely low cost and in a short time. - Weather report programs (aired on local NHK stations) Part of a daily weather report program was created using TVML, featuring a scene with excellent

6 visual effects achieved with real-time 3D computer graphics. This program is still being broadcast at this time. - Commercial programs (aired by the Akashi CATV Company) This cable TV company procured a personal computer for creating TVML programs. They are introducing TVML CG characters one by one to sketches in local weekly programming. The programs are created simply by changing only the spoken content of each week. These programs are also currently being broadcast. A number of broadcast stations other than those listed above are working on the creation of information programs with TVML. Other than the production of television programs, TVML can also serve as a simple yet powerful tool for the production of demonstration videos and educational videos. Examples are presented below. - Demonstration videos At a BS digital broadcasting exhibition site, TVML is being used to present an automated explanation of what BS digital broadcasting is and what special features it has. Because the explanation is presented by CG characters in a comical manner, it is well received by visitors. - Educational videos Content created with TVML is being used as part of a university computer programming language course. The students are able to learn about programming languages on their own by viewing programs described in TVML. 5. RESEARCH ON CONTENT HANDLING METHODS BASED ON TVML In addition to being used as a tool for creating content in a television program format, TVML can also be used as listed below - It is useful as a television program style presentation engine. - Because TVML is positioned as an intermediate between scripts written in natural language and content generated by means of the multimedia functions of computers, content can be created automatically by the automatic generation of TVML script. - Real-time interaction is possible by using the control mode of the TVML Player. By making use of these special features, TVML can be applied to various content handling methods. Below, we briefly introduce some examples of research on content handling methods that are based on TVML. (1) Automatic production of individualized programs [3] By preparing multiple TVML scripts to serve as templates and inputting the core data to those templates, TVML scripts can be generated automatically. This processing can be done on a single desk-top personal computer, so programs that suit the individual preferences of a particular person can be created automatically on a personal computer. (2) Automatic generation of conversation programs from Web pages [4] Technology for automatically or semi-automatically converting the content of different media is called media conversion technology. One example is a method for automatically converting interviews from a Web page to a talk show format. The HTML file is analyzed to extract the title, name of the interviewed guest, and the dialogue. That information is automatically converted to a TVML script for a dialogue between two CG characters in order to generate a talk show. The camera switching and gestures that are important in the performance of talk show are done automatically

7 using statistical data on camera switching from actual talk programs, information on the speakers, and timers. (3) Interactive content Using the external control mode of the TVML Player, it is possible to generate TVML script by using external software and then send that script to the TVML Player asynchronously. Thus, quiz programs, query type manuals, and multi-story programs can be created easily. 6. CONCLUSION We have introduced TVML and described how TVML can be used as a television program production tool and as an infrastructure for creating new types of content. Concerning the former use, we described TVML Author and presented examples of its actual use at broadcasting sites. For the latter use, we introduced examples of research using TVML. These examples demonstrate that, as an infrastructure, TVML has potential for various types of development in the fields of TV program production and content handling. TVML Player is being distributed as freeware, and it had been downloaded about 4000 times at the time of this writing. By providing software that can be used to create television programs on a personal computer, we intend to release this capability not only to some professionals, but to amateurs as well. In this way we intend to contribute to the relief of the insufficiency in content by a bottom-up increase in the number of program creators. Furthermore, because TVML can be used to produce programs quickly and at low cost, it is also a very capable tool for professional program directors. It can be said to be particularly promising as a program production tool for local stations, small video productions which have limited production budgets and time, and for Internet broadcasting stations. For more information on TVML or to download the program, please go to the TVML Web site at the following URL. REFERENCES 1. Hayashi, M., Ueda, H. and Kurihara, T., TVML (TV program Making Language) Automatic TV Program Generation from Text-based Script, Proceedings of Imagina 99, (1999) 2. Hayashi, M., Douke, M., Ariyasu, K., Hamaguchi, N., TV Program Making Language (TVML) Benefits of Object-based Contents-creation Method-, IBC2001 Conference Publication Volume2 pp.23 to 31, (2001) 3. Douke, M., Hayashi, M., Makino, E., A Study of Automatic Program Production Using TVML, Short Papers and Demos, Eurographics 99 pp.42 to 45, (1999) 4. Hayashi, M., Gakumazawa, Y., Yamanouchi, Y., Automatic Generation of Talk Show from Dialog using TVML, ICCC 99 Digital Convergence for Creative Divergence Vol.2 pp. 325 to 332, (1999)

Automatic Camerawork in virtual talk show production

Automatic Camerawork in virtual talk show production Automatic Camerawork in virtual talk show production Automatiserat kameraarbete i virtuella talkshowproduktioner Author: Mikael Lang Company: NHK Japan Broadcasting Corporation Supervisor at NHK: Dr. Masaki

More information

Cyclone V5 Teletext & Text Publishing System System Overview

Cyclone V5 Teletext & Text Publishing System System Overview Cyclone V5 Teletext & Text Publishing System System Overview The Cyclone Teletext System offers broadcasters and Teletext service operators a complete and inexpensive solution for the preparation, storage

More information

Glossary Unit 1: Introduction to Video

Glossary Unit 1: Introduction to Video 1. ASF advanced streaming format open file format for streaming multimedia files containing text, graphics, sound, video and animation for windows platform 10. Pre-production the process of preparing all

More information

What is a Visual Presenter? Flexible operation, ready in seconds. Perfect images. Progressive Scan vs. PAL/ NTSC Video

What is a Visual Presenter? Flexible operation, ready in seconds. Perfect images. Progressive Scan vs. PAL/ NTSC Video Visual Presenter and your presentation comes alive! The new standard for: Presentations Meetings and seminars Classroom & education Product presentations Video conferencing Medical care Courtrooms & Legal

More information

Overview of the Hybridcast System

Overview of the Hybridcast System Overview of the Hybridcast System STRL is conducting research on Hybridcast, a technology platform that uses communications networks to enhance broadcast services. Hybridcast makes it possible to create

More information

Optiflex Interactive Video System

Optiflex Interactive Video System Optiflex Interactive Video System Optiflex Interactive Video System 1 Before You Start...............2 On-site Video Surveillance.......6 Touchscreen Interface Viewing...10 Secure Remote Look-in........16

More information

Case study WWAY station in a box

Case study WWAY station in a box Case study WWAY station in a box WWAY integrated news production WWAY utilizes virtual set technology combined with a single-box control room solution to build a cost-effective workflow for producing daily

More information

Table of content. Table of content Introduction Concepts Hardware setup...4

Table of content. Table of content Introduction Concepts Hardware setup...4 Table of content Table of content... 1 Introduction... 2 1. Concepts...3 2. Hardware setup...4 2.1. ArtNet, Nodes and Switches...4 2.2. e:cue butlers...5 2.3. Computer...5 3. Installation...6 4. LED Mapper

More information

The GTP-32 Control Processor helps you solve equipment interface, control and monitoring problems, quickly and easily

The GTP-32 Control Processor helps you solve equipment interface, control and monitoring problems, quickly and easily 12843 Foothill Blvd. Suite C Sylmar, California 91342 V: 818.898.3380 F: 818.898.3360 sales@dnfcontrols.com www.dnfcontrols.com helps you solve equipment interface, control and monitoring problems, quickly

More information

Cyan Sample. Forward T Software. Infotainment Channel Design Sample. Revision as of January 22, 2009 г. Instruction on Installation and Use

Cyan Sample. Forward T Software. Infotainment Channel Design Sample. Revision as of January 22, 2009 г. Instruction on Installation and Use Forward T Software Cyan Sample Infotainment Channel Design Sample Revision as of January 22, 2009 г. Instruction on Installation and Use SoftLab-NSK Notice The information in this document is subject to

More information

GS122-2L. About the speakers:

GS122-2L. About the speakers: Dan Leighton DL Consulting Andrea Bell GS122-2L A growing number of utilities are adapting Autodesk Utility Design (AUD) as their primary design tool for electrical utilities. You will learn the basics

More information

Contents on Demand Architecture and Technologies of Lui

Contents on Demand Architecture and Technologies of Lui Contents on Demand Architecture and Technologies of Lui ISOZUMI Atsunori, KAMIMURA Tomohiko, KUROIWA Minoru, SAKAMOTO Susumu, CHIBA Taneaki Abstract has developed Home Server PC Lui SX, which is a PC incorporating

More information

DVB-T Box, USB Monheim/Germany Tel. +49 (0)9091/ Fax +49 (0)9091/ Hama GmbH & Co KG.

DVB-T Box, USB Monheim/Germany Tel. +49 (0)9091/ Fax +49 (0)9091/ Hama GmbH & Co KG. www.hama.de Hama GmbH & Co KG Postfach 80 86651 Monheim/Germany Tel. +49 (0)9091/502-0 Fax +49 (0)9091/502-274 hama@hama.de www.hama.de 00062776-01.05 DVB-T Box, USB 2.0 00062776 L TV USB receiver User

More information

Using different reference quantities in ArtemiS SUITE

Using different reference quantities in ArtemiS SUITE 06/17 in ArtemiS SUITE ArtemiS SUITE allows you to perform sound analyses versus a number of different reference quantities. Many analyses are calculated and displayed versus time, such as Level vs. Time,

More information

Exhibits. Open House. NHK STRL Open House Entrance. Smart Production. Open House 2018 Exhibits

Exhibits. Open House. NHK STRL Open House Entrance. Smart Production. Open House 2018 Exhibits 2018 Exhibits NHK STRL 2018 Exhibits Entrance E1 NHK STRL3-Year R&D Plan (FY 2018-2020) The NHK STRL 3-Year R&D Plan for creating new broadcasting technologies and services with goals for 2020, and beyond

More information

APPLICATION NOTE EPSIO ZOOM. Corporate. North & Latin America. Asia & Pacific. Other regional offices. Headquarters. Available at

APPLICATION NOTE EPSIO ZOOM. Corporate. North & Latin America. Asia & Pacific. Other regional offices. Headquarters. Available at EPSIO ZOOM Corporate North & Latin America Asia & Pacific Other regional offices Headquarters Headquarters Headquarters Available at +32 4 361 7000 +1 947 575 7811 +852 2914 2501 www.evs.com/conctact INTRODUCTION...

More information

MODFLOW - Grid Approach

MODFLOW - Grid Approach GMS 7.0 TUTORIALS MODFLOW - Grid Approach 1 Introduction Two approaches can be used to construct a MODFLOW simulation in GMS: the grid approach and the conceptual model approach. The grid approach involves

More information

Trinity User Guide. The Trinity Conference Room has the capability to provide the following meeting services:

Trinity User Guide. The Trinity Conference Room has the capability to provide the following meeting services: Trinity User Guide The Trinity Conference Room has the capability to provide the following meeting services: Audio + Video Conferencing - IP based video conferencing is available utilizing the Crestron

More information

Add Second Life to your Training without Having Users Log into Second Life. David Miller, Newmarket International.

Add Second Life to your Training without Having Users Log into Second Life. David Miller, Newmarket International. 708 Add Second Life to your Training without Having Users Log into Second Life David Miller, Newmarket International www.elearningguild.com DevLearn08 Session 708 Reference This session follows a case

More information

ADS Basic Automation solutions for the lighting industry

ADS Basic Automation solutions for the lighting industry ADS Basic Automation solutions for the lighting industry Rethinking productivity means continuously making full use of all opportunities. The increasing intensity of the competition, saturated markets,

More information

Overview of Information Presentation Technologies for Visually Impaired and Applications in Broadcasting

Overview of Information Presentation Technologies for Visually Impaired and Applications in Broadcasting Overview of Information Presentation Technologies for Visually Impaired and Applications in Broadcasting It has been over 60 years since television broadcasting began in Japan. Today, digital broadcasts

More information

IJMIE Volume 2, Issue 3 ISSN:

IJMIE Volume 2, Issue 3 ISSN: Development of Virtual Experiment on Flip Flops Using virtual intelligent SoftLab Bhaskar Y. Kathane* Pradeep B. Dahikar** Abstract: The scope of this paper includes study and implementation of Flip-flops.

More information

Entry Level Assessment Blueprint Audio-Visual Communications Technology

Entry Level Assessment Blueprint Audio-Visual Communications Technology Entry Level Assessment Blueprint Audio-Visual Communications Technology Test Code: 3005 / Version: 01 Specific Competencies and Skills Tested in this Assessment: Photography Operate an SLR (single lens

More information

Voluntary Product Accessibility Template

Voluntary Product Accessibility Template Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments regarding the availability

More information

v. 8.0 GMS 8.0 Tutorial MODFLOW Grid Approach Build a MODFLOW model on a 3D grid Prerequisite Tutorials None Time minutes

v. 8.0 GMS 8.0 Tutorial MODFLOW Grid Approach Build a MODFLOW model on a 3D grid Prerequisite Tutorials None Time minutes v. 8.0 GMS 8.0 Tutorial Build a MODFLOW model on a 3D grid Objectives The grid approach to MODFLOW pre-processing is described in this tutorial. In most cases, the conceptual model approach is more powerful

More information

ELC-MVS01 Multi-format Control Room Automation Software

ELC-MVS01 Multi-format Control Room Automation Software ELC-MVS01 Multi-format Control Room Automation Software Enhanced Live-production Control System Over the years, Sony has continuously evolved the MVS platform with hardware and software that combine high

More information

TL-2900 AMMONIA & NITRATE ANALYZER DUAL CHANNEL

TL-2900 AMMONIA & NITRATE ANALYZER DUAL CHANNEL TL-2900 AMMONIA & NITRATE ANALYZER DUAL CHANNEL DATA ACQUISITION SYSTEM V.15.4 INSTRUCTION MANUAL Timberline Instruments, LLC 1880 S. Flatiron Ct., Unit I Boulder, Colorado 80301 Ph: (303) 440-8779 Fx:

More information

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

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

More information

* Apple and Macintosh are registered trademarks of Apple Computer, Inc. * Mac OS is a trademark of Apple Computer, Inc.

* Apple and Macintosh are registered trademarks of Apple Computer, Inc. * Mac OS is a trademark of Apple Computer, Inc. Owner s Manual Thank you for your purchase of the PR-80 Realtime Video Presenter. 201b Before using this unit, carefully read the sections entitled: USING THE UNIT SAFELY (DV-7DL PRO Owner s Manual P.4),

More information

Simulation Lab MediaSite Training Workshop

Simulation Lab MediaSite Training Workshop Simulation Lab MediaSite Training Workshop User Guide This guide describes Simulation Lab procedures for requesting, recording and playback. Douglas College March 2017 For technical support contact Help

More information

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

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

More information

APPLICATION NOTES News Cut-ins

APPLICATION NOTES News Cut-ins News Cut-ins Major Benefit of ParkerVision s PVTV NEWS ability to perform clean, professional news cut-ins at times when there is a minimum of staff available. With just a little planning and forethought,

More information

* This configuration has been updated to a 64K memory with a 32K-32K logical core split.

* This configuration has been updated to a 64K memory with a 32K-32K logical core split. 398 PROCEEDINGS-FALL JOINT COMPUTER CONFERENCE, 1964 Figure 1. Image Processor. documents ranging from mathematical graphs to engineering drawings. Therefore, it seemed advisable to concentrate our efforts

More information

Broadcast Telestrator SPORTS, NEWS, WEATHER, LIVE EVENTS, TRAFFIC GAME SHOWS...

Broadcast Telestrator SPORTS, NEWS, WEATHER, LIVE EVENTS, TRAFFIC GAME SHOWS... www.pointhd.com SPORTS, NEWS, WEATHER, Broadcast Telestrator Visually Captiva ting Broadcas t Graphics LIVE EVENTS, TRAFFIC GAME SHOWS... Technology at work for you POINT-HD HELPING TALENT TO TELL THEIR

More information

Automated Production Control

Automated Production Control Automated Production Control Image courtesy WPEC - West Palm Beach, FL Take Control OverDrive [oh-ver-drahyv] 1 The state of high activity or productivity or concentration; 2 A high gear used at high speeds

More information

B. The specified product shall be manufactured by a firm whose quality system is in compliance with the I.S./ISO 9001/EN 29001, QUALITY SYSTEM.

B. The specified product shall be manufactured by a firm whose quality system is in compliance with the I.S./ISO 9001/EN 29001, QUALITY SYSTEM. VideoJet 8000 8-Channel, MPEG-2 Encoder ARCHITECTURAL AND ENGINEERING SPECIFICATION Section 282313 Closed Circuit Video Surveillance Systems PART 2 PRODUCTS 2.01 MANUFACTURER A. Bosch Security Systems

More information

INTRODUCTION AND FEATURES

INTRODUCTION AND FEATURES INTRODUCTION AND FEATURES www.datavideo.com TVS-1000 Introduction Virtual studio technology is becoming increasingly popular. However, until now, there has been a split between broadcasters that can develop

More information

Dolby MS11 Compliance Testing with APx500 Series Audio Analyzers

Dolby MS11 Compliance Testing with APx500 Series Audio Analyzers Dolby MS11 with APx500 Series Dolby MS11 Compliance Testing with APx500 Series Audio Analyzers Every device that bears a Dolby logo is required to go through a compliance test process to ensure that it

More information

How would you go about creating the presentation?

How would you go about creating the presentation? ETEC-674, Wk-5, Graham, Presentations, Focus Questions, & Responses 1)You have been asked to create a podcast. Which of the above tools (or name another) you would use? Briefly explain the procedure you

More information

INSTALATION AND OPERATION MANUAL ABYSSAL OS Overlay Module Version 1.0.1

INSTALATION AND OPERATION MANUAL ABYSSAL OS Overlay Module Version 1.0.1 INSTALATION AND OPERATION MANUAL ABYSSAL OS Overlay Module Version 1.0.1 Thank you for purchasing the Abyssal OS Overlay Module for your ROV. This instruction manual contains all the information you ll

More information

Tool-based Identification of Melodic Patterns in MusicXML Documents

Tool-based Identification of Melodic Patterns in MusicXML Documents Tool-based Identification of Melodic Patterns in MusicXML Documents Manuel Burghardt (manuel.burghardt@ur.de), Lukas Lamm (lukas.lamm@stud.uni-regensburg.de), David Lechler (david.lechler@stud.uni-regensburg.de),

More information

icon H600: Network centric visualization

icon H600: Network centric visualization icon H600: Network centric visualization NEW YORK LONDON TOKYO High-definition, multi-site information sharing revolutionizes the way you work as a team Easy operation using wireless mouse and keyboard

More information

Kaltura CaptureSpace. University Information Technology Services. Learning Technologies, Training & Audiovisual Outreach

Kaltura CaptureSpace. University Information Technology Services. Learning Technologies, Training & Audiovisual Outreach Kaltura CaptureSpace University Information Technology Services Learning Technologies, Training & Audiovisual Outreach Copyright 2016 KSU Division of University Information Technology Services This document

More information

Supplement to the Operating Instructions. PRemote V 1.2.x. Dallmeier electronic GmbH. DK GB / Rev /

Supplement to the Operating Instructions. PRemote V 1.2.x. Dallmeier electronic GmbH. DK GB / Rev / Supplement to the Operating Instructions PRemote V 1.2.x 1 DK 180.000.000 GB / Rev. 1.2.3 / 030416 PRemote V 1.2.x Copyright All rights reserved. This document may not be copied, photocopied, reproduced,

More information

Speech Recognition and Signal Processing for Broadcast News Transcription

Speech Recognition and Signal Processing for Broadcast News Transcription 2.2.1 Speech Recognition and Signal Processing for Broadcast News Transcription Continued research and development of a broadcast news speech transcription system has been promoted. Universities and researchers

More information

Cisco StadiumVision Defining Channels and Channel Guides in SV Director

Cisco StadiumVision Defining Channels and Channel Guides in SV Director Cisco StadiumVision Defining Channels and Channel Guides in SV Director Version 2.3 March 2011 Corporate Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

D-Lab & D-Lab Control Plan. Measure. Analyse. User Manual

D-Lab & D-Lab Control Plan. Measure. Analyse. User Manual D-Lab & D-Lab Control Plan. Measure. Analyse User Manual Valid for D-Lab Versions 2.0 and 2.1 September 2011 Contents Contents 1 Initial Steps... 6 1.1 Scope of Supply... 6 1.1.1 Optional Upgrades... 6

More information

Sequential Storyboards introduces the storyboard as visual narrative that captures key ideas as a sequence of frames unfolding over time

Sequential Storyboards introduces the storyboard as visual narrative that captures key ideas as a sequence of frames unfolding over time Section 4 Snapshots in Time: The Visual Narrative What makes interaction design unique is that it imagines a person s behavior as they interact with a system over time. Storyboards capture this element

More information

E X P E R I M E N T 1

E X P E R I M E N T 1 E X P E R I M E N T 1 Getting to Know Data Studio Produced by the Physics Staff at Collin College Copyright Collin College Physics Department. All Rights Reserved. University Physics, Exp 1: Getting to

More information

The Kaffeine Handbook. Jürgen Kofler Christophe Thommeret Mauro Carvalho Chehab

The Kaffeine Handbook. Jürgen Kofler Christophe Thommeret Mauro Carvalho Chehab Jürgen Kofler Christophe Thommeret Mauro Carvalho Chehab 2 Contents 1 Kaffeine Player 5 1.1 The Start Window...................................... 5 1.2 Play a File..........................................

More information

MultiQ Digital signage template system for widescreen monitors

MultiQ Digital signage template system for widescreen monitors Technical Note MultiQ Digital signage template system for widescreen monitors This document is intended as a guide for users of the MultiQ Digital Signage Template System for widescreen monitors in landscape

More information

Multiband Noise Reduction Component for PurePath Studio Portable Audio Devices

Multiband Noise Reduction Component for PurePath Studio Portable Audio Devices Multiband Noise Reduction Component for PurePath Studio Portable Audio Devices Audio Converters ABSTRACT This application note describes the features, operating procedures and control capabilities of a

More information

Constellation: A Tool for Creative Dialog Between Audience and Composer

Constellation: A Tool for Creative Dialog Between Audience and Composer Constellation: A Tool for Creative Dialog Between Audience and Composer Akito van Troyer MIT Media Lab akito@media.mit.edu Abstract. Constellation is an online environment for music score making designed

More information

HCS-4100/20 Series Application Software

HCS-4100/20 Series Application Software HCS-4100/20 Series Application Software HCS-4100/20 application software is comprehensive, reliable and user-friendly. But it is also an easy care software system which helps the operator to manage the

More information

User Guide. c Tightrope Media Systems Applies to Cablecast Build 1055

User Guide. c Tightrope Media Systems Applies to Cablecast Build 1055 User Guide c Tightrope Media Systems Applies to Cablecast 6.0.0 Build 1055 Printed September 17, 2015 http://www.trms.com/cablecast/support 2 Contents I Getting Started 5 1 Preface 6 1.1 Thank You..........................

More information

Communication Lab MediaSite Training Workshop

Communication Lab MediaSite Training Workshop Communication Lab MediaSite Training Workshop User Guide This guide describes Communication Lab procedures for requesting, recording and playback. Douglas College May 2017 For first level technical support

More information

Reference Management using EndNote

Reference Management using EndNote Reference Management using EndNote Ulrich Fischer 02.02.2017 1 By the way any technique may be misused Therefore, do not import all the references you can find. consider creating different reference lists

More information

Government Product Accessibility Template for Servers

Government Product Accessibility Template for Servers Government Product Accessibility Template for Servers Summary Column one includes all the Sections of the Standard that may apply to any deliverable. The total number of provisions within each Section

More information

ISSN (PRINT): , (ONLINE): , VOLUME-5, ISSUE-4,

ISSN (PRINT): , (ONLINE): , VOLUME-5, ISSUE-4, RURAL PEOPLE/PATIENTS HEALTH CONDITION MONITORING AND PRESCRIPTION WITH IOT B. Mani 1, G. Deepika 2 Department of Electronics and Communication Engineering RRS College of Engineering & Technology Abstract

More information

VideoClock. Quick Start

VideoClock. Quick Start VideoClock Quick Start Connect Limitimer, thetimeprompt, or PerfectCue to the dongle and the dongle to the USB port. (Note: Both the dongle and software are matched to the respective device. Do not mix.

More information

SELF STORAGE. Self Service Kiosks for. Always on Duty! 24 Hour Sales & Support Remote Monitoring Added Security

SELF STORAGE. Self Service Kiosks for. Always on Duty! 24 Hour Sales & Support Remote Monitoring Added Security Optimize staffing resources and provide great customer service with self-storage automation Always on Duty! 24 Hour Sales & Support Remote Monitoring Added Security Self Service Kiosks for OVER 15 YEARS

More information

STAFF REPORT TO THE CITY COUNCIL. Honorable Mayor and Members of the City Council. Margaret Roberts, Administrative Services Director

STAFF REPORT TO THE CITY COUNCIL. Honorable Mayor and Members of the City Council. Margaret Roberts, Administrative Services Director STAFF REPORT TO THE CITY COUNCIL DATE: Regular Meeting of July 23, 2013 TO: SUBMITTED BY: SUBJECT: Honorable Mayor and Members of the City Council Margaret Roberts, Administrative Services Director Upgrade

More information

2. Materials Development. 1) Desktop Video Production

2. Materials Development. 1) Desktop Video Production 2. Materials Development 1) Desktop Video Production Dr. Merza Abbas Acting Deputy Director Chairman of Graduate Studies Centre for Instructional Technology and Multimedia University of Science, Malaysia

More information

(12) Publication of Unexamined Patent Application (A)

(12) Publication of Unexamined Patent Application (A) Case #: JP H9-102827A (19) JAPANESE PATENT OFFICE (51) Int. Cl. 6 H04 M 11/00 G11B 15/02 H04Q 9/00 9/02 (12) Publication of Unexamined Patent Application (A) Identification Symbol 301 346 301 311 JPO File

More information

33 Really Good Reasons To Choose A Ross Carbonite

33 Really Good Reasons To Choose A Ross Carbonite Carbonite customers can select from a choice of panel and chassis options to suit their budget and production needs, as well as select Ross graphics and server products to create a system that allows them

More information

WindData Explorer User Manual

WindData Explorer User Manual WindData Explorer User Manual Revision History Revision Date Status 1 April 2014 First Edition Contents I Framework 4 1 Introduction 5 2 System Requirements 5 3 System Architecture 5 4 Graphical User Interface

More information

invr User s Guide Rev 1.4 (Aug. 2004)

invr User s Guide Rev 1.4 (Aug. 2004) Contents Contents... 2 1. Program Installation... 4 2. Overview... 4 3. Top Level Menu... 4 3.1 Display Window... 9 3.1.1 Channel Status Indicator Area... 9 3.1.2. Quick Control Menu... 10 4. Detailed

More information

welcome to i-guide 09ROVI1204 User i-guide Manual R16.indd 3

welcome to i-guide 09ROVI1204 User i-guide Manual R16.indd 3 welcome to i-guide Introducing the interactive program guide from Rovi and your cable system. i-guide is intuitive, intelligent and inspiring. It unlocks a world of greater choice, convenience and control

More information

Lesson 1 Pre-Visit Bringing Home Plate Home: Baseball & Sports Media

Lesson 1 Pre-Visit Bringing Home Plate Home: Baseball & Sports Media Lesson 1 Pre-Visit Bringing Home Plate Home: Baseball & Sports Media Objective: Students will be able to: Discuss and research different careers in baseball media. Explore the tasks required and construct

More information

Press Publications CMC-99 CMC-141

Press Publications CMC-99 CMC-141 Press Publications CMC-99 CMC-141 MultiCon = Meter + Controller + Recorder + HMI in one package, part I Introduction The MultiCon series devices are advanced meters, controllers and recorders closed in

More information

VideoMate U3 Digital Terrestrial USB 2.0 TV Box Start Up Guide

VideoMate U3 Digital Terrestrial USB 2.0 TV Box Start Up Guide VideoMate U3 Digital Terrestrial USB 2.0 TV Box Start Up Guide Compro Technology, Inc. www.comprousa.com Copyright 2001-2005. Compro Technology, Inc. No part of this document may be copied or reproduced

More information

CS101 Final term solved paper Question No: 1 ( Marks: 1 ) - Please choose one ---------- was known as mill in Analytical engine. Memory Processor Monitor Mouse Ref: An arithmetical unit (the "mill") would

More information

Mid Term Papers. Fall 2009 (Session 02) CS101. (Group is not responsible for any solved content)

Mid Term Papers. Fall 2009 (Session 02) CS101. (Group is not responsible for any solved content) Fall 2009 (Session 02) CS101 (Group is not responsible for any solved content) Subscribe to VU SMS Alert Service To Join Simply send following detail to bilal.zaheem@gmail.com Full Name Master Program

More information

ISDB-C: Cable Television Transmission for Digital Broadcasting in Japan

ISDB-C: Cable Television Transmission for Digital Broadcasting in Japan ISDB-C: Cable Television Transmission for Digital Broadcasting in Japan SATOSHI TAGIRI, YOSHIKI YAMAMOTO, AND ASASHI SHIMODAIRA Invited Paper Following the growing digitalization of broadcasting, Integrated

More information

Instructions for use. UFS 810 English IMPORTANT READ CAREFULLY BEFORE USE

Instructions for use. UFS 810 English IMPORTANT READ CAREFULLY BEFORE USE Instructions for use UFS 810 English IMPORTANT READ CAREFULLY BEFORE USE List of Contents 1 About these instructions...4 1.1 Contents...4 1.2 Markings...4 1.2.1 Pre-requirements for certain functions...4

More information

User Guide. c Tightrope Media Systems Applies to Cablecast Build 46

User Guide. c Tightrope Media Systems Applies to Cablecast Build 46 User Guide c Tightrope Media Systems Applies to Cablecast 6.1.4 Build 46 Printed September 8, 2016 http://www.trms.com/cablecast/support 2 Contents I Getting Started 5 1 Preface 6 1.1 Thank You..........................

More information

User s Guide Contents

User s Guide Contents User s Guide Contents Chapter 1 Introduction Video Conferencing on your PC Image and Video Capture Chapter 2 Setting Up your PC for Video Conferencing Overview How to Setup AVerMedia AVerTV Studio for

More information

DEVELOPMENT OF MIDI ENCODER "Auto-F" FOR CREATING MIDI CONTROLLABLE GENERAL AUDIO CONTENTS

DEVELOPMENT OF MIDI ENCODER Auto-F FOR CREATING MIDI CONTROLLABLE GENERAL AUDIO CONTENTS DEVELOPMENT OF MIDI ENCODER "Auto-F" FOR CREATING MIDI CONTROLLABLE GENERAL AUDIO CONTENTS Toshio Modegi Research & Development Center, Dai Nippon Printing Co., Ltd. 250-1, Wakashiba, Kashiwa-shi, Chiba,

More information

DIGISPOT II. User Manual LOGGER. Software

DIGISPOT II. User Manual LOGGER. Software DIGISPOT II LOGGER Software User Manual September 2002 Version 2.12.xx Copy - Right: R.Barth KG Hamburg I m p r e s s u m This product has been developed by joint efforts of both companies based on the

More information

Bosch Security Systems For more information please visit

Bosch Security Systems For more information please visit Tradition of quality and innovation For over 100 years, the Bosch name has stood for quality and reliability. Bosch Security Systems proudly offers a wide range of fire, intrusion, social alarm, CCTV,

More information

SIDRA INTERSECTION 8.0 UPDATE HISTORY

SIDRA INTERSECTION 8.0 UPDATE HISTORY Akcelik & Associates Pty Ltd PO Box 1075G, Greythorn, Vic 3104 AUSTRALIA ABN 79 088 889 687 For all technical support, sales support and general enquiries: support.sidrasolutions.com SIDRA INTERSECTION

More information

Defining and Labeling Circuits and Electrical Phasing in PLS-CADD

Defining and Labeling Circuits and Electrical Phasing in PLS-CADD 610 N. Whitney Way, Suite 160 Madison, WI 53705 Phone: 608.238.2171 Fax: 608.238.9241 Email:info@powline.com URL: http://www.powline.com Defining and Labeling Circuits and Electrical Phasing in PLS-CADD

More information

Effective Test Procedures for Installing and Maintaining RF Transmitter Sites

Effective Test Procedures for Installing and Maintaining RF Transmitter Sites Product: Hand Held Spectrum Analyzer R&S FSH3 Effective Test Procedures for Installing and Maintaining RF Transmitter Sites This application note describes an effective method for generating test setups,

More information

SELECTING A HIGH-VALENCE REPRESENTATIVE IMAGE BASED ON IMAGE QUALITY. Inventors: Nicholas P. Dufour, Mark Desnoyer, Sophie Lebrecht

SELECTING A HIGH-VALENCE REPRESENTATIVE IMAGE BASED ON IMAGE QUALITY. Inventors: Nicholas P. Dufour, Mark Desnoyer, Sophie Lebrecht Page 1 of 74 SELECTING A HIGH-VALENCE REPRESENTATIVE IMAGE BASED ON IMAGE QUALITY Inventors: Nicholas P. Dufour, Mark Desnoyer, Sophie Lebrecht TECHNICAL FIELD methods. [0001] This disclosure generally

More information

HyperMedia Software User Manual

HyperMedia Software User Manual HyperMedia Software User Manual Contents V1.2 Chapter 1 : HyperMedia software functions... 2 Chapter 2 : STVR... 3 2.1 System setting and channel setting... 3 2.2 Main panel... 6 2.2.1 Channel list...

More information

UNIVERSITY OF CALICUT SCHOOL OF DISTANCE EDUCATION. (2014 Admn. onwards) IV Semester SCRIPTING FOR MEDIA

UNIVERSITY OF CALICUT SCHOOL OF DISTANCE EDUCATION. (2014 Admn. onwards) IV Semester SCRIPTING FOR MEDIA UNIVERSITY OF CALICUT SCHOOL OF DISTANCE EDUCATION (2014 Admn. onwards) IV Semester Core Course for BMMC (UG SDE) SCRIPTING FOR MEDIA Question Bank & Answer Key Choose the correct Answer from the bracket.

More information

INSTALATION AND OPERATION MANUAL ABYSSAL OS Overlay Module Version 1.3

INSTALATION AND OPERATION MANUAL ABYSSAL OS Overlay Module Version 1.3 INSTALATION AND OPERATION MANUAL ABYSSAL OS Overlay Module Version 1.3 Thank you for purchasing the Abyssal OS Overlay Module for your ROV. This instruction manual contains all the information you ll need

More information

ATV-HD Project Executive Summary & Project Overview

ATV-HD Project Executive Summary & Project Overview ATV-HD Project Executive Summary & Project Overview Introduction & Statement of Need Since 2002, ATV has filmed nearly all of its shows in a small television studio attached to the station s offices in

More information

The Extron MGP 464 is a powerful, highly effective tool for advanced A/V communications and presentations. It has the

The Extron MGP 464 is a powerful, highly effective tool for advanced A/V communications and presentations. It has the MGP 464: How to Get the Most from the MGP 464 for Successful Presentations The Extron MGP 464 is a powerful, highly effective tool for advanced A/V communications and presentations. It has the ability

More information

Using RefWorks Write-N-Cite for Mac v.2.5

Using RefWorks Write-N-Cite for Mac v.2.5 Using RefWorks Write-N-Cite for Mac v.2.5 at the University of Manitoba Overview Write-N-Cite is a utility that allows users (who meet the compatibility requirements below) to run an abbreviated version

More information

Distributed Virtual Music Orchestra

Distributed Virtual Music Orchestra Distributed Virtual Music Orchestra DMITRY VAZHENIN, ALEXANDER VAZHENIN Computer Software Department University of Aizu Tsuruga, Ikki-mach, AizuWakamatsu, Fukushima, 965-8580, JAPAN Abstract: - We present

More information

CAMIO UNIVERSE PRODUCT INFORMATION SHEET

CAMIO UNIVERSE PRODUCT INFORMATION SHEET Redefining Graphics Production Workflows News Producer-Driven, Template-Based Workflow A Unified End-To-End News Content Creation, Production, and Playout Solution CAMIO UNIVERSE PRODUCT INFORMATION SHEET

More information

Adobe Flash Player 11.3 Voluntary Product Accessibility Template

Adobe Flash Player 11.3 Voluntary Product Accessibility Template Adobe Flash Player 11.3 Voluntary Product Accessibility Template The purpose of the Voluntary Product Accessibility Template is to assist Federal contracting officials in making preliminary assessments

More information

Environment Expression: Expressing Emotions through Cameras, Lights and Music

Environment Expression: Expressing Emotions through Cameras, Lights and Music Environment Expression: Expressing Emotions through Cameras, Lights and Music Celso de Melo, Ana Paiva IST-Technical University of Lisbon and INESC-ID Avenida Prof. Cavaco Silva Taguspark 2780-990 Porto

More information

BecauseRFL andhubbel haveapolicyofcontinuousproductimprovement,wereservetherighttochangedesignsandspecificationswithoutnotice.

BecauseRFL andhubbel haveapolicyofcontinuousproductimprovement,wereservetherighttochangedesignsandspecificationswithoutnotice. 1. Introduction 1.1 Overview The RFL VS800 CODEC enables high quality video transmission combined with voice and data over E1 (2.048Mbit/s), T1 (1.55Mbit/s) or Ethernet links. This provides an alternative

More information

a) These describe the style in which one scene becomes the next b) Transmission c) Broadcast d) None of the above

a) These describe the style in which one scene becomes the next b) Transmission c) Broadcast d) None of the above UNIVERSITY OF CALICUT SCHOOL OF DISTANCE EDUCATION BGDA(UG SDE) III SEMESTER COMPLEMENTARY COURSE Bachelor of Graphic Design and Animation (BGDA) Preproduction, Production & Postproduction for Film/TV

More information

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

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

More information

AURAFX: A SIMPLE AND FLEXIBLE APPROACH TO INTERACTIVE AUDIO EFFECT-BASED COMPOSITION AND PERFORMANCE

AURAFX: A SIMPLE AND FLEXIBLE APPROACH TO INTERACTIVE AUDIO EFFECT-BASED COMPOSITION AND PERFORMANCE AURAFX: A SIMPLE AND FLEXIBLE APPROACH TO INTERACTIVE AUDIO EFFECT-BASED COMPOSITION AND PERFORMANCE Roger B. Dannenberg Carnegie Mellon University School of Computer Science Robert Kotcher Carnegie Mellon

More information

Formatting Instructions for the AAAI Fall Symposium on Advances in Cognitive Systems

Formatting Instructions for the AAAI Fall Symposium on Advances in Cognitive Systems Advances in Cognitive Systems 1 (2011) 1-11 Submitted 6/2011; published 10/2011 Formatting Instructions for the AAAI Fall Symposium on Advances in Cognitive Systems Pat Langley Glen Hunt Computing Science

More information