LetsVi: A Collaborative Video Editing Tool Based on Cloud Storage

Size: px
Start display at page:

Download "LetsVi: A Collaborative Video Editing Tool Based on Cloud Storage"

Transcription

1 LetsVi: A Collaborative Video Editing Tool Based on Cloud Storage Hyeong-Bae An Department of Electrical/Electronic and Computer Engineering, University of Ulsan, Nam-gu, Ulsan, South Korea. ahb910306@gmail.com Jongmoon Park. Department of Electrical/Electronic and Computer Engineering, University of Ulsan, Nam-gu, Ulsan, South Korea. monster28g@gmail.com Myung-Joon Lee* Department of Electrical/Electronic and Computer Engineering, University of Ulsan, Nam-gu, Ulsan, South Korea. *Corresponding Author mjlee@ulsan.ac.kr Abstract Video editing is considered as a process of manipulating video and audio data with video editing software. With advances in video editing/device technologies, many useful tools are presented to support effective video editing even for novice users. In this paper, we introduce a new video editing tool named LetsVi which provides systematic collaboration features through the associated group workspaces utilized by the C3ware collaborative middleware. LetsVi supports workspaces over cloud storage with user groups defined by the XMPP messaging service. The video editing functions of LetsVi is presented by extending the Pitivi open source video editing tool with useful collaborative functions. Keywords: Video editing, Collaborative video editing, C3ware, XMPP, LetsVi. Introduction Today, people can easily create video clips through smart devices without any professional recording equipment, posting and sharing those clips in popular social networks. Also, many specialized applications which provide useful facilities for manipulating digitized video help even novice users to easily handle video data for their simple purposes such as adding visual effects, assembling and merging a set of video clips. However, since video editing requires various aspects in handling video frames and audio data, video editors often face many difficulties in doing their jobs such as timing constraints, using sophisticated functionality and lack of versatile idea. As of now, there are some tools supporting simple collaboration features in video editing process. But, to our knowledge, all of them provide no systematic collaboration functionality for video editing tasks [1, 2, 3]. In this paper, we present a novel collaborative video editor named LetsVi, which is composed of two core components: management tool and editing tool. This paper is the extension of our previous work [4]. Through the management tool, the group manager for the video editing task creates and maintains the associated project, partitioning the task and assigning each partitioned subtask to one of the group members along with appropriate role. Splitting and combining video clips as well as monitoring the progress and status of each partitioned subtask are provided by this tool. All of the collaborative resources such as associated video clips and assigned information are stored and maintained in the related workspace over cloud storage through C3ware [5]. As for the editing tool, we extend Pitivi [6] with useful collaborative facilities. This tool is used to periodically update each user s task with related task information to the management tool and monitor the progresses of other. In addition, a user can get the versatile comments on his/her work from other members as well as can write comments on other member s work through the monitoring function. Based on XMPP messaging service [7], LetsVi provides real-time communication capability among project members. The rest of this paper is organized as follows. We summarize some popular video editing tools and C3ware in the following section. After that, we present the system architecture, features and implementation of LetsVi. In the next section we compare LetsVi with other video editing tools. Finally, we conclude the paper with the future work. Background In this section, we describe some well-known video editing tools, and briefly introduces the system architecture of C3ware which supports collaborative workspace. Video Editing Tools There are popular video editing tools such as Pitivi, Vegas [8], WeVideo [9] and Novacut [10] and these tools provides basic video editing services. Also, some tools supports collaborative functions, but it is very restricted. Pitivi Pitivi is an open source video editing tool for Linux, which is written in Python. It inherits its capabilities for importing and exporting media from the GStreamer [11] framework and plugins for GStreamer. Basically, Pitivi supports simple media editing capabilities such as trimming, snapping, splitting and cutting of clips. 1212

2 Vegas Vegas is a video editing software package for non-linear editing systems published by Sony Creative Software. Originally, it is audio editing software but it includes video editing features after version 2.0. Since version 13, users can collaborate through ipads application named VegasProConnect, sharing opinions and feedbacks among editors and reviewers in real-time. WeVideo WeVideo is a collaborative video editing platform for the Web and mobile users since The tool supports video editing form such as timeline, storyboard, providing a convenient work environment through simple GUI. As a collaborative feature, users can invite other users to their project so that they can create new editing projects using the same video files. Novacut Novacut is a collaborative video editor for HDSLR(High Definition Single-Lens Reflex) cameras through the Web and the associated Linux application. Users split a video file into frames and relocate them. As a collaborative feature, Novacut enables users to share their editing screens to other users in real time. C3ware C3ware is a collaborative middleware to interwork with various cloud storage for workspaces. C3ware provides various collaborative services necessary for performing group works through the SOAP, supporting versatile types of workspaces. Figure 1 shows the system architecture of C3ware. Figure 2: System structure of LetsVi User Interface & Feature Management Tool The management tool is used to create and maintain the collaborative video editing projects. A project manager works through the main user interface of the tool composed of 4 tabs: Project, Task Assignment, Monitoring and Merge as shown in Figure 3. (1) Project Tab: For the project manager, Project Tab as a one of the management tool is used to create, modify and remove video editing projects. The manager administrates the project name, state and members of the created projects in the tab. The Project Tab provides intuitive interfaces for simple use. Figure 3 shows the GUI of the Project Tab. Figure 1: System architecture of C3ware LetsVi This section explains the system structure and functionality of LetsVi along with its user interface and implementation issues. System Structure To support useful collaborative video editing environments, LetsVi has two key components; management tool and editing tool. In addition to this, LetsVi supports user/group management and communication by utilizing the Openfire XMPP server, which is extended for authentication through the LDAP [12] server. For an effective sharing of user/group information, LetsVi uses group workspaces over cloud storage provided by C3ware. Figure 2 shows the system structure of LetsVi. Figure 3: GUI of the Project Tab (2) Task Assignment Tab: For a systematic collaboration, LetsVi presents task assignment function which is splitting the source video files to assign appropriate tasks on the split video clips to specific project members. The function is provided by the Task Assignment Tab as shown in Figure 4. After partitioning original videos from his/her local storage, the manager can assign each of those clips to a specific project member. In case of editing different video files, the manager can assign each of those files to a specific project member. Lastly, the manager uploads the task assignment information and associated clips to the collaborative workspace. 1213

3 Figure 4: GUI of the Task Assignment Tab (3) Monitoring Tab: The monitoring function helps participants to live up to their assigned roles and responsibilities for project success. LetsVi also supports the Monitoring Tab for observing the state of the selected project and the work progress of all project members. As shown in Figure 6, the list of on-going subtasks of the project, the detail information of the editing project and the associated event log are provided to the manager. The event log is updated whenever the project members perform their editing work. Through the event log on each subtask, the manager can check the progress of the subtask and monitor the current state of the project, referring the comments on tasks from other members. Each video clip can be played by a video player component using the Gstreamer library. The function of splitting video files is provided by two ways, using the Split API in FFmpeg for implementation: 1) uniform partition splitting the video file into files of the same size with the fixed time duration, 2) custom partition splitting the video file into files of different sizes according to the time durations specified by the manager. The information on the task assignment is displayed as a list consisting of file name, member name, editing role and description field. This information is exported to xml file as shown in Figure 5. Figure 6: GUI of the Monitoring Tab (4) Merge Tab: As a final process of the project management, the manager combines the edited video clips from all subtasks in the Merge Tab. As shown in Figure 7, using the download button on top of the tab, video clips can be downloaded from the collaborative workspace and displayed on the list. Through the right side of the tab, the manager can play and check the video clips playback using the embedded player. Also, the manager can reorder the sequence of clips. After the manager combines video clips by clicking the Merge button, the merged file is uploaded to the collaborative workspace to share. Figure 5: The information on the task assignment Completing the assignment job, the manager uploads the split video clips and the xml file including the information on the task assignment to the group workspace over cloud storage provided by C3ware. When uploading is complete, the management tool sends a message to the project members through XMPP messaging. Figure 7: GUI of the Merge Tab 1214

4 Editing Tool To support a powerful and flexible video editing, we extend a popular open source video editing tool, Pitivi. Based on the rich functions of Pitivi, the editing tool provides additional collaborative features in relation to the management tool. Figure 8 shows the main window of the editing tool. Figure 9: Collaboration process in LetsVi Implementation Issues The functionalities of LetsVi are provided by the management tool and the editing tool with the help of XMPP server, C3ware server and LDAP server. In this section, we describe some implementation issues on LetsVi. Figure 8: Main window of the editing tool In addition, we utilize the XMPP messaging client for effective communication among the group members. Using the tool, members can share their own task progresses easily in the project workspace. Also, as in the management tool, the editing tool provides users with the monitoring function for other tasks in the same project. The following scenarios describe typical uses of the tool. 1 The user starts the LetsVi XMPP client, which provides the function of executing the editing tool. In the tool, the user can select one of the assigned tasks through dialogue. 2 Clicking the import button, the user can download the video file related to the selected task from the collaborative workspace of the project, performing his/her editing job through the functions of Pitivi. 3 Through the monitoring button, the user can observe the state of the on-going project and the work progress of other project members. 4 When the update button is pressed, the video file in editing is uploaded into the collaborative workspace as well as saved into his/her local storage. 5 Clicking the complete button, the status of the task is transited into Done after uploading the final version of the video file. (1) Interaction among LetsVi Components: Collaboration in LetsVi is performed based on XMPP user/group information. This information is synchronized with the associated LDAP server, which is used for authentication to the C3ware server. Figure 9 presents process to synchronize group information and sharing collaborative resources in LetsVi The information of user/group in the XMPP server is transmitted to the LDAP server, and the LDAP server stores it in a hierarchical way. After creating a project and finishing task assignment, the project manager requests to C3ware for uploading collaborative resources to the related group workspace. C3ware authenticates the requester via the LDAP server. The LDAP server checks the requested user utilizing the registered group information, and then returns the result. After authentication, C3ware provides authority to access workspace to the certified user. Likewise steps 2-5, the project members can upload/download collaborative resources to the related workspace through C3ware. (2) Sharing Collaborative Resources: The collaborative features of LetsVi is centered on the related workspaces. As shown in Figure 10, a collaborative workspace is structured in a hierarchical fashion, storing the video clips and the subtask information in the associated task folder according to the task assignment for the project. 1215

5 Source import suds.client as sudscl client = sudscl.client(url) result = client.service.uploadresource(wid, uid, pkey, pid, fname, len, token) if responsecheck(result) == 0: transmitfile(filepath, getport(result)) Figure 10: Hierarchical structure in workspace The structure of the workspace helps a user update his/her video clip or task information into the right place in the workspace through the update button. Also, it makes other members to share this information simultaneously, leading to the monitoring function of LetsVi. (3) Extension of Pitivi : Pitivi is an open source software written in Python3 which provides GUI using Gtk+3. For the implementation of the editing tool of LetsVi, we extend Pitivi version (0.93) in Ubuntu (13.10) Linux OS. To provide the collaborative features in the editing tool, the source files mainwindow.py and medialibrary.py implementing the core user interface of Pitivi are modified. Also, to access collaborative workspaces through C3ware and to communicate among project members through XMPP server, the associated communication module is added into Pitivi. For requesting the web services to C3ware from the editing tool, we use the SUDS [13] SOAP client library for Python environment. Table 1 shows the partial source code for uploading a video file to the workspace. Variables Table 1: Source code for uploading in editing tool url : web service URL token : user access token wid : workspace id pkey : parent key pid : parent folder id fname : upload file name len : file length Methods uploadresource : upload file method of C3ware. Result form is xml document. If response code is 0, user can transmit file through designated port trasnmitfile : transmit local file to workspace using socket Comparisons In this section, we compare LetsVi with other popular video editing tools: Pitivi, Vegas, WeVideo and Novacut. There are two approaches to represent the layout of video clips for editing : storyboard and timeline. A timeline displays the clips and the associated edit effects over time, usually supporting multiple tracks for editing. A storyboard presents clips as equal-size pictures, which user can drag around to place in the desired order. Among the above tools, only WeVideo supports both layouts. All of the tools except Novacut provides functions for adding video/sound effects, whereas only Novacut provides the reordering of video clips according to the positions of video frames. As for collaborative features, a user can invite other users to his/her project in WeVideo, while Novacut users can share their editing screens simultaneously through the WEB or the deployed application. Through the deployed ipads application, Vegas enables reviewers and editors to comment on projects simultaneously. In addition, reviewers can download project proxies onto their ipads, reviewing them anywhere and anytime. In contrast to the other tools, LetsVi singularly supports a collaborative workspace over cloud storage for a group of users for video editing. Through the workspace, the manager for a video editing project can assign subtasks to the group members while the members can obtain the video clips and the associated information from the workspace. Also, the group members can monitor the progress and status of each subtask through the information on the workspace. The management of group information among the various components in LetsVi is automatically performed utilizing the group information of the associated XMPP messaging facility. Table 2 shows the summary of comparison among LetsVi and the other tools. Table 2: Tool comparison Pitivi Vegas WeVideo Novacut LetsVi Platform Linux Window & ios Timeline or Timeline Timeline Both Storyboard Web & Linux Mobile Linux Storyboard Timeline Edit Frame Video/Audio Effect Collaborative workspace Messaging Comment &

6 Task Assignment Task Monitoring Group Management (- : unsupported, : supported) Result and Future Work For a decade, the concept of collaboration has become an important keyword in lots of groupware, office software, social network services and much application software. Unfortunately, there has been not much effort in the area of video editing works. In this paper, we introduced a new collaboration tool named LetsVi which meets the requirement from the concept of collaboration. As a collaboration tool for video editing, LetsVi can increase productivity and quality for professional and fun purposes. Its management tool enables the manager of a complex video editing task to create and maintain the associated project in a systematic way. Using the tool, the manager can easily partition the editing task, assigning the subtasks to the group members. The functionality for monitoring the progress and status of each subtask is also supported by both the management tool and the editing tool. In virtue of utilizing C3ware, all of the resources for video data and housekeeping information are stored and maintained in the workspaces specific to the related groups over cloud storage. Moreover, through the integration of XMPP messaging client for LetsVi and the extension of Pitivi, the editing tool provides rich collaboration features in association with collaborative workspaces and real-time messaging as well as the editing features from Pitivi. We believe that LetsVi would be very helpful for many people to rapidly modify the existing video resources as a team, and to produce valuable and interesting results in an efficient way. As of now, we are planning to develop a webbased tool with the functionality of LetsVi. Interaction (TEI 07). ACM, New York, pp , [4] An H.-B., Park J.-M., Lee M.-J., Supporting Collaborative Video Editing Over Cloud Storage, In Proceedings of the 5th International Interdisciplinary Workshop Series, Jeju, [5] Lee, H.-C., Park, J.-E., Lee, M.-J, C3ware: A Middleware Supporting Collaborative Services over Cloud Storage. The Computer Journal, pp [6] Pitivi, [7] XMPP, [8] Vegas, Sony Creative Software, 2007 [9] WeVideo, [10] Novacut, [11] GStreamer Team.GStreamer: open source multimedia framework. [12] LDAP, HOWES, T., SMITH, M., AND GOOD, G. Understanding and Deploying LDAP Directory Services. Macmillan Publishing Co., Inc., Indianapolis, IN, [13] SUDS, Acknowledgement This work was supported by the 2015 Research Fund of University of Ulsan. References [1] Schroeter, R., Hunter, J. and Kosovic, D., Vannotea, A collaborative video indexing, annotation and discussion system for broadband networks, In Proceedings of the K-CAP 2003 Workshop on Knowledge Markup and Semantic Annotation, pp. 1-8, [2] Engström, A., Esbjörnsson, M. and Juhlin, O., Mobile Collaborative Live Video Mixing. In ProcMobileHCI ACM Press, pp , [3] Zigelbaum, J., Horn, M. S., Shaer, O., and Jacob, R. J. K., The tangible video editor: collaborative video editing with active tokens. In Proceedings of the 1st International Conference on Tangible and Embedded 1217

Supporting Collaborative Video Editing Over Cloud Storage

Supporting Collaborative Video Editing Over Cloud Storage , pp.110-114 http://dx.doi.org/10.14257/astl.2014.67.26 Supporting Collaborative Video Editing Over Cloud Storage Hyeong-Bae An 1, Jongmoon Park 1, Myung-Joon Lee 2 School of Electircal Engineering, University

More information

Lets3D: A Collaborative 3D Editing Tool Based On Cloud Storage

Lets3D: A Collaborative 3D Editing Tool Based On Cloud Storage , pp.189-198 http://dx.doi.org/10.14257/ijmue.2015.10.9.20 Lets3D: A Collaborative 3D Editing Tool Based On Cloud Storage Yeoun-Ui Ha 1, Jae-Hwan Jin 1 and Myung-Joon Lee 2* Department of Electrical/Electronic

More information

Tutorial. Introduction to Windows Movie Maker 2.1. A Hands-on Workshop. from the Academic Technology Center. Distributed Learning Services, CIT

Tutorial. Introduction to Windows Movie Maker 2.1. A Hands-on Workshop. from the Academic Technology Center. Distributed Learning Services, CIT Tutorial Introduction to Windows Movie Maker 2.1 A Hands-on Workshop from the Academic Technology Center Distributed Learning Services, CIT Adapted with permission by Waynesburg College AAM Copyright 2005

More information

Managing Media with Final Cut Pro X Libraries. White Paper June 2014

Managing Media with Final Cut Pro X Libraries. White Paper June 2014 White Paper June 2014 2 Contents 3 Introduction 4 What s New in Final Cut Pro X 10.1 Libraries Managed and External Media Generated Media 6 Update Projects and Events to Final Cut Pro X 10.1 Before You

More information

Welcome to Corel VideoStudio Pro X5

Welcome to Corel VideoStudio Pro X5 Contents Welcome to Corel VideoStudio Pro X5............................ 2 New Features and Enhancements................................ 4 Getting to Know the Workspace.................................

More information

VPMS - Advanced Media Management

VPMS - Advanced Media Management VPMS - Advanced Media Management Media Asset Management for Enterprise Needs As the volume of media data and the need for processing speed increases exponentially, professionals in broadcasting and other

More information

An Introduction to Box.com

An Introduction to Box.com An Introduction to Box.com Box is an online file sharing and cloud content management service and it provides features such as: Security controls Space Mobility Online collaboration Mobile access Version

More information

Working with Windows Movie Maker

Working with Windows Movie Maker 518 442-3608 Working with Windows Movie Maker Windows Movie Maker allows you to make movies and slide shows that can be saved to your computer, put on a CD, uploaded to a Web service (such as YouTube)

More information

Using Windows Movie Maker with Still Images

Using Windows Movie Maker with Still Images Using Windows Movie Maker with Still Images Dr. Marshall G. Jones Winthrop University This is an introduction to Windows Movie Maker created specifically to help you import and manage still images. Windows

More information

WHITE PAPER. Integrating Adobe Premiere Pro with emam for a Collaborative Workflow

WHITE PAPER. Integrating Adobe Premiere Pro with emam for a Collaborative Workflow WHITE PAPER Integrating Adobe Premiere Pro with emam for a Collaborative Workflow Contents Introduction... 2 Adobe Premiere Pro- Choice of Professional Editors... 3 emam and Premiere Pro Integration...

More information

XBMC Architecture Overview

XBMC Architecture Overview XBMC Architecture Overview XBMC Media Center Telematics Freedom Foundation - TFF XBMC Media Center is your ultimate multimedia hub. From the stunning interface, down to the helpful and enthusiastic community,

More information

Making a Video Year Six

Making a Video Year Six Making a Video Year Six Unit Overview This children introduces the idea of using photos and videos within a multimedia presentation. Children will cover: - Using a digital camera to take photographs and

More information

SeeVogh Player manual

SeeVogh Player manual SeeVogh Player manual Current Version as of: (03/28/2014) v.2.0 1 The SeeVogh Player is a simple application, which allows you to playback recordings made during a SeeVogh meeting with the recording function

More information

USING WINDOWS MOVIE MAKER TO CREATE THE MOMENT BEHIND THE PHOTO STORY PART 1

USING WINDOWS MOVIE MAKER TO CREATE THE MOMENT BEHIND THE PHOTO STORY PART 1 PART 1 Windows Movie Maker lets you assemble a range of video, pictures, and sound elements to create a story. It is an application that comes with most PC computers. This tip sheet was created using Windows

More information

ASUS WebStorage Client-based for Windows [Advanced] User Manual

ASUS WebStorage Client-based for Windows [Advanced] User Manual ASUS WebStorage Client-based for Windows [Advanced] User Manual 1 Welcome to ASUS WebStorage, your personal cloud space Our function panel will help you better understand ASUS WebStorage services. The

More information

http://docs.trendmicro.com/en-us/enterprise/safesync-for-enterprise.aspx

http://docs.trendmicro.com/en-us/enterprise/safesync-for-enterprise.aspx Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, review the readme files, release

More information

Windows Movie Maker Guide

Windows Movie Maker Guide Windows Movie Maker Guide This guide will instruct you on how to get video footage from a DV (digital) camcorder to a PC. It will also provide basic functions for editing and enhancing. 1 Windows Movie

More information

Video Editing Tools. digital video equipment and editing software, more and more people are able to be

Video Editing Tools. digital video equipment and editing software, more and more people are able to be 1 Video Editing Tools I. Introduction and Significance of the Topic Video editing once to be privilege of few, however, with recent advances in digital video equipment and editing software, more and more

More information

White Paper. Anywhere, Any Device File Access with IT in Control. Enterprise File Serving 2.0

White Paper. Anywhere, Any Device File Access with IT in Control. Enterprise File Serving 2.0 White Paper Enterprise File Serving 2.0 Anywhere, Any Device File Access with IT in Control Like it or not, cloud- based file sharing services have opened up a new world of mobile file access and collaborative

More information

Using Windows Movie Maker to Create Movies

Using Windows Movie Maker to Create Movies Using Windows Movie Maker to Create Movies Windows Movie Maker 2.1 is free! It comes with Windows XP or can be downloaded from the Microsoft Website. http://www.microsoft.com/windowsxp/downloads/updates/moviemaker2.mspx

More information

CinePlay 1.1.2. User Manual

CinePlay 1.1.2. User Manual CinePlay User Manual 1 CinePlay 1.1.2 User Manual CinePlay is a professional ios video player complete with timecode overlays, markers, masking, safe areas and much more. It is ideal for dailies, portfolios,

More information

Digital Asset Management. Content Control for Valuable Media Assets

Digital Asset Management. Content Control for Valuable Media Assets Digital Asset Management Content Control for Valuable Media Assets Overview Digital asset management is a core infrastructure requirement for media organizations and marketing departments that need to

More information

1. Nuxeo DAM User Guide... 2 1.1 Nuxeo DAM Concepts... 2 1.2 Working with digital assets... 3 1.2.1 Import assets in Nuxeo DAM... 3 1.2.

1. Nuxeo DAM User Guide... 2 1.1 Nuxeo DAM Concepts... 2 1.2 Working with digital assets... 3 1.2.1 Import assets in Nuxeo DAM... 3 1.2. Nuxeo DAM User Guide...................................................................................... 2 1 Nuxeo DAM Concepts....................................................................................

More information

Spontania User Setup Guide

Spontania User Setup Guide Spontania User Setup Guide ClearOne 5225 Wiley Post Way Suite 500 Salt Lake City, UT 84116 Telephone 1.800.945.7730 1.801.975.7200 Spontania Support 1.801.974.3612 TechSales 1.800.705.2103 FAX 1.801.977.0087

More information

A Monitored Student Testing Application Using Cloud Computing

A Monitored Student Testing Application Using Cloud Computing A Monitored Student Testing Application Using Cloud Computing R. Mullapudi and G. Hsieh Department of Computer Science, Norfolk State University, Norfolk, Virginia, USA r.mullapudi@spartans.nsu.edu, ghsieh@nsu.edu

More information

Information Technology Lab School of Information University of Texas Summer 2005

Information Technology Lab School of Information University of Texas Summer 2005 Introduction to Windows Movie Maker 2 1 Information Technology Lab School of Information University of Texas Summer 2005 1. Introduction This paper tutorial is designed as a basic introduction to Microsoft

More information

REDCap project creation is not possible in the Mobile App

REDCap project creation is not possible in the Mobile App About the REDCap Mobile App REDCap software provides its online users with the ability to create and manage surveys and databases quickly and securely to facilitate data collection. The REDCap mobile app

More information

Getting started 7. Designing interfaces 27

Getting started 7. Designing interfaces 27 Contents Contents 1 2 3 Getting started 7 Introducing Android 8 Installing Java 10 Installing App Inventor 12 Beginning your first app 14 Adding components 16 Adding behavior 18 Preparing devices 20 Running

More information

Learning Management System

Learning Management System User Manual for Faculty Members Learning Management System Adding Course Materials (Resources) Manal Al Shehri 1/8/2014 Contents Resource... 2 How to add Book... 3 How to add file... 7 How to add Folder...

More information

Jitterbit Technical Overview : Salesforce

Jitterbit Technical Overview : Salesforce Jitterbit allows you to easily integrate Salesforce with any cloud, mobile or on premise application. Jitterbit s intuitive Studio delivers the easiest way of designing and running modern integrations

More information

ACR Triad Site Server Click Once Software System

ACR Triad Site Server Click Once Software System ACR Triad Site Server Click Once Software System Version 2.5 20 October 2008 User s Guide American College of Radiology 2007 All rights reserved. CONTENTS INTRODUCTION...3 ABOUT TRIAD...3 DEFINITIONS...4

More information

How many titles are available? What if I can t find the title I m looking for?

How many titles are available? What if I can t find the title I m looking for? What is Criterion-on-Demand? Criterion-on-Demand is an on-line feature film digital delivery platform. Our goal is to provide easy access to educationally relevant feature films used in Canadian Higher

More information

Jitterbit Technical Overview : Microsoft Dynamics AX

Jitterbit Technical Overview : Microsoft Dynamics AX Jitterbit allows you to easily integrate Microsoft Dynamics AX with any cloud, mobile or on premise application. Jitterbit s intuitive Studio delivers the easiest way of designing and running modern integrations

More information

WINDOWS MOVIEMAKER Understanding collections, projects, and movies

WINDOWS MOVIEMAKER Understanding collections, projects, and movies WINDOWS MOVIEMAKER Understanding collections, projects, and movies The terms collection, project, and movie are used throughout the user interface and Help. The following topic explains these terms and

More information

Mobile Operating Systems Lesson 05 Windows CE Part 1

Mobile Operating Systems Lesson 05 Windows CE Part 1 Mobile Operating Systems Lesson 05 Windows CE Part 1 Oxford University Press 2007. All rights reserved. 1 Windows CE A 32 bit OS from Microsoft Customized for each specific hardware and processor in order

More information

1. Digital Asset Management User Guide... 2 1.1 Digital Asset Management Concepts... 2 1.2 Working with digital assets... 4 1.2.1 Importing assets in

1. Digital Asset Management User Guide... 2 1.1 Digital Asset Management Concepts... 2 1.2 Working with digital assets... 4 1.2.1 Importing assets in 1. Digital Asset Management User Guide....................................................... 2 1.1 Digital Asset Management Concepts.................................................... 2 1.2 Working with

More information

Introducing the AT&T Connect Web Participant Integrated/Enterprise Edition Version 9 January 2011

Introducing the AT&T Connect Web Participant Integrated/Enterprise Edition Version 9 January 2011 Introducing the AT&T Connect Web Participant Integrated/Enterprise Edition Version 9 January 2011 2011 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained

More information

NaviCell Data Visualization Python API

NaviCell Data Visualization Python API NaviCell Data Visualization Python API Tutorial - Version 1.0 The NaviCell Data Visualization Python API is a Python module that let computational biologists write programs to interact with the molecular

More information

Creating and Editing Movies Using Windows Live Movie Maker

Creating and Editing Movies Using Windows Live Movie Maker Creating and Editing Movies Using Windows Live Movie Maker Once you have collected footage using a video camera, you can assemble and edit it in Windows Live Movie Maker. Once your movie is fi nished,

More information

Microsoft Dynamics CRM 2013 Applications Introduction Training Material Version 2.0

Microsoft Dynamics CRM 2013 Applications Introduction Training Material Version 2.0 Microsoft Dynamics CRM 2013 Applications Introduction Training Material Version 2.0 www.firebrandtraining.com Course content Module 0 Course Content and Plan... 4 Objectives... 4 Course Plan... 4 Course

More information

Using Impatica for Power Point

Using Impatica for Power Point Using Impatica for Power Point What is Impatica? Impatica is a tool that will help you to compress PowerPoint presentations and convert them into a more efficient format for web delivery. Impatica for

More information

EventCentre : Getting Started with the Universal Communications. Universal Communications Format Toolkit Overview. How UCF Works

EventCentre : Getting Started with the Universal Communications. Universal Communications Format Toolkit Overview. How UCF Works EventCentre : Getting Started with the Universal Communications InterCall, in partnership with WebEx, provides EventCentre web conferencing services. Because EventCentre is powered by WebEx, this guide

More information

1. Digital Asset Management User Guide... 2 1.1 Digital Asset Management Concepts... 2 1.2 Working with digital assets... 4 1.2.1 Importing assets in

1. Digital Asset Management User Guide... 2 1.1 Digital Asset Management Concepts... 2 1.2 Working with digital assets... 4 1.2.1 Importing assets in 1. Digital Asset Management User Guide........................................................................... 2 1.1 Digital Asset Management Concepts........................................................................

More information

All-in-one webinar solution. User Guide For Account Holders and Moderators

All-in-one webinar solution. User Guide For Account Holders and Moderators All-in-one webinar solution. User Guide For Account Holders and Moderators CHAPTER 1 Quick Start Guide You will learn how to schedule your first session in 5 easy steps. STEP ONE: Login to Onstream Webinars

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Contents Welcome to Corel VideoStudio Pro X6............................ 2 New Features and Enhancements................................ 4 Understanding the Workspace..................................

More information

OpenScape Web Collaboration

OpenScape Web Collaboration OpenScape Web Collaboration The quickest and easiest way to collaborate, share and support online Performance-boosting collaboration and secure support from anywhere Issues raised, ideas shared and decisions

More information

Deltek Touch Time & Expense for GovCon. User Guide for Triumph

Deltek Touch Time & Expense for GovCon. User Guide for Triumph Deltek Touch Time & Expense for GovCon User Guide for Triumph November 25, 2014 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or

More information

Windows Live Movie Maker Tutorial

Windows Live Movie Maker Tutorial Introduction Welcome to the Windows Live Movie Maker (WLMM) Tutorial. This tutorial will help you create, edit, and finalize your WLMM video project. Table of Contents Creating and Saving a Project.. Importing

More information

Toward a community enhanced programming education

Toward a community enhanced programming education Toward a community enhanced programming education Ryo Suzuki University of Tokyo Tokyo, Japan 1253852881@mail.ecc.utokyo.ac.jp Permission to make digital or hard copies of all or part of this work for

More information

College of Continuing Education Video Production Room

College of Continuing Education Video Production Room College of Continuing Education Video Production Room To Begin a Session: Step 1: Turn on the Station by pressing the red switch near the desktop monitor. By doing this the following equipment will be

More information

Issues in Android on Mobile Platform and Their Resolution

Issues in Android on Mobile Platform and Their Resolution Issues in Android on Mobile Platform and Their Resolution 1 Monika A. Ganpate, 2 Dipika R. Shinde 1, 2 Institute of Management and Computer Studies, Thane (West), India, University of Mumbai, India Abstract:

More information

Creating a DUO MFA Service in AWS

Creating a DUO MFA Service in AWS Amazon AWS is a cloud based development environment with a goal to provide many options to companies wishing to leverage the power and convenience of cloud computing within their organisation. In 2013

More information

Windows Live Movie Maker

Windows Live Movie Maker Windows Live Movie Maker What is Windows Live Movie Maker? Windows Live Movie Maker is available on all computers that have Windows 7. Teachers and students use Windows Live Movie Maker to turn videos

More information

EasyCAP Video Capture with Audio Quick Installation Guide

EasyCAP Video Capture with Audio Quick Installation Guide Overview EasyCAP Video Capture with Audio Quick Installation Guide The EasyCAP USB 2.0 Video Capture with Audio, it can capture High-quality video and audio file direct by USB 2.0 interface without sound

More information

Blackboard Collaborate Introduction & Handbook

Blackboard Collaborate Introduction & Handbook CSU Stanislaus Office of Information Technology Blackboard Collaborate Introduction & Handbook What is Collaborate? Blackboard Collaborate is the university s online meeting and conferencing service. Users

More information

Adobe Anywhere for video Collaborate without boundaries

Adobe Anywhere for video Collaborate without boundaries Introducing Adobe Anywhere for video Collaborate without boundaries As a professional video producer, you face a growing demand for more content on a widening variety of devices and platforms. Today s

More information

UOFL SHAREPOINT ADMINISTRATORS GUIDE

UOFL SHAREPOINT ADMINISTRATORS GUIDE UOFL SHAREPOINT ADMINISTRATORS GUIDE WOW What Power! Learn how to administer a SharePoint site. [Type text] SharePoint Administrator Training Table of Contents Basics... 3 Definitions... 3 The Ribbon...

More information

AxxonSoft Inc. Axxon Smart. Quick Start Guide. AxxonSoft. The. Axxon Smart. Software Package. Quick Start Guide. Version 1.0

AxxonSoft Inc. Axxon Smart. Quick Start Guide. AxxonSoft. The. Axxon Smart. Software Package. Quick Start Guide. Version 1.0 AxxonSoft The Axxon Smart Software Package Quick Start Guide Version 1.0 Moscow 2010 1 Contents CONTENTS... 2 1 INTRODUCTION... 3 1.1 Document purpose... 3 1.2 Purpose of the Axxon Smart software package...

More information

DreamTeam User Guide. Product Usage and Best Practices Guide. By Adam Buxbaum

DreamTeam User Guide. Product Usage and Best Practices Guide. By Adam Buxbaum DreamTeam User Guide Product Usage and Best Practices Guide By Adam Buxbaum December 9, 2010 Table of Contents Introduction... 4 Project Manager... 5 Creating Projects... 6 Managing Resources: Addition

More information

2) Sharing Projects Made easy by IntelliGantt s Share Wizard, there are three share options to fit the needs of your project.

2) Sharing Projects Made easy by IntelliGantt s Share Wizard, there are three share options to fit the needs of your project. Introduction TeamDirection IntelliGantt solutions allows you and the rest of your project team to collaborate on your projects together. How you would like work together is up to you. The project manager

More information

Movie Maker 2 Beginning

Movie Maker 2 Beginning Movie Maker 2 Beginning Quick Overview...3 Preparing a Folder...3 Collecting Resources...3 Pictures...4 Screen Resolution...4 Starting Windows Movie Maker...4 Which Version?...4 Windows Movie Maker 2 Window...4

More information

Access All Your Files on All Your Devices

Access All Your Files on All Your Devices d Access All Your Files on All Your Devices The Best Performance, Features and Price for Private cloud storage for all platforms Windows, Mac, Linux, ios, Android, Blackberry & more Enterprise Private

More information

5.1 Features 1.877.204.6679. sales@fourwindsinteractive.com Denver CO 80202

5.1 Features 1.877.204.6679. sales@fourwindsinteractive.com Denver CO 80202 1.877.204.6679 www.fourwindsinteractive.com 3012 Huron Street sales@fourwindsinteractive.com Denver CO 80202 5.1 Features Copyright 2014 Four Winds Interactive LLC. All rights reserved. All documentation

More information

Pastiche. Bring training content to your learners tablets PASTICHE DATA SHEET. Product Highlights

Pastiche. Bring training content to your learners tablets PASTICHE DATA SHEET. Product Highlights Pastiche is an end-to-end solution from content import and authoring to consumption on your custom branded app. Deploy your app in as little as 30-60 days, ensuring you the fastest go-to-market in a highly

More information

Getting Started with Adobe Connect. Div of IT Learning Technologies

Getting Started with Adobe Connect. Div of IT Learning Technologies Getting Started with Adobe Connect Div of IT Learning Technologies Contents Introduction to Adobe Connect... 3 Technical Specifications... 3 Creating Meetings... 4 Meeting User Roles... 5 Managing Audio

More information

DroboAccess User Manual

DroboAccess User Manual DroboAccess User Manual Release 8.2 The DroboAccess developers June 02, 2016 CONTENTS 1 DroboAccess 8.2 User Manual Introduction 1 2 Configuration of DroboAccess 8.2 3 2.1 Users, passwords and share management................................

More information

PROJECT MANAGEMENT SYSTEM

PROJECT MANAGEMENT SYSTEM Requirement Analysis Document v.2 14.12.2009 CENG-401 SOFTWARE ENGINEER PROJECT MANAGEMENT SYSTEM (Project Manager) Ahmet Edip SEÇKİN 07010555 (Developer) Erhan ŞEN 07010507 (Developer) Semih Serdar CENGİZOĞLU

More information

CloudCall for Salesforce- Quick Start Guide. CloudCall for Act! CRM Quick Start Guide

CloudCall for Salesforce- Quick Start Guide. CloudCall for Act! CRM Quick Start Guide CloudCall for Salesforce- Quick Start Guide CloudCall for Act! CRM Quick Start Guide 26/01/2015 Plugin Overview About SYNETY SYNETY is a leading cloud- based software and communications company that develops

More information

HELIX MEDIA LIBRARY API DEVELOPER S GUIDE

HELIX MEDIA LIBRARY API DEVELOPER S GUIDE HELIX MEDIA LIBRARY API DEVELOPER S GUIDE Helix Media Library Version 2.0 Revision Date: August 2015 1. Helix Media Library API 1.1 Overview The Helix Media Library (HML) API (Application Programming Interface)

More information

Comparisons and Contrasts Between imovie 2 and Movie Maker 2

Comparisons and Contrasts Between imovie 2 and Movie Maker 2 Comparisons and Contrasts Between imovie 2 and Movie Maker 2 imovie 2 and Movie Maker 2 are both very simple digital video editing programs. Essentially, Movie Maker was created by Microsoft to mimic the

More information

BLACKBOARD CONTENT COLLECTION FACULTY TRAINING GUIDE

BLACKBOARD CONTENT COLLECTION FACULTY TRAINING GUIDE BLACKBOARD CONTENT COLLECTION FACULTY TRAINING GUIDE Table of Contents About the Guide... 1 Overview... 2 Navigating the Content Collection... 3 Accessing the Content Collection... 3 Content Collection

More information

Creating a Digital Movie with Pinnacle Studio (v. 10) Overview... 2. Using Pinnacle Studio... 3

Creating a Digital Movie with Pinnacle Studio (v. 10) Overview... 2. Using Pinnacle Studio... 3 Creating a Digital Movie with Pinnacle Studio (v. 10) Overview... 2 Understanding Movie Formats...2 Permissions and Copyright...2 Using Pinnacle Studio... 3 Step One: Capturing Video from a Digital Camera...3

More information

Rich Media & HD Video Streaming Integration with Brightcove

Rich Media & HD Video Streaming Integration with Brightcove Rich Media & HD Video Streaming Integration with Brightcove IBM Digital Experience Version 8.5 Web Content Management IBM Ecosystem Development 2014 IBM Corporation Please Note IBM s statements regarding

More information

Business Process Management IBM Business Process Manager V7.5

Business Process Management IBM Business Process Manager V7.5 Business Process Management IBM Business Process Manager V7.5 Federated task management for BPEL processes and human tasks This presentation introduces the federated task management feature for BPEL processes

More information

Using Multimedia with Microsoft PowerPoint 2003: A guide to inserting Video into your presentations

Using Multimedia with Microsoft PowerPoint 2003: A guide to inserting Video into your presentations Using Multimedia with Microsoft PowerPoint 2003: A guide to inserting Video into your presentations By Jonathan Gratch Institute of Math Science and Technology Education Texas Christian University Email:

More information

Chapter 10: Multimedia and the Web

Chapter 10: Multimedia and the Web Understanding Computers Today and Tomorrow 12 th Edition Chapter 10: Multimedia and the Web Learning Objectives Define Web-based multimedia and list some advantages and disadvantages of using multimedia.

More information

Camtasia Studio. Creating Screen Videos

Camtasia Studio. Creating Screen Videos Camtasia Studio Creating Screen Videos WORKSHOP DESCRIPTION... 1 Overview 1 Prerequisites 1 Objectives 1 INTRODUCTION... 1 WHY USE CAMTASIA STUDIO?... 2 WHERE CAN I GET CAMTASIA STUDIO?... 2 HOW TO USE

More information

QuickTime Streaming. End-to-end solutions for live broadcasting and on-demand streaming of digital media. Features

QuickTime Streaming. End-to-end solutions for live broadcasting and on-demand streaming of digital media. Features QuickTime Streaming End-to-end solutions for live broadcasting and on-demand streaming of digital media. Features Unlimited cross-platform streaming Streams to standards-based media players on any platform

More information

Solution Brief: Archiving Avid Interplay Projects using NLT and XenData

Solution Brief: Archiving Avid Interplay Projects using NLT and XenData Solution Brief: Archiving Avid Interplay Projects using NLT and XenData Contents 1. Introduction to the Open Interplay Archive 2. Solution Benefits 3. System Architecture 4. How to Archive and Restore

More information

Study of SAP ERP Connection System Driven in Smartphone

Study of SAP ERP Connection System Driven in Smartphone Study of SAP ERP Connection System Driven in Smartphone 1 Jong Youel Park, 2 Dea-Woo Park 1, First Author Hoseo Graduate School of Venture, park4567@daum.net *2,Corresponding Author Hoseo Graduate School

More information

Jive Connects for Openfire

Jive Connects for Openfire Jive Connects for Openfire Contents Jive Connects for Openfire...2 System Requirements... 2 Setting Up Openfire Integration... 2 Configuring Openfire Integration...2 Viewing the Openfire Admin Console...3

More information

The Digital Signage System Supporting Multi-Resources Schedule on an Elevator

The Digital Signage System Supporting Multi-Resources Schedule on an Elevator , pp. 219-228 http://dx.doi.org/10.14257/ijsh.2015.9.8.23 The Digital Signage System Supporting Multi-Resources Schedule on an Elevator Woon-Yong Kim and SoonGohn Kim (Corresponding Author) Department

More information

TeamViewer 9 Manual Remote Control

TeamViewer 9 Manual Remote Control TeamViewer 9 Manual Remote Control Rev 9.2-07/2014 TeamViewer GmbH Jahnstraße 30 D-73037 Göppingen www.teamviewer.com Table of Contents 1 About TeamViewer... 6 1.1 About the software... 6 1.2 About the

More information

Egnyte for Power and Standard Users. User Guide

Egnyte for Power and Standard Users. User Guide Egnyte for Power and Standard Users User Guide Egnyte Inc. 1350 West Middlefield Road. Mountain View, CA 94043, USA Phone: 877-7EGNYTE (877-734-6983) Revised June 2015 Table of Contents Chapter 1: Getting

More information

Rational DOORS Next Generation. Quick Start Tutorial

Rational DOORS Next Generation. Quick Start Tutorial Rational DOORS Next Generation Quick Start Tutorial 1 Contents 1. Introduction... 2 2. Terminology... 3 3. Project Area Preparation... 3 3.1 Creating the project area... 3 4 Browsing Artifacts and Modules...

More information

TeamViewer 7 Manual Remote Control

TeamViewer 7 Manual Remote Control TeamViewer 7 Manual Remote Control TeamViewer GmbH Kuhnbergstraße 16 D-73037 Göppingen www.teamviewer.com Table of Contents 1 About TeamViewer... 5 1.1 About the software... 5 1.2 About the manual... 5

More information

TeamViewer 7 Manual Remote Control

TeamViewer 7 Manual Remote Control TeamViewer 7 Manual Remote Control TeamViewer GmbH Kuhnbergstraße 16 D-73037 Göppingen teamviewer.com Table of Contents 1 About TeamViewer... 5 1.1 About the software... 5 1.2 About the manual... 5 2 Basics...

More information

MAXPRO. Cloud CLOUD HOSTED VIDEO SERVICES TO PROTECT YOUR BUSINESS. Video Anytime, Anywhere

MAXPRO. Cloud CLOUD HOSTED VIDEO SERVICES TO PROTECT YOUR BUSINESS. Video Anytime, Anywhere MAXPRO Cloud CLOUD HOSTED VIDEO SERVICES TO PROTECT YOUR BUSINESS Video Anytime, Anywhere HOSTED VIDEO SURVEILLANCE Video in the cloud 2 Anytime, Anywhere Why the Cloud? The cloud is everywhere. Whether

More information

ShopWindow Integration and Setup Guide

ShopWindow Integration and Setup Guide ShopWindow Integration and Setup Guide Contents GETTING STARTED WITH SHOPWINDOW TOOLSET... 3 WEB SERVICES, CLIENT SOFTWARE, OR DIRECT?...3 SHOPWINDOW SIGNUP...4 ACCESSING SHOPWINDOW TOOLSET...4 WEB SERVICES...

More information

Quareo ICM Server Software

Quareo ICM Server Software The Quareo Infrastructure Configuration Manager (ICM) is a server software application designed to document and administer both passive and active network connectivity infrastructure. ICM enables management

More information

Digital Story Telling with Windows Movie Maker Step by step

Digital Story Telling with Windows Movie Maker Step by step . PAGE 1 Superhighways 2013 CONTENTS Before you open Windows Movie Maker (WMM)... 3 Organising your digital assets... 3 Windows Live Photo Gallery... 3 Your First Project in WMM... 4 Adding Audio... 6

More information

All of the IntelliGanttt functions are accessed directly in Microsoft Project from the IntelliGanttt menu on the menu bar.

All of the IntelliGanttt functions are accessed directly in Microsoft Project from the IntelliGanttt menu on the menu bar. Introduction TeamDirection IntelliGanttt Add In for Microsoft Project allows you and the rest of your project team to collaborate on your projects together, working within the familiar Microsoft Project

More information

Bosch Access Professional Edition 3.0 Access Control Module Certification Evaluation Made by Milestone 12-15-2014

Bosch Access Professional Edition 3.0 Access Control Module Certification Evaluation Made by Milestone 12-15-2014 Bosch Access Professional Edition 3.0 Access Control Module Certification Evaluation Made by Milestone 12-15-2014 Bosch - Milestone Certified Solution Summary document 1 Table of Contents Products Tested

More information

GUIDE. Give PowerPoint a Voice: Developing. Narrated Presentations on a Windows PC. Donna Carnduff. dcarnduf@utk.edu.

GUIDE. Give PowerPoint a Voice: Developing. Narrated Presentations on a Windows PC. Donna Carnduff. dcarnduf@utk.edu. GUIDE Give PowerPoint a Voice: Developing Narrated Presentations on a Windows PC Donna Carnduff dcarnduf@utk.edu Revised 6/10/2015 To register for workshops, visit http://oit.utk.edu/training Configure

More information

Mediasite A Video Content Management & Distribution Platform. Technical planner: TP-10

Mediasite A Video Content Management & Distribution Platform. Technical planner: TP-10 Mediasite A Video Content Management & Distribution Platform Technical planner: TP-10 2012 Sonic Foundry, Inc. All rights reserved. No part of this document may be copied and/or redistributed without the

More information

Queue Management Systems QMS Digital Signage Systems DS. Content Zones

Queue Management Systems QMS Digital Signage Systems DS. Content Zones Our Digital Signage Players are used by Retail, NHS, Local Authorities, Education and many other businesses/institutions throughout the UK. They provide a flexible means of engaging and communicating with

More information

AJA Control Room. Installation & Operation Guide. Software. Version 1.0 Published: April 22, 2014

AJA Control Room. Installation & Operation Guide. Software. Version 1.0 Published: April 22, 2014 AJA Control Room Software Installation & Operation Guide Version 1.0 Published: April 22, 2014 Table of Contents Notices........................................................ 3 Trademarks........................................................................

More information

1. Click and select to enter the Device Management interface. 2. Click to add a new device.

1. Click and select to enter the Device Management interface. 2. Click to add a new device. Overview Guarding Expert (Android Tablet) V3.1 mobile client software, which is designed for Android Tablet on the basis of Android OS (Version 3.0 or higher), can be used to remotely monitor the live

More information