Michael LeGore Thomas Jefferson High School for Science and Technology

Slides:



Advertisements
Similar presentations
Incorporating Windows ® Media Into Web Sites Chris Carper Program Manager Windows Media Microsoft Corporation
Advertisements

Introduction Main technologies: core written in Java embedded Jython interpreter code managed using the Eclipse plugin framework client program uses Eclipse.
Multi-Model Digital Video Library Professor: Michael Lyu Member: Jacky Ma Joan Chung Multi-Model Digital Video Library LYU9904 Multi-Model Digital Video.
In today's media centric consumer environment the movie going audience has come to expect to see the smooth inclusion of computer animated graphics.
©2007; All materials property of Bridgeborn Page 1 Bridgeworks Integration.
DIS Multimedia Productions Flash Video Streaming June 5, 2007.
MULTIMEDIA Development Team.
Presentation Outline  Project Aims  Introduction of Digital Video Library  Introduction of Our Work  Considerations and Approach  Design and Implementation.
LemGen (Linguistic EMulation and Generation ENgine) CS491 Project Chris Lemcke.
March 9, 2008 Vermelding onderdeel organisatie 1 SEARIS'08 Workshop IEEEVR 2008, Reno NV, USA Gerwin de Haan G. de Haan, F.H. Post Data Visualization Group.
14 1 Chapter 14 Database Connectivity and Web Development Database Systems: Design, Implementation, and Management, Seventh Edition, Rob and Coronel.
E GOV Universal Access Ahmed Gomaa CIMIC Rutgers University.
Multimedia Enabling Software. The Human Perceptual System Since the multimedia systems are intended to be used by human, it is a pragmatic approach to.
CMPD 434 MULTIMEDIA AUTHORING
Scott Pinkerton Sample GUI/Application Portfolio 1.
Chapter 11-Multimedia Authoring Tools. Overview Introduction to multimedia authoring tools. Types of authoring tools. Cross-platform authoring notes.
GIS technologies and Web Mapping Services
Multimedia Production Team
What is Multimedia? The interactive incorporation of many media to accomplish some (educational) objective The end of teaching? (as we know it) The end.
Linux Audio Mangler Project Design Presentation Yu Chong Hector Urtubia Tony Zuliani.
Linux Audio Mangler Project Final Presentation Yu Chong Hector Urtubia Tony Zuliani.
CHAPTER TWO THE MAKING OF MULTIMEDIA: AND MULTIMEDIA DEVELOPMENT TEAM
CHAPTER TEN AUTHORING.
Introduction to Making Multimedia
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 14 Database Connectivity and Web Technologies.
I need more than my LMS! Requirements for creating multimedia Flectures.
MIRALab Where Research means Creativity SVG Open 2005 University of Geneva 1 Converting 3D Facial Animation with Gouraud shaded SVG A method.
Of 50 E GOV Universal Access Ahmed Gomaa CIMIC Rutgers University.
NCBI Genome Workbench Chuong Huynh NIH/NLM/NCBI Sao Paulo, Brasil July 15, 2004 Slides from Michael Dicuccio’s Genome Workbench.
Multimedia Systems Option Topic 2. Multimedia Systems  A Multimedia system combines different types of media into interactive information systems. 
Introduction to Interactive Media Interactive Media Tools: Authoring Applications.
Plug-in Architectures Presented by Truc Nguyen. What’s a plug-in? “a type of program that tightly integrates with a larger application to add a special.
Chapter 3-Multimedia Skills
Lesson 3-Multimedia Skills. Overview Members of a multimedia team. Roles and responsibilities in a multimedia team.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 14 Database Connectivity and Web Technologies.
Credit:  An operating system is the program that is loaded into the computer  coordinates all the activities among.
NetChat Communications Systems Steven Fuqua Barnett Trzcinski Andy Street.
 Goal ◦ Designing a friendly and simple graphical user interface facilites a video conference funtionality. ◦ The design should satisfy different group.
VIRTUAL REALITY (VR) INTRODUCTION AND BASIC APPLICATIONS الواقع الافتراضي : مقدمة وتطبيقات Dr. Naji Shukri Alzaza Assist. Prof. of Mobile technology Dean.
Chapter 8 Adding Multimedia Content to Web Pages HTML5 & CSS 7 th Edition.
Soundscapes James Martin. Overview Review System TestingPrototype Q & A.
Glencoe Introduction to Multimedia Chapter 2 Multimedia Online 1 Internet A huge network that connects computers all over the world. Show Definition.
Outline Introduction Audio and Video
Chapter 8 Sound FX Composition. Chapter 8 Sound FX Composition.
X3DOM : Integrating 3D content seamlessly into webpage
What Do Computers Do? A computer system is
Radare >1.0 &&
unitedstreaming: the next step
Enhancing Your Presentation with Multimedia
CHAPTER 8 Multimedia Authoring Tools
Potential use of JAS/JAIDA etc. SAS J2EE Review
Web Design and Development
Managed DirectX Joe Gavin.
Chapter 10 Development of Multimedia Project
DEC0807: Iowa State Science Center
Python integration in GPS
EXTENSION AND INTEGRATION
Nat 4/5 Computing Science Operating Systems
3.02D Multimedia Authoring Programs
Cloud Based Media Streamer
Genome Workbench Chuong Huynh NIH/NLM/NCBI New Delhi, India
About Multimedia Files
Demo for FRUCT9: VIDEO CAPTURING SERVICE WITH SOCIAL NETWORKS FUNCTIONALITY FOR MEEGO For the extension of multimedia, social and educational possibilities.
Android App Development Course
CS 350 – Software Design Principles and Strategies – Chapter 14
Graphics and FLTK CSCE 121 J. Michael Moore
MUSIC HIGH SCHOOL - MUSIC TECHNOLOGY – Unit 2
Chorale Generator Capstone I – Preliminary Proposal – Fall 2011
LINGO PAL.
COM 205 Multimedia Applications
Presentation transcript:

Michael LeGore Thomas Jefferson High School for Science and Technology Live Media Management Michael LeGore Thomas Jefferson High School for Science and Technology

Live Media Management Live Performances often require lots of coordination of different medias Software-Hardware interaction makes up a large part of this.

Implementation GUI interface Media Resources Using GLADE interface designer and GTK++ Media Resources Have methods and properties that can be accessed through a resource manager. Ex. Lighting class can access the sound data and pulse lights on musical beats. Dynamic Loading of Resources by Resource Management allow classes to be loaded at runtime.

Current Status Have a working (Work in progress) GUI that can play back sound clips. Have written several classes that, once integrated into the resource management can access each other. I am working on making a GUI that can be customized by the user to fit the needs of a specific performance.

Possible Extensions Multitouch interfaces Python Scripts Would require developing a GUI system that would use Multitouch Need to buy or build a multitouch display Python Scripts Need to integrate a python interpreter Would give much more flexibility in working with the program.

Long-term Goal Many Different Types of Media Extensibility Create an application capable of allowing a user to edit and play dynamic multimedia presentations Allow the user to extend the application to fit their needs, through scripting and plugins.

Expected Result Application – Extendable Some form of GUI Hardware Control Sound Playback & Effects Sound Mixing Possibly video playback

GUI